Adjust Serial Number
POST
/api/v2/public/product/adjust-serial-number
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.omisell.com/api/v2/public/product/adjust-serial-number' \
--header 'Authorization;' \
--header 'Seller-ID;' \
--header 'Country;' \
--header 'Content-Type: application/json' \
--data-raw '{
"pickup_id": 0,
"sku": "string",
"serial_code": "string",
"status": "string",
"reference_code": "string"
}'
Response Response Example
{
"data": {
"created_time": 1728959621,
"pickup_id": 141,
"product": {
"id": 2183475,
"name": "RHS_28MAR2024_DEAL20A",
"sku": "20A: 2 NHỎ MẮT V.ROHTO DRYEYE GIẢM 20% UPDATE"
},
"reference_code": "Inbound",
"serial_code": "TEST-SERIAL-NUMBER2",
"status": "stocked",
"status_display": "Stocked",
"updated_time": 1728959872
},
"error": false,
"error_code": 201,
"attr_error": null,
"messages": "",
"request_id": "670dd57f7a04d1dd7e2ebbf0"
}
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 03:02:14