About the Order Invoices API

The Order Invoices API allows you to retrieve the IDs of invoices, and IDs of the external invoice apps that created them.

With the Order Invoices API, you can retrieve invoice IDs and external invoice app IDs associated with one or more orders.

Terminology

  • Invoice ID: Used to retrieve the invoice itself from the service that created it.
  • Invoice App ID: ID of the external invoice app that created the invoice.
Was this helpful?
Yes
No

Invoice Object

Manage eCommerce order invoices

Properties
idstring
Invoice ID.

appIdstring
ID of the app that set the invoice.
Was this helpful?
Yes
No

PostList Invoices For Multiple Orders

Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves the IDs of invoices associated with all specified orders.

Permission Scopes

For app development, you must have one of the following permission scopes:
Read eCommerce - all read permissions
Manage eCommerce - all permissions
Learn more about permission scopes.
Endpoint
POST
https://www.wixapis.com/ecom/v1/ep-invoices/v1/invoices/list-by-ids

Was this helpful?
Yes
No