cURL
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 ] }
Associa produtos relacionados entre si em uma única chamada
Alias da loja
IDs dos produtos que se relacionarão entre si
The body is of type object.
object
Produtos relacionados associados em batch com sucesso
The response is of type object.
Was this page helpful?