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?
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?
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}}
3 People are following this question.