Create an Invoice

Create an invoice for customer use

Necessary APIs & Endpoints Steps to Set up

Necessary APIs & Endpoints

Order Fulfillment API

Manage shipments including create, find, cancel, and update

GET Get Shipment

Payment Processing API

Manage Payment Processing

POST Auto Invoice

Steps to Set up

For an order :
Create an invoice by calling POST Auto Invoice with IDType = order to invoice the order
For a Shipment:
Merchant System needs to call GET Get Shipments to get shipments by a certain status over a defined time period
Create an invoice by calling POST Auto Invoice with IDType = Shipment to invoice a shipment