Retrieves a list of shipping rates.
Criteria for filtering collection items. This field requires a special format. Use , to specify multiple allowed values. Use ; to specify multiple fields.
For more information, see Search filters.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/shipping-rates
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/shipping-rates
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/shipping-rates
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/shipping-rates?limit=0&offset=0&filter=string&sort=string&q=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'List of shipping rates retrieved.
Total number of items that match the request. The value is independent of limit, including when limit is 0.
ID of the shipping rate.
Filter based on invoice properties that is used to determine when the rate is applicable. If no filters are used, the rate is always applicable.
Status of the shipping rate. If status is inactive the shipping rate is not applied.
Date and time when the resource is created. This value is set automatically when the resource is created.
Date and time when the resource is updated. This value is set automatically when the resource is updated.
[ { "id": "ship_rate_0YVDN408G4DQE9G1RV1QCFHJ3P", "name": "string", "description": "string", "price": 0.1, "currency": "USD", "filter": "deliveryAddress.country:US,CA,RU;amount:100..1000", "status": "active", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "_links": [ … ] } ]