Get a list of Shipping Carrier Products
Retrieves a list of Carrier Products from the provided Carrier id.
| URL: | https://api.trademe.co.nz/v1/Shipping/Carriers/{carrierId}/Products.{file_format} |
|---|---|
| HTTP Method: | GET |
| Requires Authentication? | Yes |
| Permission Required: | None |
| Supported Formats: | XML, JSON |
| Rate Limited? | Yes |
URL parameters
| carrierId | Integer (required) | |||||
|---|---|---|---|---|---|---|
| file_format | Enumeration (required) | The format of the response. | ||||
|
||||||
Returns
Collection of <CarrierProduct>
| CarrierProductId | Integer |
Unique identifier of the Carrier Product |
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Name | String or null |
Name of the Carrier Product |
||||||||||||||||
| MinimumDeliveryTime | TimeSpan |
Minimum delivery time of the Carrier Product |
||||||||||||||||
| MaximumDeliveryTime | TimeSpan |
Maximum delivery time of the Carrier Product |
||||||||||||||||
| IsRural | Boolean |
If the product is rural |
||||||||||||||||
| IsCombined | Boolean |
If the product is combined shipping |
||||||||||||||||
| Addons | Collection of <CarrierAddon> or null |
List of Addons available to the product |
||||||||||||||||
|
||||||||||||||||||