POST Logistics/Warehouse
GetWarehouses with same parentID
Request Information
URI Parameters
None.
Body Parameters
GetWarehouseRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Lang | string |
None. |
|
| StoreID | integer |
None. |
Request Formats
application/json, text/json
{
"ID": 1,
"Lang": "sample string 2",
"StoreID": 3
}
application/xml, text/xml
<GetWarehouseRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.View.Logistics"> <Lang xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">sample string 2</Lang> <StoreID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">3</StoreID> <ID>1</ID> </GetWarehouseRequest>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Warehouse| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Disabled |
This warehouse cannot be used anymore |
date |
None. |
| ExternalID |
ID of Warehouse in the external database (Use only for data sync) |
string |
None. |
| Code |
Used by some merchants to internally identify warehouse by a code or nick name |
string |
None. |
| Name | string |
None. |
|
| IsShop |
This warehouse is a physical shop |
boolean |
None. |
| ShippingsEnabled |
This warehouse can be used to issue store shippings |
boolean |
None. |
| Images | Collection of ItemImage |
None. |
|
| IsPublic |
The information and stocks related to this warehouse can be shown at the store front |
boolean |
None. |
| Contact | WarehouseContact |
None. |
|
| Location | LocationView |
None. |
|
| DisabledWarehousePeriods |
Periods this Warehouse is not serving stock. The store may sell though. Another warehouse should be used during this period preferably. |
Collection of PeriodViewModel |
None. |
| Slug | string |
None. |
Response Formats
application/json
Sample not available.
text/json
Sample not available.
application/xml
Sample not available.
text/xml
Sample not available.