POST
/
{alias}
/
marketplaces
/
ids
/
{id}
/
duplicate
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
  }
}

Authorizations

User-Token
string
header
required
User-Secret-Key
string
header
required

Path Parameters

alias
string
required

Alias da loja

id
number
required

ID do anúncio a ser duplicado

Body

application/json

Dados do novo anúncio

The body is of type object.

Response

200 - application/json

Resultado da duplicação

The response is of type object.