/fulfillment-proxy/orders
GET /fulfillment-proxy/orders
GET /fulfillment-proxy/orders
List All Proxy Orders
This feature is under active development and may change. For more information, contact support@getpurpledot.com.
Request:
limit
(number) - The number of pre-orders to retrieve. By default, it's set to 50 but can be set up to 250created_at_min
(ISO8610 timestamp) - List pre-orders created since the given timestarting_after
(UUID) - Paginate pre-orders after the given pre-order ID
Body:
orders
- An array containing pre-ordersid
- ID used to identify the pre-order inside Purple Dotcreated_at
- ISO8610 timestamp of when the pre-order was placedshopify_parent_order_id
- ID of parent Shopify ORdershopify_fulfillment_order_id
- ID of related Shopify Fulfillment Orderreference
- The Purple Dot order reference, the same as shared with the shopperscurrency
- The presentment currency of the ordercustomer
email
- The customer's email addressexternal_id
- The Shopify ID of this customer, if we know it
line_items
- Array of line itemsid
- The Purple Dot ID of the line itemshopify_line_item_id
- The Shopify 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 itemtotal_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 rates
starting_after
- The ID of the last pre-order in the list which can then be used in the next requesthas_more
- Indicates whether there are more orders available to page through
Last updated