Example: Sending Parent Item and Variant
Example
{
"id": "A0001",
"attributes": {
"title": "My item",
"description": "This is my item."
}
}{
"id": "B0001",
"attributes": {
"price": 2000,
"color": "red"
},
"parentId": "A0001"
}Create the item schema
Create the catalog
Sending the items
Patch method
Last updated

