Skip to main content
Skip to main content

AdminPostOrdersOrderFulfillmentsReq

internal.internal.AdminPostOrdersOrderFulfillmentsReq

Schema

AdminPostOrdersOrderFulfillmentsReq type: object required:

  • items properties: items: description: The Line Items to include in the Fulfillment. type: array items: type: object required:
        - item_id
    - quantity
    properties:
    item_id:
    description: The ID of the Line Item to fulfill.
    type: string
    quantity:
    description: The quantity of the Line Item to fulfill.
    type: integer
    no_notification: description: If set to trueLearn about the metadata attribute, and how to delete and update it.

Properties

itemsItem[]Required
location_idstring
metadataRecord<string, unknown>
no_notificationboolean
Was this section helpful?