curl --request POST \
--url https://storefront-api.fourthwall.com/v1/carts/{cartId}/add \
--header 'Content-Type: application/json' \
--data '
{
"items": [
{
"variantId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"quantity": 5000,
"recStrategy": "<string>",
"groupBy": {
"bundleId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"@type": "<string>"
}
}
]
}
'{
"id": "<string>",
"items": [
{
"variant": {
"id": "<string>",
"name": "<string>",
"sku": "<string>",
"unitPrice": {
"value": 10,
"currency": "USD"
},
"attributes": {
"description": "Black, L",
"color": {
"name": "Black",
"swatch": "#000000"
},
"size": {
"name": "L"
}
},
"stock": {
"type": "<string>",
"inStock": 5
},
"weight": {
"value": 1,
"unit": "kg"
},
"dimensions": {
"length": 1,
"width": 2,
"height": 3,
"unit": "cm"
},
"images": [
{
"id": "00aa4abd-5778-4199-8161-0b49b2f212e5",
"url": "https://fourthwall.com/image.png",
"width": 800,
"height": 600,
"transformedUrl": "https://fourthwall.com/image.png"
}
],
"product": {
"id": "<string>",
"name": "<string>",
"slug": "<string>"
},
"compareAtPrice": {
"value": 10,
"currency": "USD"
}
},
"quantity": 123,
"groupedBy": {
"type": "<string>",
"bundleId": "<string>",
"groupedId": "<string>"
}
}
]
}curl --request POST \
--url https://storefront-api.fourthwall.com/v1/carts/{cartId}/add \
--header 'Content-Type: application/json' \
--data '
{
"items": [
{
"variantId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"quantity": 5000,
"recStrategy": "<string>",
"groupBy": {
"bundleId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"@type": "<string>"
}
}
]
}
'{
"id": "<string>",
"items": [
{
"variant": {
"id": "<string>",
"name": "<string>",
"sku": "<string>",
"unitPrice": {
"value": 10,
"currency": "USD"
},
"attributes": {
"description": "Black, L",
"color": {
"name": "Black",
"swatch": "#000000"
},
"size": {
"name": "L"
}
},
"stock": {
"type": "<string>",
"inStock": 5
},
"weight": {
"value": 1,
"unit": "kg"
},
"dimensions": {
"length": 1,
"width": 2,
"height": 3,
"unit": "cm"
},
"images": [
{
"id": "00aa4abd-5778-4199-8161-0b49b2f212e5",
"url": "https://fourthwall.com/image.png",
"width": 800,
"height": 600,
"transformedUrl": "https://fourthwall.com/image.png"
}
],
"product": {
"id": "<string>",
"name": "<string>",
"slug": "<string>"
},
"compareAtPrice": {
"value": 10,
"currency": "USD"
}
},
"quantity": 123,
"groupedBy": {
"type": "<string>",
"bundleId": "<string>",
"groupedId": "<string>"
}
}
]
}"ptkn_xxxxxxxxxxxxxxxxxx"
USD, EUR, CAD, GBP, AUD, NZD, SEK, NOK, DKK, PLN, INR, JPY, MYR, SGD, MXN, BRL Show child attributes