curl --request GET \
--url https://gateway-dev.shipbob.dev/2.0/shippingmethod \
--header 'Authorization: Bearer <token>'[
{
"active": true,
"default": true,
"id": 0,
"name": "string",
"service_level": {
"id": 0,
"name": "string"
}
}
]Get all merchants shipping methods
curl --request GET \
--url https://gateway-dev.shipbob.dev/2.0/shippingmethod \
--header 'Authorization: Bearer <token>'[
{
"active": true,
"default": true,
"id": 0,
"name": "string",
"service_level": {
"id": 0,
"name": "string"
}
}
]Authentication using Personal Access Token (PAT) token
Page of orders to get
0 <= x <= 2147483647Amount of records per page to request
1 <= x <= 250Success
Indicates if the shipping method is active
Indicates the shipping method is a ShipBob default shipping method.
Unique id for shipping method.
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.
Show child attributes