InboundPlacementOptions
Provides a list of all placement options for an inbound plan.
Columns
| Name | Type | ReadOnly | References | Description |
| PlacementOptionId [KEY] | String | True |
The identifier of a placement option. A placement option represents the shipment splits and destinations of SKUs. | |
| InboundPlanId [KEY] | String | False |
Identifier of an inbound plan. | |
| Discounts | String | True |
Contains details about cost related modifications to the placement cost. | |
| Fees | String | True |
Contains details about cost related modifications to the placement cost. | |
| 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 a placement option. Can be: `OFFERED`, `ACCEPTED`, or `EXPIRED`. | |
| ShipmentIds | String | True |
Shipment ids. | |
| CustomPlacementInput | String | False |
Provide units going to the warehouse. |