/fulfillment-orders
GET /fulfillment-orders
GET /fulfillment-orders
List all fulfillment orders.
Request:
limit
(number) - The number of fulfillment orders to retrieve. By default, it's set to 50 but can be set up to 250created_at_min
(ISO8610 timestamp) - List fulfillment orders created since the given timestarting_after
(UUID) - Paginate fulfillment orders after the given fulfillment order ID
Body:
fulfillment_orders
- An array containing fulfillment orders across pre-orders that are now fulfillableid
- The Purple Dot ID of the fulfillment ordercreated_at
(ISO8610 timestamp) - when this fulfillment order was created (effectively, when Purple Dot was told the related line items are ready to be fulfilled)purchased_at
(ISO8610 timestamp) - thecreated_at
of the pre-order this fulfillment order originates fromreference
- The Purple Dot fulfillment order reference, defined asconcat(Purple Dot pre-order reference, fulfillment order index)
currency
- The presentment currency of the ordercustomer
- The customer placing the orderemail
- The customer's email addressexternal_id
- The Shopify ID of this customer, if we know itfirst_name
last_name
tags
- Shopify tags for the customerdefault_address
first_name
last_name
address1
address2
city
postal_code
province_code
- The ISO3166 code of the second level administrative subdivisioncountry
- The English name of the countrycountry_code
- The ISO3166 code of the countryphone
tax_included
- Whether the tax is included in listed prices or nottotal_tax
- The total tax on the pre-ordertotal_discounts
- The total discounts applied to the fulfillment ordersubtotal_price
- The total of the line items before taxes and shippingtotal_price
- The fulfillment order totalline_items
- Array of line items in this fulfillment orderid
- The Purple Dot ID of the line itemprice
- The unit cost of the product variant in this line item, before taxes/discounts etctotal
- The total cost of this line item, after tax/discounts etc are consideredtaxable
- Whether the product variant in this line item is taxabletax_lines
- The taxes applied to the line itemprice
rate
title
total_discount
- The total amount of discounts applied to the line itemquantity
- The quantity of the line itemproduct_id
- The Shopify ID of the line item's productvariant_id
- The Shopify ID of the line item's product variantsku
- The SKU code of the product variant in this line itemname
- The name of the product variant in this line item
shipping_address
first_name
last_name
address1
address2
city
postal_code
province_code
- The ISO3166 code of the second level administrative subdivisioncountry
- The English name of the countrycountry_code
- The ISO3166 code of the countryphone
shipping_lines
- An array of shipping ratesid
- The Purple Dot ID of the shipping lineprice
- The unit cost of this shipping line, before taxes/discounts etctotal
- The total cost of this shipping line, after tax/discounts etc are consideredtitle
- The user-facing name of the shipping ratecode
- The shipping rate carrier codetax_lines
- The taxes applied to the shipping rateprice
rate
title
note
- optional notes from teh Shopify order
starting_after
- The ID of the last fulfillment order in the list which can then be used in the next requesthas_more
- Indicates whether there are more fulfillment orders available to page through
Examples:
Last updated