Skip to main content
GET
Get Fintech Invoices

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

brand_id
string

Filter to a single brand.

retailer_id
string

Filter to a single retailer.

transportation_method
enum<string>

Filter by transportation method.

Available options:
FREIGHT,
PARCEL
order_completed_at_start
string<date>

Lower bound (inclusive) on order completion (ASN sent). Every date bound is optional and independent.

order_completed_at_end
string<date>

Upper bound (inclusive) on order completion (ASN sent).

order_packed_at_start
string<date>

Lower bound (inclusive) on packed date.

order_packed_at_end
string<date>

Upper bound (inclusive) on packed date.

Response

Invoices retrieved successfully.

message
string
Example:

"Invoices retrieved successfully"

data
object