API DOCUMENTATION
    Try Unleashed Now Sandbox

    Warehouses

    The Warehouses resource allows Warehouses to be listed.

    • /Warehouses - returns a list of all Warehouses;

    The full range of URIs and HTTP Verbs supported are:

    Operation HTTP Action
    List all Warehouses GET /Warehouses

    GET Warehouses

    These filters can be used with the GET Warehouses endpoint:

    Filter Description
    warehouseCode Only return warehouses that start with the specific warehouse code.
    warehouseName Only return warehouses that start with the specific warehouse name.
    modifiedSince Only return warehouses values modified after a specific date.

    Note: Default ordering is done by WarehouseCode ascending

    Available Fields for Warehouse:

    Property Type Length Required Notes
    AddressLine1 String 500    
    AddressLine2 String 500    
    City String 500    
    ContactName String 50    
    Country String 500    
    DDINumber String 25    
    FaxNumber String 25    
    Guid Guid   Yes Unique identifier. Can only be set when adding a record.
    IsDefault Boolean true,false    
    LastModifiedOn Nullable DateTime      
    MobileNumber String 25    
    Obsolete Boolean true,false    
    PhoneNumber String 25    
    PostCode String 500    
    Region String 500    
    StreetNo String 500    
    WarehouseCode String 15 Yes Unique code. Can only be set when adding a record.
    WarehouseName String 100 Yes  

    Examples for Request GET /Warehouses

    show xml example
    show json example

    Use the API Sandbox to see how the object is rendered in JSON or XML.

    Note: An Unleashed account is required before you can use the API Sandbox.

    Trial accounts are also allowed to connect to the API.
    You can register a new account here: Register.