Shipstation v0.3.5 Shipstation.Warehouse

Manage warehouses in your account

Summary

Functions

Adds a Ship From Location (formerly known as warehouse) to your account

Returns a list of active Ship From Locations (formerly known as warehouses) on the ShipStation account. Warehouses are now called “Ship From Locations” in the UI

Retrieves a list of your Ship From Locations (formerly known as warehouses)

Updates an existing Ship From Location (formerly known as warehouse). This call does not currently support partial updates. The entire resource must be provided in the body of the request. If a “returnAddress” object is not specified, your “originAddress” will be used as your “returnAddress”

Functions

Adds a Ship From Location (formerly known as warehouse) to your account.

get(warehouse_id)
get(warehouse_id :: integer) :: Shipstation.Client.response_type

Returns a list of active Ship From Locations (formerly known as warehouses) on the ShipStation account. Warehouses are now called “Ship From Locations” in the UI.

Retrieves a list of your Ship From Locations (formerly known as warehouses).

update(warehouse_id, warehouse)
update(warehouse_id :: integer, warehouse :: Shipstation.Structs.Warehouse.t) :: Shipstation.Client.response_type

Updates an existing Ship From Location (formerly known as warehouse). This call does not currently support partial updates. The entire resource must be provided in the body of the request. If a “returnAddress” object is not specified, your “originAddress” will be used as your “returnAddress”.