question

Srinivas Guddati avatar image
Srinivas Guddati asked bryanvargas answered

Retrieving POS Device ID as part of GetOrder API?

I am working on a piece of integration to retrieve orders for a given store. But my store has more than one point of sale terminal. Is there a way to retrieve POS terminal ID or Device ID that created the Order as part of GetOrder API?

REST API
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

bryanvargas avatar image
bryanvargas answered

The GetOrder API: { {baseUrl}}/v3/merchants/{ {mId}}/orders does have a deviceId field in the request. Note this is not the serial number, if you need to decipher this id to get the serial and model number, you can run the { {baseUrl}}/v3/merchants/{ {merchantId}}/devices/{ {deviceId}}

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community