/products/{product_id}/extras
GET {{baseUrl}}/products/:product_id/extras
Returns a list of product extras assigned to a product
RESPONSES
status: OK
[{"id":"\u003cinteger\u003e","name":"\u003cstring\u003e","price":"\u003cnumber\u003e","sku":"\u003cstring\u003e"},{"id":"\u003cinteger\u003e","name":"\u003cstring\u003e","price":"\u003cnumber\u003e","sku":"\u003cstring\u003e"}]