This property is used to indicate whether the product is sourced externally.
Default:
false
id
nullÂ
optional
Unique identifier for the product. (Set to null if is_external_product is true)
parent_id
nullÂ
optional
Unique identifier for the parent product, if any. This product could be a variant of the parent product. (Set to null if is_external_product is true)
product_class
stringÂ
optional
Set to "grouped_product" to indicate it's a group of sub-products.
sku
stringÂ
optional
Stock Keeping Unit - unique identifier that allows a product to be tracked for inventory purposes.
barcode
stringÂ
optional
This field allows you to specify a barcode associated with the product, if applicable.
name
objectÂ
optional
Localized product name in Arabic (ar) and English (en).
ar
stringÂ
optional
en
stringÂ
optional
slug
stringÂ
optional
SEO friendly URL, usually derived from the product name.
price
integerÂ
optional
Base price of the grouped product (100.0).
short_description
nullÂ
optional
This field is optional and can be used to provide a brief description of the product.
sale_price
integerÂ
optional
If the product is on sale, this field specifies the discounted price in the smallest currency unit.
Example:
50
formatted_price
stringÂ
optional
This field contains the base price formatted according to the currency settings.
Example:
10$
formatted_sale_price
stringÂ
optional
If applicable, this field holds the formatted discounted price.
Example:
8$
currency
stringÂ
optional
currency_symbol
stringÂ
optional
Shows the currency type.
attributes
array [object]Â
optional
categories
array [object]Â
optional
display_order
nullÂ
optional
This field is currently unused but might be reserved for future functionalities related to product display order.
has_options
booleanÂ
optional
This flag indicates whether the product has options (variations) available. (e.g., different sizes or colors).
Default:
false
has_fields
booleanÂ
optional
This flag signifies whether the product has custom form fields associated with it.
images
array [object]Â
optional
This array stores information about the product images.
is_draft
booleanÂ
optional
Indicates if the product is a draft (False - published).
quantity
nullÂ
optional
Shows the quanitity of the product.
is_infinite
booleanÂ
optional
html_url
stringÂ
optional
This field contains the URL for the product page on your storefront.
weight
objectÂ
optional
Weight of the product.
value
integer  | nullÂ
optional
Currently set to null, indicating the weight value might need to be provided elsewhere.
Example:
100
unit
stringÂ
optional
This field allows you to specify the unit of weight (e.g., "g", "kg", "lb").
Example:
kg
keywords
array [object]Â
optional
This array allows you to define a list of relevant keywords associated with the product for better search optimization.
requires_shipping
booleanÂ
optional
is_taxable
booleanÂ
optional
Indicates if the product is taxable.
Default:
false
structure
stringÂ
optional
seo
objectÂ
optional
SEO-related data for the product.
title
objectÂ
optional
SEO title for the product page.
description
objectÂ
optional
SEO description for the product page.
rating
objectÂ
optional
This object provides average product rating information.
average
integerÂ
optional
Average rating score.
Example:
3.9
total_count
integerÂ
optional
Total number of ratings received.
Example:
400
1_ratings
objectÂ
optional
2_ratings
objectÂ
optional
3_ratings
objectÂ
optional
4_ratings
objectÂ
optional
5_ratings
objectÂ
optional
store_id
integerÂ
optional
Unique identifier of the store in which the product is listed.
purchase_restrictions
objectÂ
optional
min_quantity_per_cart
nullÂ
optional
max_quantity_per_cart
nullÂ
optional
availability_period_start
nullÂ
optional
availability_period_end
nullÂ
optional
sale_price_period_start
stringÂ
optional
This parameter indicates the start date and time for the sale price of the product. It is represented in ISO 8601 format (YYYY-MM-DDTHH:MM .sssZ) and determines when the discounted sale price becomes effective.
Example:
2024-09-18T21:00:00.000000Z
sale_price_period_end
stringÂ
optional
This parameter represents the end date and time for the sale price of the product. It is also in ISO 8601 format and defines when the discounted sale price ends.
Example:
2024-09-19T20:59:59.000000Z
metafields
nullÂ
optional
meta
objectÂ
optional
badge
objectÂ
optional
body
objectÂ
optional
icon
objectÂ
optional
related_products_settings
stringÂ
optional
related_products_title
nullÂ
optional
variants
array [object]Â
optional
options
array [object]Â
optional
cost
integerÂ
optional
is_published
booleanÂ
optional
Indicates if the product is published and visible (true).
waiting_customers_count
nullÂ
optional
description
objectÂ
optional
custom_user_input_fields
array [object]Â
optional
custom_option_fields
array [object]Â
optional
related_products
array [object]Â
optional
next_product
nullÂ
optional
previous_product
nullÂ
optional
group_products
array [object {6}]Â
optional
An array of objects representing the sub-products included in the grouped product. Only required when product_class is set to "grouped_product". Refer to the Update Existing Product documentation for details on the "group_products" fields.
id
stringÂ
optional
ID of the sub-product within the group.
Example:
143
item
objectÂ
optional
origin_product_id
stringÂ
optional
item_id
stringÂ
optional
item_quantity
integerÂ
optional
in_stock
booleanÂ
optional
stocks
array [object {4}]Â
optional
This array provides details about product stock.
id
stringÂ
optional
location
objectÂ
optional
Details about the storage location (ID and name).
available_quantity
nullÂ
optional
Quantity of the product in stock.
is_infinite
booleanÂ
optional
Flag to indicate if the product quantity is infinite.