Retrieves a single product. The product is identified by the id path parameter.
OK. Returns the product details.
Unauthorized. Returned if no valid authentication was provided.
Not Found. The product does not exist.
{- "tenantId": "company",
- "subTenantId": "company|demo",
- "id": "gold",
- "label": "Gold Subscription",
- "description": "The most premium subscription.",
- "entitlement": {- "id": "gold-bundle",
- "type": "bundle",
- "entitlementTenant": "company"
 },
- "mapping": {- "braintree_one_off": {- "price_points": [- {- "id": "ten",
- "label": "Ten Dollars",
- "price": 10
 }
 ]
 }
 },
- "sharingLimit": 5
}