Skip to content

Files

Latest commit

3f35500 · Jul 4, 2024

History

History
35 lines (23 loc) · 1.44 KB

ProductCollectionsProductsListDataItem.md

File metadata and controls

35 lines (23 loc) · 1.44 KB

ProductCollectionsProductsListDataItem

Properties

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: `[&quot;color&quot;,&quot;size&quot;,&quot;ranking&quot;]`. 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]

Enum: ObjectEnum

Name Value
PRODUCT "product"
SKU "sku"