Webshop Orders
An order involves a client purchasing one or more products from your webshop.
Accept header for requests to Webshop Orders
application/vnd.procurios.webshop+json; version=1
Read orders GET
Scope:
Read multiple orders based on search criteria
Parameters
Parameter | Type | Description |
---|---|---|
page | int | The api will provide 100 results per page |
dateCreatedFrom | datetime | Orders created since this moment (yyyy-mm-dd HH:ii:ss) |
dateCreatedUntil | datetime | Orders created before this moment (yyyy-mm-dd HH:ii:ss) |
Read orders without an external order number GET
Scope:
Read multiple orders based on search criteria that do not have an external order number.
Parameters
Parameter | Type | Description |
---|---|---|
page | int | The api will provide 100 results per page |
dateCreatedFrom | datetime | Orders created since this moment (yyyy-mm-dd HH:ii:ss) |
dateCreatedUntil | datetime | Orders created before this moment (yyyy-mm-dd HH:ii:ss) |
Update an order PUT
Scope:
Add an external order number to an order.
Read a single order GET
Scope:
Get information on a single order