username:password
Authorization: Basic *****************
curl --location --request POST 'https://api.shoppingdeprecos.com.br/etiquetas?IntegracaoID=11111&PlataformaID=1&Pedidos=5181819,5181820,5181821&Formato=PDF' \ --header 'X-Client: xxxxxxxxxxxxx' \ --header 'Accept: application/json' \ --header 'Accept-Encoding: application/gzip' \ --header 'Authorization: Basic Og=='
{ "status": true, "quantidade": 3, "registros": [ { "PedidoID": 5181819, "PlataformaID": "10", "type": 'url', "status": true, "body": "url-da-etiqueta" }, { "PedidoID": 5181820, "PlataformaID": "10", "type": 'url', "status": true, "body": "url-da-etiqueta" }, { "PedidoID": 5181821, "PlataformaID": "10", "type": 'url', "status": true, "body": "url-da-etiqueta" } ] }