""
0
25
asc
GET /api/sales/discounts/{discountId}/products HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Accept: */*
OK
{ "currentPage": 1, "perPage": 1, "total": 1, "items": [ { "product_id": "text", "product_name": "text", "type": "text", "value_type": "text", "value": 1, "product_sku": "text", "product_variation_id": "text" } ] }
GET /api/sales/discounts/products HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Accept: */*
{ "currentPage": 1, "perPage": 1, "total": 1, "items": [ { "product_id": "text", "product_name": "text", "product_image": "text" } ] }
GET /api/sales/discounts/products/{productId} HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Accept: */*
{ "currentPage": 1, "perPage": 1, "total": 1, "items": [ { "id": "text", "name": "text", "partners_quantity": 1, "profiles_quantity": 1, "companies_quantity": 1, "payment_methods_quantity": 1, "start_date": "2025-05-18T09:45:28.627Z", "end_date": "2025-05-18T09:45:28.627Z", "value_type": "PERCENTAGE", "value": 1, "product_variation_id": "text" } ] }