DirectFulfillmentOrderItems
Returns a list of order items from purchase orders created during the time frame that you specify.
Columns
| Name | Type | References | Description |
| ItemSequenceNumber [KEY] | String | Numbering of the item on the purchase order. The first item will be 1, the second 2, and so on. | |
| PurchaseOrderNumber [KEY] | String | The purchase order number for this order. Formatting Notes: alpha-numeric code. | |
| BuyerProductId | String | Buyer's standard identification number (ASIN) of an item. | |
| CurrencyCode | String | Three digit currency code in ISO 4217 format. String of length 3. | |
| CustomUrl | String | A Base 64 encoded URL using the UTF-8 character set. The URL provides the location of the zip file that specifies the types of customizations or configurations allowed by the vendor, along with types and ranges for the attributes of their products. | |
| DeliveryServiceType | String | Scheduled delivery service type. | |
| EarliestDeliveryDate | Datetime | Earliest nominated delivery date for the scheduled delivery. | |
| GiftMessage | String | Gift message to be printed in shipment. | |
| GiftWrapId | String | Gift wrap identifier for the gift wrapping, if any. | |
| ItemTitle | String | Title for the item. | |
| LatestDeliveryDate | Datetime | Latest nominated delivery date for the scheduled delivery. | |
| NetPrice | String | A decimal number with no loss of precision. Useful when precision loss is unacceptable, as with currencies. Follows RFC7159 for number representation. | |
| OrderDate | Datetime | The date the order was placed. | |
| OrderedAmount | Int | Acknowledged quantity. This value should not be zero. | |
| OrderStatus | String | Current status of the order. | |
| ShipFromId | String | The vendor warehouse identifier for the fulfillment warehouse. If not specified, the result will contain orders for all warehouses. | |
| TaxLineItem | String | The tax details for the order. | |
| TotalPrice | String | A decimal number with no loss of precision. Useful when precision loss is unacceptable, as with currencies. Follows RFC7159 for number representation. | |
| UnitOfMeasure | String | Unit of measure for the acknowledged quantity. | |
| VendorProductId | String | The vendor selected product identification of the item. |