GET Invoice API

GET Invoice API

Instruction

Authentication

Authentication is HTTP Basic authentication with username equal to the customer's email and password the API token of the customer

Method 1: Get invoices *from date till today

Description

Get invoices *from date till today

Action

GET

URL

/api_customer/orders/documents?submitted_at_gteq=YYYYMMDD

Sample request parameters


                                
Method 2: Get invoices from past 4 days

Description

Get invoices from past 4 days

Action

GET

URL

/api_customer/orders/documents

Sample response


                                
Method 3 Get invoice from specific order

Description

Get invoice from specific order

Action

GET

URL

/api_customer/orders//documents

Sample request parameters


                                
Method 4 Get invoice from date to date

Description

Get invoice from date to date

Action

GET

URL

/api_customer/orders/documents?submitted_at_gteq=YYYYMMDD&submitted_at_lteq=YYYYMMDD

Sample request parameters