I created a tag and wanted to add a printer to it but the printer never attached to the tag. I'm using this API call: https://www.clover.com/api_docs#!/inv...
My request body is:
{ "printers": [ { "id": "PRINTER_ID" } ] }
No error, API responded with { "id": "TAG_ID", "name": "tag-name", "items": { "elements": [] }, "printers": { "elements": [] } }
My merchant is a test merchant ('isBillable:false"). I guess I cannot add printer to a test merchant or something wrong with my request body?