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
String
optional
String in "Token XXXXXX..." format.
Body Parameters
sku_gid
String
optional
Global id that identifies sku that has an oos reason.
scene
String
optional
Scene uuid that identifies sku that has an oos reason.
reason
String
optional
OOS reason text.
message
String
optional
Error description.
images
Object
optional
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?