Name | Type | Description | Notes |
---|---|---|---|
id | String | [optional] | |
sourceId | String | [optional] | |
name | String | Unique user-defined product name. | [optional] |
price | Integer | Unit price. It is represented by a value multiplied by 100 to accurately reflect 2 decimal places, such as `$100.00` being expressed as `10000`. | [optional] |
attributes | List<String> | A list of product attributes whose values you can customize for given SKUs: `["color","size","ranking"]`. Each child SKU can have a unique value for a given attribute. | [optional] |
metadata | Object | [optional] | |
imageUrl | String | [optional] | |
createdAt | String | [optional] | |
updatedAt | String | [optional] | |
_object | ObjectEnum | [optional] | |
productId | String | The parent product's unique ID. | [optional] |
sku | String | Unique user-defined SKU name. | [optional] |
currency | String | SKU price currency. | [optional] |
product | ProductWithoutSkus | [optional] |
Name | Value |
---|---|
PRODUCT | "product" |
SKU | "sku" |