LogoLogo
Build appsContact API support
  • Build apps
  • Site Templates
  • API Reference
  • Changelog
  • Ecwid API Changelog
  • May 2025
    • May 16
  • April 2025
    • April 25
    • April 11
  • March 2025
    • March 28
    • March 25
    • March 20
    • March 17

Lightspeed® 2025

On this page

Was this helpful?

  1. May 2025
  2. May 16

Search orders by the payment app's client_id

Last updated 4 days ago

Was this helpful?

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

Documentation links

Search orders