curl --request GET \
--url https://api.dooki.com.br/v2/{alias}/pricing/order-bumps \
--header 'User-Secret-Key: <api-key>' \
--header 'User-Token: <api-key>'{
"data": [
{
"id": 255787,
"active": true,
"is_ia": false,
"pre_select_variation": true,
"name": "Oferta Especial",
"displayed_quantity": 1,
"resource_id": 42533439,
"resource_type": "product",
"price_sale": "50.00",
"price_discount": "0.00",
"params": {
"button_text": "+ Adicionar oferta",
"title": null,
"message": null
},
"accepted_payment": "all",
"display_rule": "always",
"amount_rule": "greater_than",
"amount_value": "0.00",
"updated_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"
},
"display_product_ids": []
}
],
"meta": {
"pagination": {
"total": "10",
"count": "30",
"per_page": "10",
"current_page": "1",
"total_pages": "3",
"links": {
"previous": "",
"next": ""
}
}
}
}Listar todos os Order Bumps cadastrados
curl --request GET \
--url https://api.dooki.com.br/v2/{alias}/pricing/order-bumps \
--header 'User-Secret-Key: <api-key>' \
--header 'User-Token: <api-key>'{
"data": [
{
"id": 255787,
"active": true,
"is_ia": false,
"pre_select_variation": true,
"name": "Oferta Especial",
"displayed_quantity": 1,
"resource_id": 42533439,
"resource_type": "product",
"price_sale": "50.00",
"price_discount": "0.00",
"params": {
"button_text": "+ Adicionar oferta",
"title": null,
"message": null
},
"accepted_payment": "all",
"display_rule": "always",
"amount_rule": "greater_than",
"amount_value": "0.00",
"updated_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"
},
"display_product_ids": []
}
],
"meta": {
"pagination": {
"total": "10",
"count": "30",
"per_page": "10",
"current_page": "1",
"total_pages": "3",
"links": {
"previous": "",
"next": ""
}
}
}
}Alias da loja
Filtros de OrderBump Objeto que mapeia os filtros disponíveis para pesquisa de Order Bumps.
Show child attributes
Lista de Order Bumps
Representa uma paginação com meta
Show child attributes
255787
true
false
true
"Oferta Especial"
1
42533439
"product"
"50.00"
"0.00"
"all"
"always"
"greater_than"
"0.00"
[]Show child attributes
Show child attributes
"10"
"30"
"10"
"1"
"3"
Was this page helpful?