Get a Shipping Template by Id
Retrieves the details of a single shipping template.
URL: | https://api.trademe.co.nz/v1/Shipping/Templates/{shippingTemplateId}.{file_format} |
---|---|
HTTP Method: | GET |
Requires Authentication? | Yes |
Permission Required: | None |
Supported Formats: | XML, JSON |
Rate Limited? | Yes |
URL parameters
shippingTemplateId | Integer (required) | |||||
---|---|---|---|---|---|---|
file_format | Enumeration (required) | The format of the response. | ||||
|
Returns
<ShippingTemplate>
ShippingTemplateId | Long Integer |
Unique identifier of the Shipping Template |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Name | String or null |
Name of the Shipping Template |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
HandlingTime | TimeSpan |
Handling time of the Shipping Template |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
HandlingTimeCutOff | String or null |
Handling time cut off of the Shipping Template. It is a 24-hour time in ISO 8601 extended format. Any seconds are truncated. E.g. for a cut-off time of 4:30 pm, this value will be "16:30". |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
IsOversized | Boolean |
If the Shipping Template is oversized |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
IsRestricted | Boolean |
If the Shipping Template is restricted |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ShippingOptions | Collection of <StructuredShippingOption> or null |
List of Shipping Options related to the Shipping Template |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|