Validation
Validate cart for checkout method
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Request Body
Name
Type
Description
{
"productsEligible": true
}{
"shoppingCart": [
{
"variant_id": 9226255761451,
"product_id": 852798275627,
"quantity": 5
},
{
"variant_id": 9226255761452,
"product_id": 852798275628,
"quantity": 2
}
]
}{
"productsEligible": true
}Last updated