Get the shipping template details
The GET All Shipping Template Details API allows you to view all settings in a shipping template.
Make a call to Get All Shipping Details API and specify the templateId
for the shipping template, you want to view it 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 (such as TWO_DAY or VALUE) it provides the shipping costs, address types, shipping times and regions for that method.
Updated about 1 month ago