Get Returns Receiving Note
GET
/api/v2/public/order/{{omisell_order_number}}/receive
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.omisell.com/api/v2/public/order/{{omisell_order_number}}/receive' \
--header 'Authorization;' \
--header 'Seller-ID;' \
--header 'Country;'
Response Response Example
{
"data": [
{
"inventory_sku": "string",
"quantity": 0,
"accepted": 0,
"damaged": 0,
"destroy": 0,
"lost": 0,
"note": "string",
"updated_time": 0
}
],
"error": true,
"error_code": 0,
"attr_error": null,
"messages": "string",
"request_id": "string"
}
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
Responses
Modified at 2024-04-10 02:18:44