POST
https://api.dooki.com.br/v2
/
{alias}
/
catalog
/
products
/
similars
/
batch
curl --request POST \
  --url https://api.dooki.com.br/v2/{alias}/catalog/products/similars/batch \
  --header 'Content-Type: application/json' \
  --header 'User-Secret-Key: <api-key>' \
  --header 'User-Token: <api-key>' \
  --data '{
  "data": [
    1,
    2,
    3,
    4,
    5
  ]
}'
{
  "data": [
    1,
    2,
    3,
    4,
    5
  ]
}

Authorizations

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

Path Parameters

alias
string
required

Alias da loja

Body

application/json

IDs dos produtos que se relacionarão entre si

The body is of type object.

Response

200
application/json

Produtos relacionados associados em batch com sucesso

The response is of type object.