Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update API Key -> Token

An Order that is not a basket anymoreis a Basket that has gone through the checkout process to become a placed order. The orders are only visible to the users who created them, and can only contain projects that the user created (this is enforced by the Session)cannot be modified.

Requires:

Actions

URL
Verb
Information
/ordersGET

Returns a list of all existing orders for the currently logged in user

Attributes

The following attributes are for creating or updating a order. (Currently nothing is required to create orders)

...

The following details are returned about a order.

Field
Data Type
Required
Information
GuidGuidYUsed to uniquely identify a order
CreatedDateUtcDateTimeYThe date time the order was created as a basket, in UTC
LastSavedDateUtcDateTimeYThe date time the order was last saved, in UTC
CompletedDateUTCDateTimeYThe date time the order was completed, in UTC
LinesArray Of Basket LinesNYItems in the basket.
OrderTotalDecimalYTotal amount payable for the order.
CompletedDateUTCStatusDateTimeOrderStatusYThe date time the order was completed, in UTCStatusOrderStatusYEnum status based on status Idcurrent status of the order.