Search orders by the payment app's client_id

What's new

New query parameter allows you to search orders by the "payment module", which refers to the payment application. When an online payment is done through the payment app, its client_id will be saved as payment module.

Changes in API

New query param is available fot the GET request to /orders endpoint:

  • paymentModule param allows searching orders by the payment app's client_id value.

Request example:

GET /api/v3/STOREID/orders?payment_module=CUSTOM_PAYMENT_APP-client_id HTTP/1.1
Host: app.ecwid.com
Authorization: Bearer secret_token
Search orders

Last updated

Was this helpful?