Easy Extension Framework v0.5 Help

Configure an Easy Repository using ImpEx Import

Configuring a Local Repository

Easy Repositories can be configured by importing an ImpEx script having the required import statements. To create an Easy Local Repository using ImpEx, you should have the ImpEx header with the following fields:

Table | ImpEx header fields for a Local Repository

Property

Required

Comments

Code

Yes

Local repository code - user friendly - alphanumeric

Name

Yes

Local repository name - user friendly

Source Location

Yes

File system path on your computer pointing to the directory where your easy extensions exist

The following ImpEx header can be used to setup an Easy Local Repository.

INSERT_UPDATE EasyLocalRepository;code[unique=true];name;sourceLocation

Below is an example of an ImpEx script to configure an Easy Local Repository:

INSERT_UPDATE EasyLocalRepository;code[unique=true];name;sourceLocation ;easy-local-repository;Local Repository;/opt/easy/repositories/easy-local-repository

This ImpEx script can be imported to SAP Commerce Cloud either via Administration Console or via Backoffice. For more information on ImpEx import refer to Data Management with ImpEx

Configuring a Git Repository in Backoffice

Easy Repositories can be configured by importing an ImpEx script having the required import statements. To create an Easy Git Repository using ImpEx, you should have the ImpEx header with the following fields:

Table | Form fields for a Git Repository

Property

Required

Comments

Code

Yes

Git repository code - user friendly - alphanumeric

Name

Yes

Git repository name - user friendly

Git URL

Yes

Git repository URL starting from https

Git Branch

Yes

Git repository branch, which will be cloned

Login

No

Git repository credential, login field

Secret

No

Git repository credential, secret field

The following ImpEx header can be used to setup an Easy Git Repository.

INSERT_UPDATE EasyGitRepository;code[unique=true];name;url;branch;login;secret

Below is an example of an ImpEx script to configure an Easy Git Repository:

INSERT_UPDATE EasyGitRepository;code[unique=true];name;url;branch;login;secret ;easy-extension-samples;Local Repository;https://github.com/SAP/easy-extension-samples.git;main;myuser;myGitHubPersonalAccessToken

This ImpEx script can be imported to SAP Commerce Cloud either via Administration Console or via Backoffice. For more information on ImpEx import refer to Data Management with ImpEx

Last modified: 18 August 2025