Namespace: /api/v1


FUNCTION: LIST

METHOD: GET

ENDPOINT: /ORDERS

To retrieve a list of orders, pass the same parameters you would in the liquid tags. eg. {'tag': 'featured'}

FUNCTION: GET

METHOD: GET

ENDPOINT: /ORDERS/:ID

To retrieve a single order, accepts both the ID and UID fields for the ID parameter.

FUNCTION: CREATE

METHOD: ORDER

ENDPOINT: /ORDERS

To create a single order, minimum required fields are:
  1. Title
  2. Type
  3. Permalink

FUNCTION: UPDATE

METHOD: PATCH/PUT

ENDPOINT: /ORDERS/:ID

To update a single order.

FUNCTION: DELETE

METHOD: DELETE

ENDPOINT: /ORDERS/:ID

To remove a single order.