Create and load the extension bundle

You must create a bundle that allows you to upload the extension.

When you have finished developing or changing your extension contents, zip up all the files within your extension-name directory. This is the file you upload to Commerce to make the extension available for use. On a Mac or Linux-based machine, you can do this with the following command inside the extension-name directory:

zip -r extensionName.zip ./*

After creating the ZIP file, load it using the procedure below.

To load an extension, perform the following steps:

  1. Log into Commerce.
  2. Click the Settings menu icon.
  3. Click Extensions.
  4. Click the Upload Extension button and select the extension zip file from your local file system.
The system now starts the upload and validation process. Any problems identified during the validation checks are displayed in a warning message.