cURL
curl --request GET \ --url https://api.dooki.com.br/v2/{alias}/marketplaces/ids \ --header 'User-Secret-Key: <api-key>' \ --header 'User-Token: <api-key>'
{ "data": [ { "id": 123, "store_id": "1", "marketplace_id": 123, "account_id": 123, "status": "<string>", "external_id": 123, "resource_id": 123, "resource_type": "<string>", "resource_suggestion_id": 123, "title": "<string>", "price": 123, "url": "<string>", "params": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "deleted_at": "2023-11-07T05:31:56Z" } ] }
Lista todos os anúncios (ou produtos) cadastrados nos Marketplaces associados à loja
Alias da loja
Anúncios listados com sucesso
The response is of type object.
object
Was this page helpful?