get https://{domain}/rest/product
Permite a listagem de produtos que condizem com os filtros especificados
Log in to see full request history
Response
Permite a listagem de produtos que condizem com os filtros especificados
xxxxxxxxxx
curl --request GET \
--url 'https://your-domain.com/rest/product?limit=100&page=1' \
--header 'Authorization: Bearer [your_token]' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: