/fulfillment

POST /fulfillment

Create a fulfillment for a fulfillment order.

Request:

  • fulfillment

    • fulfillment_order_id (UUID) - The ID of the Fulfillment Order you are fulfilling

    • line_items - optional - it left blank, all line items will be fulfilled

      • id (string) - The Purple Dot ID of the line item

      • quantity(number) - the quantity of that line item that are being fulfilled

    • notify_customer (boolean) - Whether the customer is notified. If true, then a notification is sent when the fulfillment is created. The default value is false

    • tracking_info

      • number (string) - The tracking number of the fulfillment

      • company (string) - The name of the tracking company

      • url (string) - The URL to track the fulfillment

Last updated