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

Response

200
application/json
Successful response with product availability information

The response is of type object.