Option Details

GET {{baseUrl}}/products/options/:option

You can return specific option details for a specific product by providing the ID of the option you want to return its details in the option path parameter.

OAuth Scopes


products.read

RESPONSES

status: OK

{"status":200,"success":true,"data":{"id":1561181168,"name":"المنشأ","description":null,"type":"radio","required":false,"associated_with_order_time":0,"sort":null,"display_type":"text","visibility":"always","values":[{"id":931990227,"name":"مصري","price":{"amount":1.5,"currency":"SAR"},"display_value":null,"option_id":1561181168,"image_url":null,"hashed_display_value":null},{"id":23734748,"name":"لبناني","price":{"amount":3,"currency":"SAR"},"display_value":null,"option_id":1561181168,"image_url":null,"hashed_display_value":null}],"skus":[{"id":461881338,"price":{"amount":7.5,"currency":"SAR"},"regular_price":{"amount":0,"currency":"SAR"},"stock_quantity":null,"barcode":null,"sku":null,"related_options":[931990227]},{"id":1970069243,"price":{"amount":7.5,"currency":"SAR"},"regular_price":{"amount":0,"currency":"SAR"},"stock_quantity":null,"barcode":null,"sku":null,"related_options":[23734748]}]}}