Get food add-ons
Products
Get add-ons
Return available add-ons for a food catalog item.
GET
Get food add-ons
Request
Use this endpoint for food-enabled storefronts. Standard product catalogs return
an empty
addons array.Headers
| Header | Type | Description |
|---|---|---|
x-shop-id | string | Identify the shop context. |
Path parameters
| Parameter | Type | Description |
|---|---|---|
id | string | Food item MongoDB ID. |
Successful response
Notes
- Unavailable add-ons are filtered out of this response.
- Add-on objects include the latest
descriptionfield from the food catalog. - Pair the returned
addonIdvalues withPOST /cartusingselectedAddons.
Authorizations
JWT issued by the Salesive Store API for authenticated shoppers.
Optional storefront identifier sent as a header to scope responses to a specific shop. Try It requests remember this value once provided.
Headers
Optional identifier that scopes responses to a specific storefront when the referer cannot be inferred.
Path Parameters
Food item MongoDB identifier.

