PUT
/
{alias}
/
checkout
/
sellers
/
batch-update
curl --request PUT \
  --url https://api.dooki.com.br/v2/{alias}/checkout/sellers/batch-update \
  --header 'Content-Type: application/json' \
  --header 'User-Secret-Key: <api-key>' \
  --header 'User-Token: <api-key>' \
  --data '{
  "ids": [
    66
  ],
  "attributes": {
    "active": true
  }
}'

Authorizations

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

Path Parameters

alias
string
required

Alias da loja

Body

application/json

Response

204

Vendedores atualizados com sucesso