Adjust Stock
POST
/api/v2/public/inventory/adjust
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.omisell.com/api/v2/public/inventory/adjust' \
--header 'Authorization;' \
--header 'Seller-ID;' \
--header 'Country;' \
--header 'Content-Type: application/json' \
--data-raw '{
"pickup_id": 0,
"sku": "string",
"quantity_adjusted": 0,
"reason": "string",
"reference_code": "string"
}'
Response Response Example
{
"data": [],
"error": false,
"error_code": 200,
"attr_error": null,
"messages": "Adjust inventory in processing",
"request_id": "670dc4d22cfe3bd79154e8a3"
}
Request
Header Params
Content-Type
string
required
Default:
application/json
Authorization
string
required
Default:
Omi {{Token}}
Seller-ID
number
optional
Country
string
optional
Examples:
THVNPHIDMY
Body Params application/json
Responses
Modified at 2024-10-15 02:58:47