API
Image Recognition API

OOS reason

Allows setting an out-of-stock reason for SKU in a scene. Optionally, confirmation images can be provided. Images must be pre-loaded into the system via /uploads or /uploads_by_url.

POST /oos_reason
GET
Request
Header Parameters
Authorization
optional
String
String in "Token XXXXXX..." format.
Body Parameters
sku_gid
optional
String
Global id that identifies sku that has an oos reason.
scene
optional
String
Scene uuid that identifies sku that has an oos reason.
reason
optional
String
OOS reason text.
message
optional
String
Error description.
images
optional
Object
List of image IDs for processing. Images are used to confirm out-of-stock reasons. Images must be pre-loaded into the system via /uploads or /uploads_by_url.


Response definitions



oos_reason_id string

The ID of the saved oos reason request.





Updated 03 Mar 2023
Did this page help you?