Get WMS Pickup Map
GET
/api/v2/public/wms-pickup-map/list
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.omisell.com/api/v2/public/wms-pickup-map/list?pickup_id&page_size=25&page=1' \
--header 'Authorization;' \
--header 'Seller-ID;' \
--header 'Country;'
Response Response Example
{
"data": [
{
"pickup_id": 0,
"pickup_name": "string",
"wms_pickup_id": 0,
"wms_center_code": "string"
}
],
"error": true,
"error_code": 0,
"attr_error": null,
"messages": "string",
"request_id": "string"
}
Request
Query Params
pickup_id
integer
optional
page_size
number
optional
Default:
25
Example:
25
page
number
optional
Default:
1
Example:
1
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-07-04 03:21:38