I've been researching the REST API for web apps. I am trying to request product lookup via code or UPC. Is this achievable?
I've been researching the REST API for web apps. I am trying to request product lookup via code or UPC. Is this achievable?
You may be able to do this by using a GET to /v3/merchants/{mId}/items (https://sandbox.dev.clover.com/api_do...) and filter on sku and/or itemCode, depending on how the merchant has entered their UPCs/codes.
No one has followed this question yet.