Create warehouse
/warehouses
POST
Query Parameters
Name
Type
Description
merchant_token
string
Token is created in management system
Headers
Name
Type
Description
Accept
string
application/json
Content-Type
string
Aapplication/json
Request Body
Name
Type
Description
name
string
Warehouse name
phone
string
Warehouse phone number
street
string
Warehouse address
ward_code
string
Warehouse ward code
district_code
string
Warehouse district code
province_code
string
Warehouse province code
You have to create exactly province code, district code and ward code of warehouse.
Last updated