Low quantity notification

inventory Low Quantity Notification Api Source Item Configurations Save V1Execute Post

post
Header parameters
Content-TypestringOptionalExample: application/json
Body
objectOptionalExample: {"sourceItemConfigurations":[{"source_code":"<string>","notify_stock_qty":"<number>","sku":"<string>","extension_attributes":"<object>"},{"source_code":"<string>","notify_stock_qty":"<number>","sku":"<string>","extension_attributes":"<object>"}]}
Responses
post
/V1/inventory/low-quantity-notification

inventory Low Quantity Notification Api Get Source Item Configuration V1Execute Get

get

Get the source item configuration

Path parameters
sourceCodestringRequired

(Required)

Example: <string>
skustringRequired

(Required)

Example: <string>
Responses
200

OK

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