Extensions
Was this helpful?
Was this helpful?
Extensions
List extensions for a tenant
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to a specific page in a result set.
The number of items per page in a result set.
Defines which field the resource list is sorted by.
ENUM | Description |
---|---|
ASC | Sort in ascending order |
DESC | Sort in descending order |
Example response
Get details for a tenant extension.
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to a tenant extension.
^[A-Za-z0-9-_]+
TenantExtensionResponseSchema
Example response
List store extensions for a tenant extension
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to a tenant extension.
^[A-Za-z0-9-_]+
Reference to a specific page in a result set.
The number of items per page in a result set.
Defines which field the resource list is sorted by.
ENUM | Description |
---|---|
ASC | Sort in ascending order |
DESC | Sort in descending order |
filter on active status for a store extension.
filter on store name for a store extension
Example response
List extensions for a store
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to a Store.
^[A-Za-z0-9-_]+
Reference to a specific page in a result set.
The number of items per page in a result set.
Defines which field the resource list is sorted by.
ENUM | Description |
---|---|
ASC | Sort in ascending order |
DESC | Sort in descending order |
Example response
Get details for a store extension.
Reference to a Store.
^[A-Za-z0-9-_]+
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to a store extension.
^[A-Za-z0-9-_]+
StoreExtensionResponseSchema
Example response
Deletes a store extension.
Reference to a Store.
^[A-Za-z0-9-_]+
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to a store extension.
^[A-Za-z0-9-_]+
No Content
No Content
Update details for a tenant extension.
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to a tenant extension.
^[A-Za-z0-9-_]+
GeneralParameterRequestSchema
TenantExtensionResponseSchema
Example response
Add a new extension to a store
Required store or tenant role ADMIN
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to a Store.
^[A-Za-z0-9-_]+
Activate/Deactivate the extension on the store
A list of store parameters. The valid keys can be found in storeParameterKeys on the tenantExtension. If there are no storeParameterKeys you need to supply an empty list.
^[A-Za-z0-9-_]+
^[A-Za-z0-9-_]+
StoreExtensionResponseSchema
Example response
Update details for a store extension
Reference to a Store.
^[A-Za-z0-9-_]+
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to a store extension.
^[A-Za-z0-9-_]+
Activate/Deactivate the extension on the store
A list of store parameters. The valid keys can be found in storeParameterKeys on the tenantExtension. If there are no storeParameterKeys you need to supply an empty list.
StoreExtensionResponseSchema
Example response