Skip to main content

Product Details API Examples

Simple product

{
"request_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"items": [
{
"id": "33",
"quantity": 1,
}
]
}

Variable product with variation products

Variable products

Learn more about handling variable products in the Product Options & Variations tutorial

{
"request_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"items": [
{
"id": "MJ02",
"quantity": 1,
}
]
}

Variable product with variation attributes

{
"request_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"items": [
{
"id": "MJ02",
"quantity": 1,
}
]
}