Get the shipping template details
You can view all settings in a shipping template with the GET All Shipping Template Details API.
Make a call to Get All Shipping Details API and specify the templateId
for the Shipping Template you want to view as a path parameter, for example:
/v3/settings/shipping/templates{templateId}
The response returns all the details about that shipping template.
Template type – Can be DEFAULT, CUSTOM, or DELIVERR.
Rate models – Configures either tiered pricing or per-shipment pricing. For example, TIERED_PRICING means you charge shipping rates based on item price. PER_SHIPMENT_PRICING means you charge shipping based on item weight in pounds or the number of items purchased in an order.
Shipping methods – For each shipMethod (for example, TWO_DAY or VALUE), it provides the shipping costs, address types, shipping times, and regions for that method.
Updated about 1 month ago