Get profit margin according to profit_margin_uuid.
A profit margin object.
curl --request GET \ --url https://api-staging.unbridaled.ai/api/v2/profit_margins/{profit_margin_uuid} \ --header 'Authorization: Bearer <token>'
{ "lab_percent": 50, "merchant_uuid": "4483de5e-1000-44ac-bef1-cc6e74d8fe7f", "mined_percent": 35, "price_max": 0, "price_min": 0, "uuid": "b5209c7e-997c-4423-aeb9-a5e489285dab", "weight_max": 0.75, "weight_min": 0, "weight_or_price": "weight" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Given UUID of the profit margin object.
OK
The response is of type object.
object