Shipstation v0.3.6 Shipstation.Store

Manage Stores under your account

Summary

Functions

Deactivates the specified store

Get a store by its ID

List all matching stores

Lists the marketplaces that can be integrated with ShipStation

Reactivates the specified store

Initiates a store refresh

Retrieves the refresh status of a given store

Functions

deactivate(store_id)
deactivate(store_id :: integer) :: Shipstation.Client.response_type

Deactivates the specified store

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

Get a store by its ID

List all matching stores

list_marketplaces()
list_marketplaces() :: Shipstation.Client.response_type

Lists the marketplaces that can be integrated with ShipStation.

reactivate(store_id)
reactivate(store_id :: integer) :: Shipstation.Client.response_type

Reactivates the specified store

refresh(store_id, refresh_date)
refresh(store_id :: integer, refresh_date :: String.t) :: Shipstation.Client.response_type

Initiates a store refresh

refresh_status(store_id)
refresh_status(store_id :: integer) :: Shipstation.Client.response_type

Retrieves the refresh status of a given store.