Skip to content

Commit 6aad0e7

Browse files
DEVDOCS-6662 - Add product_description model to app extention's (#1192)
<!-- Ticket number or summary of work --> # [DEVDOCS-6662] ## What changed? <!-- Provide a bulleted list in the present tense --> * The App Extensions Glossary was missing a 4th model `PRODUCT_DESCRIPTION`. This Add's in the details for the `PRODUCT_DESCRIPTION` model. ## Release notes draft * Added missing 4th model `PRODUCT_DESCRIPTION` in the [App Extensions](https://developer.bigcommerce.com/docs/integrations/apps/app-extensions/glossary#model) glossary. ping @bc-terra [DEVDOCS-6662]: https://bigcommercecloud.atlassian.net/browse/DEVDOCS-6662?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent e8a8cc2 commit 6aad0e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/integrations/apps/app-extensions/glossary.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ An App Extension's **model** describes the control panel view it extends. Curren
1818
| Enum | Description |
1919
|:-----|:------------|
2020
| `PRODUCTS` | App Extension menu items render in the **Action** menu for each product on the **[View Products](https://login.bigcommerce.com/deep-links/manage/products)** page. |
21+
| `PRODUCT_DESCRIPTION` | App Extension menu items render in the **Action** menu within Description section on the **[Edit a Product](https://login.bigcommerce.com/deep-links/manage/products/edit)** page. |
2122
| `ORDERS` | App Extension menu items render in the **Action** menu for each order on the **[View Orders](https://login.bigcommerce.com/deep-links/manage/orders)** page. |
2223
| `CUSTOMERS` | App Extension menu items render in the **Action** menu for each customer on the **[View Customers](https://login.bigcommerce.com/deep-links/manage/customers)** page. |
2324

0 commit comments

Comments
 (0)