Skip to content

vtex/admin-assembly-options

Repository files navigation

Assembly Options app

⚠️ This app is no longer maintained by VTEX. This means support and maintenance are no longer provided.

⚠ This app is available only for stores developed in VTEX IO.

At VTEX, Assembly Options consist on creating attachments for complex scenarios, where it is necessary to offer various combinations of SKUs, quantities, additional items and costs.

The Assembly Options app provides an interface on VTEX Admin to create and manage product customization options available to customers in a specific store. This experience aims to offer a simple and easy-to-use alternative to the manual configuration available through Catalog > Attachments using a certain attachment syntax.

Before you start

To use Assembly Options, you must first install and configure Product Customizer in your store.

We also recommend reading our Assembly Options documentation for more information on this feature.

Installation

⚠ When this app is installed in a seller account, the Assembly Option is displayed at checkout. To display it on the product page, you must install the app in a marketplace account.

You can install the app for free in the VTEX App Store or using the VTEX IO CLI, by running vtex install vtex.admin-assembly-options@2.x in your terminal.

After the installation, you can find the app's interface on VTEX Admin, by accessing Products > Assembly options or by going directly to the URL {accountName}.myvtex.com/admin/assembly-options/, replacing {accountName} with your VTEX account.

This app installs Assembly Options GraphQL as a dependency. Learn more about it by accessing the assembly-options-graphql repository.

How the app works

The app inserts a new menu in the VTEX Admin, which you can access on Products > Assembly options.

The Assembly Options interface allows you to:

View a list of existing Assembly Options.

Listing

Filter Assembly Options by Status.

Filter

Create Assembly Options.

Creation2

Edit Assembly Options.

Edit

Delete Assembly Options.

Delete

For more information on how to use this interface, read our user guide Assembly Options app.