Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.38 KB

ProductCollectionsProductsListDataItem.md

File metadata and controls

22 lines (19 loc) · 1.38 KB

# ProductCollectionsProductsListDataItem

Properties

Name Type Description Notes
id string [optional]
source_id string [optional]
name string Unique user-defined product name. [optional]
price int 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 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]
image_url string [optional]
created_at string [optional]
updated_at string [optional]
object string [optional]
product_id string The parent product's unique ID. [optional]
sku string Unique user-defined SKU name. [optional]
currency string SKU price currency. [optional]
product \OpenAPI\Client\Model\ProductWithoutSkus [optional]

[Back to Model list] [Back to API list] [Back to README]