Are products salable

inventory Sales Api Are Products Salable V1Execute Get

get

Get products salable status for given SKUs and given Stock.

Query parameters
skusstringOptional

(Required)

Example: <string>,<string>
stockIdstringOptional

(Required)

Example: <integer>
Responses
200

OK

application/json
Responseobject
get
GET /V1/inventory/are-products-salable HTTP/1.1
Host: {{baseurl}}
Accept: */*
[
  {
    "sku": "sunt ex",
    "stock_id": -40297076,
    "salable": true,
    "extension_attributes": {}
  },
  {
    "sku": "ullamco laborum cupidatat",
    "stock_id": -27670062,
    "salable": false,
    "extension_attributes": {}
  }
]