ReDoc documentation

inventory/low-quantity-notification/{sourceCode}/{sku}

inventory/low-quantity-notification/{sourceCode}/{sku}

get/V1/inventory/low-quantity-notification/{sourceCode}/{sku}

Get the source item configuration

Request
path Parameters
sku
required
string
sourceCode
required
string
Responses
200

200 Success.

401

401 Unauthorized

500

Internal Server error

default

Unexpected error

Response samples
{
  • "source_code": "string",
  • "notify_stock_qty": 0,
  • "sku": "string",
  • "extension_attributes": { }
}