""
0
25
asc
GET /api/sales/price-tables/{id}/products HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Accept: */*
OK
{ "currentPage": 1, "perPage": 1, "total": 1, "items": [ { "id": "text", "product": { "id": "text", "name": "text", "sku": "text", "product_variation_id": "text" }, "price": 1 } ] }
GET /api/sales/price-tables/products HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Accept: */*
{ "currentPage": 1, "perPage": 1, "total": 1, "items": [ { "id": "text", "name": "text", "sku": "text" } ] }
GET /api/sales/price-tables/products/{id} HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Accept: */*
{ "currentPage": 1, "perPage": 1, "total": 1, "items": [ { "id": "text", "name": "text", "partner_size": 1, "profile_size": 1, "company_size": 1, "payment_method_size": 1, "start_date": "2025-05-18T09:44:20.547Z", "end_date": "2025-05-18T09:44:20.547Z", "price": 1, "product_variation_id": "text" } ] }