v1

latestOpenAPI 3.1.02026-07-134488210.8 KB
Coverage Products

Coverage Products

Get available coverage products.

post/stores/{storeId}/coverage-products

Path parameters

storeIdstring required
Example:64e5a8a1af49a89df37e4ee7

Store ID

Request body

Example request

{
  "cart": {
    "lineItems": [
      {
        "coupons": [
          {
            "discountAmount": {
              "amount": "50.2",
              "currency": "USD"
            }
          }
        ],
        "originalPrice": {
          "amount": "50.2",
          "currency": "USD"
        },
        "priceTotal": {
          "amount": "50.2",
          "currency": "USD"
        }
      }
    ],
    "priceTotal": {
      "amount": "50.2",
      "currency": "USD"
    }
  },
  "variants": [
    {
      "height": {
        "unit": "in",
        "value": 10.5
      },
      "length": {
        "unit": "in",
        "value": 10.5
      },
      "weight": {
        "kg": 0.021
      },
      "width": {
        "unit": "in",
        "value": 10.5
      }
    }
  ]
}

Response

Success

Example response

{
  "coverageProducts": [
    {
      "price": {
        "amount": "50.2",
        "currency": "USD"
      }
    }
  ]
}