API Reference
Get all merchants shipping methods
cURL
curl --request GET \ --url https://api.shipbob.com/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 <= 2147483647
Amount of records per page to request
1 <= x <= 250
Success
The response is of type object[].
object[]
Was this page helpful?