Skip to main content

Get shipping warehouses list

Gets a list of warehouses, sorting centers and delivery points

Function GetShippingWarehousesList(Val ClientID, Val APIKey, Val Search, Val SupplyType = "CREATE_TYPE_DIRECT") Export

ParameterCLI optionTypeRequiredDescription
ClientID--clientidStringClient identifier
APIKey--apikeyStringAPI key
Search--searchStringSearch by name (4 chars. min). For delivery points enter the full name
SupplyType--typeString, Array of StringSupply types: CREATE_TYPE_CROSSDOCK, CREATE_TYPE_DIRECT

Returns: Map Of KeyAndValue - serialized JSON response from Ozon Seller API


tip

Method at API documentation: post /v1/warehouse/fbo/list


1C:Enterprise/OneScript code example
    ClientID = "2479669";
APIKey = "09f65e9f-262d-4aca...";
Search = "Tver";

Result = OPI_Ozon.GetShippingWarehousesList(ClientID, APIKey, Search);
    oint ozon GetShippingWarehousesList \
--clientid "***" \
--apikey "***" \
--search "Tver"
Result
{
"search": []
}