Newer Version Available
Commerce Extension Mappings
Get and set extension provider mappings, which associate an extension provider with a
webstore.
- Resource
-
1/commerce/extension/mappings - Available version
- 58.0
- Requires Chatter
- No
- HTTP methods
- GET, POST
- Request parameters for GET
-
Parameter Name Type Description Required or Optional Available Version epn String Extension point name. For valid values, see the RegisteredExternalService object's ExtensionPointName field. If you omit the extension point name, the system gets all extension mappings for the webstore. If you specify an extension point name, the system gets mappings only for that extension point. Optional 58.0 webstoreId String ID of the webstore. 58.0 - Response body for GET
- Commerce Extensions Mappings Collection
- Request body for POST
-
- Root XML tag
- <MappingInputRepresentation>
- JSON example
-
1{ 2 "webstoreId": "0ZExx000000003FGAQ", 3 "providerName": "UltimateInventory" 4} - Properties
-
Name Type Description Required or Optional Available Version id String Mapping ID. Optional 59.0 webstoreId String ID of the webstore. Required 59.0 providerName String Unique name of the extension provider. Required 59.0 epn String Extension point name (unique identifier for an extension). For valid values, see the RegisteredExternalService object's ExtensionPointName field. Optional 59.0
- Request parameters for POST
-
Parameter Name Type Description Required or Optional Available Version providerName String Unique name of the extension provider. Required 58.0 webstoreId String ID of the webstore. Required 58.0 - Response body for POST
- Commerce Extension Mapping