Warehouse

Get warehouses.

get

This endpoint retrieves warehouses from the parent application.

Path parameters
idintegerRequired

Optional parameter. optional The ID of the specific warehouse to retrieve.

Example: {"summary":"When the value is omitted","value":""}
Header parameters
X-Shipment-ModestringOptionalExample: SFN
Responses
chevron-right
200Success
application/json
successbooleanOptionalExample: true
status_codeintegerOptionalExample: 200
messagestringOptionalExample: Warehouses retrieved successfully
get
/api/v1/warehouse/{id}

Get warehouses by country.

get

This endpoint retrieves warehouses filtered by country from the parent application.

Path parameters
countrystringRequired

The country code or name to filter warehouses.

Example: NG
Header parameters
X-Shipment-ModestringOptionalExample: SFN
Responses
chevron-right
200Success
application/json
successbooleanOptionalExample: true
status_codeintegerOptionalExample: 200
messagestringOptionalExample: Warehouses by country retrieved successfully
get
/api/v1/warehouse/country/{country}

Last updated