GET /shipping-rates/{id}.json
Path parameters
-
Numeric ID of the instance
Minimum value is
1
.
GET /shipping-rates/{id}.json
curl \
-X GET http://api.example.com/v1/shipping-rates/{id}.json \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"allowList": false,
"cacheInternalRates": false,
"code": "string",
"createdAt": "2024-05-04T09:42:00+00:00",
"customCarriers": "all",
"days": 42,
"defaultWeight": 0,
"dhlExpressServiceLevels": [],
"distanceUnit": "in",
"domesticBandType": "price",
"enableDiscountedDhlExpressRates": true,
"enableDiscountedParcelforceRates": true,
"enableDiscountedUspsRates": true,
"freeShippingOverride": true,
"freeShippingOverrideScope": "value",
"freeShippingTags": [],
"freeShippingThreshold": 42.0,
"handlingFee": 42.0,
"id": 42,
"integrationFilteringEndpoint": "string",
"label": "string",
"maxPrice": 42,
"maxPriceUnit": "fixed",
"maximumOrderValue": 42.0,
"name": "string",
"parcelDepth": 0,
"parcelHeight": 0,
"parcelWidth": 0,
"parcelforceServiceLevels": [],
"price": 0,
"priceIncrease": 0,
"priceType": "fixed",
"provider": "string",
"providerCode": "string",
"providerId": "string",
"pushFallbackRate": "never",
"ratePreference": "cheapest",
"restOfWorldBandType": "price",
"serviceFilteringEndpoint": "string",
"serviceLevel": "string",
"serviceLevelTerms": "string",
"serviceLevelToken": "string",
"signatureRequired": true,
"source": "Jetti",
"status": "active",
"updatedAt": "2024-05-04T09:42:00+00:00",
"useFallbackRate": "always",
"useIntegrationFilteringEndpoint": true,
"useServiceFilteringEndpoint": true,
"uspsServiceLevels": [],
"weightMultiplication": "per_item"
}