InboundPackingOptions
Retrieves a list of all packing options for an inbound plan.
Columns
| Name | Type | ReadOnly | References | Description |
| PackingOptionId [KEY] | String | True |
Identifier of a packing option. | |
| InboundPlanId [KEY] | String | False |
Identifier of an inbound plan. | |
| Discounts | String | True |
Discount for the offered option. | |
| Fees | String | True |
Fee for the offered option. | |
| Expiration | Datetime | True |
The timestamp at which this packing option becomes no longer valid. This is based in ISO 8601 datetime with pattern `yyyy-MM-ddTHH:mm:ss.sssZ`. | |
| Status | String | True |
The status of the packing option. Can be: `OFFERED`, `ACCEPTED`, or `EXPIRED`. | |
| ShippingConfiguration | String | True |
Deprecated. Use SupportedConfiguration instead. List of supported shipping modes. | |
| PackingGroups | String | True |
Packing group IDs. | |
| SupportedConfiguration | String | True |
A list of possible configurations for this option. |