| Name | Type | Description |
|---|---|---|
| id | String | |
| sourceId | String | |
| name | String | Unique user-defined product name. |
| 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`. |
| 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. |
| metadata | Object | |
| imageUrl | String | |
| createdAt | String | |
| updatedAt | String | |
| _object | ObjectEnum | |
| productId | String | The parent product's unique ID. |
| sku | String | Unique user-defined SKU name. |
| currency | String | SKU price currency. |
| product | ProductWithoutSkus |
| Name | Value |
|---|---|
| PRODUCT | "product" |
| SKU | "sku" |