Manual
Autorizações
Parâmetros de consulta
partnerIdstringObrigatório
companyIdstringOpcional
codestringObrigatório
Respostas
200
OK
application/json
404
Coupon was not found
application/json
500
An internal server error was thrown
application/json
get
GET /api/sales/coupons/manual HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer JWT
Accept: */*
{
"id": "text",
"type": "ORDER_VALUE",
"name": "text",
"code": "text",
"value_type": "MONETARY",
"value": 1,
"start_date": "2025-07-01T01:01:38.857Z",
"end_date": "2025-07-01T01:01:38.857Z",
"minimum_items_quantity": 1,
"minimum_items_value": 1,
"only_available_for_mobile_app": true,
"allowed_with_product_discount": true,
"is_payment_method_specific": true,
"payment_methods": [
{
"id": "text",
"payment_method_id": "text"
}
]
}