Acknowledge receipt of an invoice.
Retailers, generally, include is_acknowledged=0 as a query string parameter to get only new invoices. Then, for each shipment returned, the retailer should process the shipment and update any necessary internal systems (such as OMS or ERP). After processing a shipment successfully, the retailer should acknowledge the shipment using this endpoint so that subsequent queries to the /shipments/?is_acknowledged=0 endpoing does not return processed shipments.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Invoice ID
Retailer ID
Body
Invoice number
1 - 32
Types of invoice terms
End of Month (EOM)
, No Charge
, Consignment
, 10 Days After End of Month (10 EOM)
, Cash Discount Terms Apply
, Basic
, Fixed Date, Late Payment Penalty Applies
, Extended
, Discount Not Applicable
, Fixed Date
, Previously agreed upon
Description of invoice terms
Number of days to pay invoice
-2147483648 < x < 2147483647
Payment expected date
Discount percentage on selected term
Order ID related to invoice
Customer order number (for enduser)
64
Purchase order number (for retailer)
64
Invoice status
closed
, open
Name of shipping carrier
32
Code of shipping carrier
32
Shipping account number
32
Name of shipping method
32
Code of shipping method
32
Shipping tracking number
32
Shipping weight
Addition info adding to shipping
Time of invoice creation (UTC format)
Time of order finalization (UTC format)
Time of shipping (UTC format)
Time of retailer acknowledgement (UTC format)
Time of payment (UTC format)
Time of complete invoice payment (UTC format)
Time of order cancellation (UTC format)
Total invoice amount (exluding taxes)
Pending amount
Expected due amount (excluding allowances and charges)
Sub-total
Total tax on the invoice
Response
Invoice number
1 - 32
Invoice ID
Connection ID
Types of invoice terms
End of Month (EOM)
, No Charge
, Consignment
, 10 Days After End of Month (10 EOM)
, Cash Discount Terms Apply
, Basic
, Fixed Date, Late Payment Penalty Applies
, Extended
, Discount Not Applicable
, Fixed Date
, Previously agreed upon
Description of invoice terms
Number of days to pay invoice
-2147483648 < x < 2147483647
Payment expected date
Discount percentage on selected term
Order ID related to invoice
Customer order number (for enduser)
64
Purchase order number (for retailer)
64
Invoice status
closed
, open
Name of shipping carrier
32
Code of shipping carrier
32
Shipping account number
32
Name of shipping method
32
Code of shipping method
32
Shipping tracking number
32
Shipping weight
Addition info adding to shipping
Time of invoice creation (UTC format)
Time of order finalization (UTC format)
Time of shipping (UTC format)
Time of retailer acknowledgement (UTC format)
Time of payment (UTC format)
Time of complete invoice payment (UTC format)
Time of order cancellation (UTC format)
Total invoice amount (exluding taxes)
Pending amount
Expected due amount (excluding allowances and charges)
Sub-total
Total tax on the invoice
Was this page helpful?