Order
An order is a customer's completed request to purchase one or more products from a shop. An order is created when a customer completes the checkout process, during which time s/he provides an email address, billing address and payment information.Orders can also be created manually from the FlickRocket api.
You should note that orders can be created through the API, but no payment information will be collected, and no payment transaction performed.
You should also note that you can change only a few of an order's attributes using the API. For example, you cannot change the items or the quantities in an order.
API | Description |
---|---|
GET api/orders/count.json |
No documentation available. |
GET api/orders |
No documentation available. |
POST api/orders |
No documentation available. |
PUT api/orders |
No documentation available. |
GET api/orders.json |
No documentation available. |
POST api/orders.json |
No documentation available. |
PUT api/orders.json |
No documentation available. |
GET api/orders/{ids}.json |
No documentation available. |
POST api/orders/{ids}.json |
No documentation available. |
PUT api/orders/{ids}.json |
No documentation available. |
DELETE api/orders/{ids}.json |
No documentation available. |
POST api/Order |
No documentation available. |