Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Latest commit

 

History

History
35 lines (23 loc) · 1.22 KB

File metadata and controls

35 lines (23 loc) · 1.22 KB

ProductCollectionsProductsListDataItem

Properties

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

Enum: ObjectEnum

Name Value
PRODUCT "product"
SKU "sku"