Using the following methods you can do the following:

  • Get order info: Using this method you can get a full list of our products and product information - GET/api/order/:id
  • Place an order: Using post data you can place a standard order - POST/api/order
  • Place a gifting order: Using post data you can place an order and retreive a gifting link - POST/api/gift-link

Data Returned

You can find more details about the data returned here:

  • Order Details: Details returned from the “Retrieve a list of products” method - more info
  • Order Branding: Product data returned either in an array or on it’s own - more info
  • Order Totals: Array of data related to the attributes of the product. Only available for variable products - more info
  • Order Recipients: Array of data related to the vendor of the product. Only available for variable products - more info
    • Recipient Details: Array of data related to the vendor of the product. Only available for variable products - more info
    • Delivery Address: Array of data related to the vendor of the product. Only available for variable products - more info

Data Sent

  • Order Details: Details returned from the “Retrieve a list of products” method - more info
  • Recipient Details: Array of data related to the vendor of the product. Only available for variable products - more info
    • Delivery Address: Array of data related to the vendor of the product. Only available for variable products - more info