EstimateCheckoutBody

Attributes

items array of CatalogItem or DynamicItem required

No description.

country string required

ISO 3166-1 alpha-2 country code for tax calculation (length 2–2)

state string

State/province for tax calculation (length 0–64)

coupon_code string

Coupon code to preview discount (length 0–64)

tax_id string

Tax ID (VAT number) for tax exemption (length 0–32)

EstimateCheckoutBody
{  "items": [    {      "product_id": "string",      "variant_id": "string",      "quantity": 0    }  ],  "country": "string",  "state": "string",  "coupon_code": "string",  "tax_id": "string"}