InboundPlan
Provides a list of inbound plans with minimal information.
Columns
| Name | Type | ReadOnly | References | Description |
| InboundPlanId [KEY] | String | True |
Identifier of an inbound plan. | |
| Name | String | False |
Human-readable name of the inbound plan. | |
| MarketplaceIds | String | False |
A list of marketplace IDs. | |
| CreatedAt | Datetime | True |
The ISO 8601 datetime with pattern `yyyy-MM-ddTHH:mm:ss.sssZ`. | |
| LastUpdatedAt | Datetime | True |
The ISO 8601 datetime with pattern `yyyy-MM-ddTHH:mm:ss.sssZ`. | |
| Status | String | True |
Current status of the inbound plan. Can be: `ACTIVE`, `VOIDED`, `SHIPPED`, 'ERRORED'. | |
| ShipmentSummary | String | True |
Summary information about a shipment. | |
| PlacementOptionSummary | String | True |
Summary information about a placement option. | |
| PackingOptionSummary | String | True |
Summary information about a packing option. | |
| StateOrProvinceCode | String | False |
The state or province code. | |
| PhoneNumber | String | False |
The phone number. | |
| City | String | False |
The city. | |
| String | False |
The email address. | ||
| CompanyName | String | False |
The name of the business. | |
| PostalCode | String | False |
The postal code. | |
| AddressLine2 | String | False |
Additional street address information. | |
| AddressLine1 | String | False |
Street address information. | |
| CountryCode | String | False |
The country code in two-character ISO 3166-1 alpha-2 format. | |
| AddressName | String | False |
The name of the customer in the specified address. | |
| InboundPlanAggregate | String | False |
Parameter used for creating new inbound plans by passing the JSON aggregate. | |
| InboundPlanItems | String | False |
Inbound plan item's input parameters. Used for creating an inbound plan. |