cURL
curl --request POST \ --url https://api.dooki.com.br/v2/{alias}/marketplaces/ids/{id}/duplicate \ --header 'Content-Type: application/json' \ --header 'User-Secret-Key: <api-key>' \ --header 'User-Token: <api-key>' \ --data '{ "title": "<string>", "price": 7, "params": { "free_shipment": true, "increment_shipping_cost": true } }'
{ "data": { "id": 123 } }
Duplica um anúncio, opcionalmente sobrescrevendo alguns campos
Alias da loja
ID do anúncio a ser duplicado
Dados do novo anúncio
The body is of type object.
object
Resultado da duplicação
The response is of type object.
Was this page helpful?