Are products salable

inventory Sales Api Are Products Salable V1Execute Get

Get products salable status for given SKUs and given Stock.

get

/V1/inventory/are-products-salable

Query parameters
skusstring

(Required)

Example: <string>,<string>
stockIdstring

(Required)

Example: <integer>
Responses
curl -L \
  --url 'http://{{baseurl}}/V1/inventory/are-products-salable'
[
  {
    "sku": "sunt ex",
    "stock_id": -40297076,
    "salable": true,
    "extension_attributes": {}
  },
  {
    "sku": "ullamco laborum cupidatat",
    "stock_id": -27670062,
    "salable": false,
    "extension_attributes": {}
  }
]