cURL
curl --request PUT \ --url https://api.dooki.com.br/v2/{alias}/marketplaces/ids/{id} \ --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" } ] }
Atualiza um anúncio (ou produto) específico nos Marketplaces associados à loja
Alias da loja
ID do anúncio a ser atualizado
Anúncio atualizado com sucesso
The response is of type object.
object
Was this page helpful?