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'sclient_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
Documentation links
Search ordersLast updated
Was this helpful?