Please see below points and details regarding option_price calculations
If (startqty = endqty) this value applies to this distinct runsize
If (endqty > startqty) the calculation applies to all runsizes within this range.
If (is_flat_fee = True) the value in the “price” field is the value for the flat-fee
If (is_percentage is True) the value in the “price” field is the percentage applied to the product base to calculate the option price.
If ((price_per_qty data field is not NULL and is > 0) there is an additional price/qty charge applied
General formula:
If is_percentage is False: Option-price = price + ( (Runsize/qty) * price_per_qty) )
If is_percentage is True: Option-price = price * product-base-price
Resource URI
GET /printproducts/products/{product_uuid}/optiongroups/{option_group_uuid}/options/{option_uuid}/prices
Input Parameters
@param product_uuid {uuid} The UUID of product. @param option_group_uuid {uuid} The UUID of Option Group. @param option_uuid {uuid} The UUID of Option.
Sample Request
html
https://api.4over.com/printproducts/products/3b3dd574-4b7d-47fd-b24e-01468cd937d3/optiongroups/254afeea-1fd1-4efb-b5fb-c9c3bf4c13d2/options/5d566e05-ffea-4705-a23f-95bd227f1370/prices
Sample Response
JSON{ "entities": [ { "option_price_uuid": "aeec7ed5-1023-4e20-a464-c7ee17321780", "option_name": "Yes Bundles of 50", "startqty": 100, "endqty": 100, "price": "19.50", "price_per_qty": "0", "is_flat_fee": true, "qty": 0, "is_percentage": false }, { "option_price_uuid": "b7fecbf9-08ae-4405-94f4-940b8e2ac2a9", "option_name": "Yes Bundles of 50", "startqty": 250, "endqty": 250, "price": "19.50", "price_per_qty": "0", "is_flat_fee": true, "qty": 0, "is_percentage": false }, { "option_price_uuid": "fc3989a6-4c7b-4eb0-aba3-203dfd55c8d8", "option_name": "Yes Bundles of 50", "startqty": 500, "endqty": 500, "price": "21.84", "price_per_qty": "0", "is_flat_fee": true, "qty": 0, "is_percentage": false }, { "option_price_uuid": "c1f49c4e-dd25-433d-ace3-15f8728295cc", "option_name": "Yes Bundles of 50", "startqty": 750, "endqty": 750, "price": "22", "price_per_qty": "0", "is_flat_fee": true, "qty": 0, "is_percentage": false }, { "option_price_uuid": "698ca520-4adf-45ae-ac54-6c52bd7571c9", "option_name": "Yes Bundles of 50", "startqty": 1000, "endqty": 1000, "price": "23.92", "price_per_qty": "0", "is_flat_fee": true, "qty": 0, "is_percentage": false }, { "option_price_uuid": "241a7d7f-6725-4b94-afda-1fa981d8dec2", "option_name": "Yes Bundles of 50", "startqty": 2500, "endqty": 2500, "price": "36.00", "price_per_qty": "0", "is_flat_fee": true, "qty": 0, "is_percentage": false }, { "option_price_uuid": "93d4b1e7-f79f-4bcc-8d06-b8f7e0fdcb67", "option_name": "Yes Bundles of 50", "startqty": 5000, "endqty": 5000, "price": "49.50", "price_per_qty": "0", "is_flat_fee": true, "qty": 0, "is_percentage": false }, { "option_price_uuid": "61c9dbc6-2eb9-474a-a225-61f83fb3a0ed", "option_name": "Yes Bundles of 50", "startqty": 7500, "endqty": 7500, "price": "61.50", "price_per_qty": "0", "is_flat_fee": true, "qty": 0, "is_percentage": false }, { "option_price_uuid": "d503a5b8-923d-4005-afdf-895ef6e88471", "option_name": "Yes Bundles of 50", "startqty": 10000, "endqty": 10000, "price": "73.50", "price_per_qty": "0", "is_flat_fee": true, "qty": 0, "is_percentage": false }, { "option_price_uuid": "04c948fb-8b8a-4b9c-9acf-be21464c07eb", "option_name": "Yes Bundles of 50", "startqty": 15000, "endqty": 15000, "price": "100.50", "price_per_qty": "0", "is_flat_fee": true, "qty": 0, "is_percentage": false }, { "option_price_uuid": "04952ab3-57b9-4397-b10b-ce1e31506f8a", "option_name": "Yes Bundles of 50", "startqty": 20000, "endqty": 20000, "price": "115.50", "price_per_qty": "0", "is_flat_fee": true, "qty": 0, "is_percentage": false }, { "option_price_uuid": "0395f896-b00f-4e0d-8349-8ca62237d409", "option_name": "Yes Bundles of 50", "startqty": 25000, "endqty": 25000, "price": "139.50", "price_per_qty": "0", "is_flat_fee": true, "qty": 0, "is_percentage": false }, { "option_price_uuid": "f0a46972-b001-4dd0-87c0-403b2392b35d", "option_name": "Yes Bundles of 50", "startqty": 30000, "endqty": 30000, "price": "163", "price_per_qty": "0", "is_flat_fee": true, "qty": 0, "is_percentage": false }, { "option_price_uuid": "1c94c8af-e549-4900-9ac1-09603dee1f37", "option_name": "Yes Bundles of 50", "startqty": 35000, "endqty": 35000, "price": "190", "price_per_qty": "0", "is_flat_fee": true, "qty": 0, "is_percentage": false }, { "option_price_uuid": "290b8744-f92b-48c8-8c64-c801927ed23c", "option_name": "Yes Bundles of 50", "startqty": 40000, "endqty": 40000, "price": "223", "price_per_qty": "0", "is_flat_fee": true, "qty": 0, "is_percentage": false } ], "currentPage": 1, "maximumPages": 1 }