Products
Last update: 18 minutes ago by Nazar32Reading time: 2 min
Data to be included in file
Field Name in File | Field Description | Sample Data | Field Type | Size | IsNullable | Comments |
---|---|---|---|---|---|---|
id | Product’s UUID | 71bdd68e-f73c-11ea-adc1-0242ac120002 | UUID | No |
| |
name | Name of the product | AusKick Pack | String | 100 | No |
|
productDescription | Description of the product | The 2020 pack includes a... | String | 140 | Yes |
|
productActive | Status reflecting whether or not the Product is active | TRUE or FALSE | Boolean | No |
| |
productType | Informs whether the Product is a single product or if it has variants | picklist:
| String (limited to one of the values listed) | No |
| |
productFulfilmentMethod | Presents the fulfilment method for the Product | picklist:
| String (limited to one of the values listed) | No |
| |
productOwnerId | UUID of the Organisation that created the product | 823d68e-f73c-11ea-adc1-0242ac120002 | String | No | ||
createdAt | Date/time the Product was created | 2020-08-27T06:29:54.400000000Z | Timestamp | No | String is an ISO 8601 DateTime in UTC timezone | |
updatedAt | Date/time the Product was last updated | 2020-08-27T06:29:54.400000000Z | Timestamp | No | String is an ISO 8601 DateTime in UTC timezone |