Get shipping methods

View as Markdown
Get all merchants shipping methods

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token

OR
AuthorizationBearer
OAuth2 authentication using JWT tokens

Query parameters

PageintegerOptional0-2147483647
Page of orders to get
LimitintegerOptional1-250
Amount of records per page to request

Response

Success
activeboolean or null
Indicates if the shipping method is active
defaultboolean or null
Indicates the shipping method is a ShipBob default shipping method.
idinteger or null
Unique id for shipping method.
namestring or null

Name of the ship method as selected by the merchant and saved in ShipBob’s database (i.e. “ground”). Corresponds to the shipping_method field in the Orders API.

service_levelobject or null

Errors