POST
/
{proxy_path_prefix}
/
product_availability_checks
{
  "products": [
    {
      "shopify_id": 123,
      "title": "Product 1",
      "available_variants": [
        {
          "shopify_id": 1001,
          "title": "Variant 1"
        },
        {
          "shopify_id": 1002,
          "title": "Variant 2"
        }
      ]
    },
    {
      "shopify_id": 456,
      "title": "Product 2",
      "available_variants": []
    }
  ]
}

Path Parameters

proxy_path_prefix
string
required

The Shopify proxy path prefix configured for the app (e.g., 'customer_portal')

Body

application/json
product_ids
integer[]
required

Array of Shopify product IDs to check

rental_start
string
required

Start date and time of the rental period

rental_end
string

End date and time of the rental period

Response

200
application/json
Successful response with product availability information
products
object[]
required