GET Order API

GET Order API

Instruction

Please note that the request limit is one request per second.

GET Customer Order Reference
GET https://b2b.vidaxl.com/api_customer/orders?customer_order_reference_eq=xxxx(fill in reference instead of xxxx)
EXAMPLE (GET https://b2b.vidaxl.com/api_customer/orders?customer_order_reference_eq=99991111) results:

                                
Supported formats

Access your orders with URL:

/api_customer/orders.json

Additional formats supported for listing orders:

XML, CSV (change URL to /api_customer/orders.xml OR /api_customer/orders.csv)

Description

List orders with details

Action

GET

URL

/api_customer/orders

Sample request parameters

{"id_eq":3}

Available parameters

By default orders placed during the last 24h will be fetched if you do not include any parameters. If you need filtered results the following parameters are supported:

Order id: id_eq
Order status id: status_order_id_eq (integer)
Submitted at later than: submitted_at_gteq (date with format: YYYYMMDD)
Submitted at exact date: submitted_at_castedeq (date with format: YYYYMMDD)
Submitted between date: submitted_at_gteq=YYYYMMDD&submitted_at_lteq=YYYYMMDD


                                

The structure of the response is as follows

Response

orders
order
order-products
  order-product

Always the response will be an array of orders even if the result is one record.