Referência da API
- Introdução
- Autenticação
- Catálogo
- Checkout
- Configurações
- Conteúdo
- Clientes
- Leads
- Logística
- Marketing
- Pedidos
- Sistema
- Promoções
- Promoção
- Combos
- Frete grátis
- Desconto progressivo
- Cupons de desconto
- Upsells
- Filas
- Usuários
- Webhooks
- Loja Virtual
Promoção
Atualizar promoção
Atualiza os detalhes de uma promoção específica
PUT
/
{alias}
/
pricing
/
promotions
/
{id}
curl --request PUT \
--url https://api.dooki.com.br/v2/{alias}/pricing/promotions/{id} \
--header 'Content-Type: application/json' \
--header 'User-Secret-Key: <api-key>' \
--header 'User-Token: <api-key>' \
--data '{
"id": 123,
"active": true,
"all_products": true,
"utm_only": true,
"highlight_on_menu": true,
"accumulate": true,
"price_attribute": "<string>",
"name": "Promoção relâmpago",
"url": "https://www.domain.com/promocoes/test",
"slug": "<string>",
"value": 123,
"utm_source": "google",
"utm_campaign": "adwords"
}'
{
"id": 123,
"active": true,
"all_products": true,
"utm_only": true,
"highlight_on_menu": true,
"accumulate": true,
"price_attribute": "<string>",
"name": "Promoção relâmpago",
"expired": true,
"url": "https://www.domain.com/promocoes/test",
"slug": "<string>",
"value": 123,
"utm_source": "google",
"utm_campaign": "adwords",
"start_at": {
"date": "2000-08-17 10:24:24",
"timezone_type": 3,
"timezone": "America/Sao_Paulo"
},
"end_at": {
"date": "2000-08-17 10:24:24",
"timezone_type": 3,
"timezone": "America/Sao_Paulo"
},
"created_at": {
"date": "2000-08-17 10:24:24",
"timezone_type": 3,
"timezone": "America/Sao_Paulo"
},
"updated_at": {
"date": "2000-08-17 10:24:24",
"timezone_type": 3,
"timezone": "America/Sao_Paulo"
},
"include": {
"products_ids": "[987, 654, 456, 321, 123]",
"brands_ids": "[]",
"collections_ids": "[]",
"categories_ids": "[]"
},
"exclude": {
"products_ids": "[123, 321]",
"brands_ids": "[]",
"collections_ids": "[]",
"categories_ids": "[]"
},
"include_ids": "[987, 654, 456, 321, 123]",
"exclude_ids": "[123, 321]"
}
Body
application/json
Response
200
application/json
Detalhes da promoção
Representa as restrições de inclusão e exclusão para itens específicos
Was this page helpful?
curl --request PUT \
--url https://api.dooki.com.br/v2/{alias}/pricing/promotions/{id} \
--header 'Content-Type: application/json' \
--header 'User-Secret-Key: <api-key>' \
--header 'User-Token: <api-key>' \
--data '{
"id": 123,
"active": true,
"all_products": true,
"utm_only": true,
"highlight_on_menu": true,
"accumulate": true,
"price_attribute": "<string>",
"name": "Promoção relâmpago",
"url": "https://www.domain.com/promocoes/test",
"slug": "<string>",
"value": 123,
"utm_source": "google",
"utm_campaign": "adwords"
}'
{
"id": 123,
"active": true,
"all_products": true,
"utm_only": true,
"highlight_on_menu": true,
"accumulate": true,
"price_attribute": "<string>",
"name": "Promoção relâmpago",
"expired": true,
"url": "https://www.domain.com/promocoes/test",
"slug": "<string>",
"value": 123,
"utm_source": "google",
"utm_campaign": "adwords",
"start_at": {
"date": "2000-08-17 10:24:24",
"timezone_type": 3,
"timezone": "America/Sao_Paulo"
},
"end_at": {
"date": "2000-08-17 10:24:24",
"timezone_type": 3,
"timezone": "America/Sao_Paulo"
},
"created_at": {
"date": "2000-08-17 10:24:24",
"timezone_type": 3,
"timezone": "America/Sao_Paulo"
},
"updated_at": {
"date": "2000-08-17 10:24:24",
"timezone_type": 3,
"timezone": "America/Sao_Paulo"
},
"include": {
"products_ids": "[987, 654, 456, 321, 123]",
"brands_ids": "[]",
"collections_ids": "[]",
"categories_ids": "[]"
},
"exclude": {
"products_ids": "[123, 321]",
"brands_ids": "[]",
"collections_ids": "[]",
"categories_ids": "[]"
},
"include_ids": "[987, 654, 456, 321, 123]",
"exclude_ids": "[123, 321]"
}