Order API

Type

OrderItemFulfillment2

Specifies which order item and quantity is included in a fulfillment.

This type is used within fulfillments to track partial shipments where only some items or quantities from an order are included in a particular shipment.

Kind Type
Used in EstimateAccrual1, UpdateOrders4

Properties

  • id string required

    The ID of the order item being fulfilled

    This should match the id field of an item in the order's items array.

  • qty integer required

    The quantity of this item included in the fulfillment

    For partial fulfillments, this may be less than the total quantity ordered. For example, if a customer ordered 5 units but only 3 are being shipped now, this would be 3.

Previous
OrderItem2