PUT
/
{alias}
/
marketplaces
/
ids
/
{id}
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"
    }
  ]
}

Authorizations

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

Path Parameters

alias
string
required

Alias da loja

id
integer
required

ID do anúncio a ser atualizado

Response

200
application/json

Anúncio atualizado com sucesso

The response is of type object.