Version 1.0.0
Connector Overview: This page documents all 6 actions for the Salesforce 1.0.0 v1.0.0.
General (6)
POST Synchronize Product Description
/syncProductDescription
Sends a GET request to /syncProductDescription to update or synchronize a product's description in Salesforce using its external identifier.
Parameters
|
Parameter Name |
Description |
|---|---|
|
|
The unique external identifier of the product to synchronize. |
|
|
The new text description to associate with the specified product. |
POST Synchronize Product Categories
/syncProductCategories
Sends a GET request to /syncProductCategories to update or synchronize the categories associated with a product.
Parameters
|
Parameter Name |
Description |
|---|---|
|
|
The unique external identifier of the product whose categories are being updated. |
|
|
A comma-separated list of category names to assign to the product. |
DELETE Delete Product
/deleteProduct
Sends a GET request to /deleteProduct to remove a product from the system using its external ID.
Parameters
|
Parameter Name |
Description |
|---|---|
|
|
The unique external identifier of the product to delete. |
POST Synchronize Assets
/syncAssets
Sends a GET request to /syncAssets to update or synchronize media and listing URLs for a specific product.
Parameters
|
Parameter Name |
Description |
|---|---|
|
|
The unique external identifier of the product whose assets are being synchronized. |
|
|
The main URL for the product's media listing. |
|
|
The first standard media URL for the product. |
|
|
The second standard media URL for the product. |
|
|
The third standard media URL for the product. |
|
|
The fourth standard media URL for the product. |
|
|
The fifth standard media URL for the product. |
|
|
The sixth standard media URL for the product. |
|
|
The seventh standard media URL for the product. |
|
|
The eighth standard media URL for the product. |
PUT Add or Update Product
/addOrUpdateProduct
Sends a GET request to /addOrUpdateProduct to create a new product record or update an existing one based on its external ID.
Parameters
|
Parameter Name |
Description |
|---|---|
|
|
The name of the product to add or update. |
|
|
A detailed description of the product. |
|
|
The unique external identifier for tracking the product. |
|
|
The category classification for the product. |
|
|
The stock keeping unit identifier for the product. |
|
|
The URL pointing to the product's media listing. |
|
|
The URL pointing to the product's thumbnail image. |
|
|
The first standard media URL for the product. |
|
|
The second standard media URL for the product. |
|
|
The third standard media URL for the product. |
|
|
The fourth standard media URL for the product. |
|
|
The fifth standard media URL for the product. |
|
|
The sixth standard media URL for the product. |
|
|
The seventh standard media URL for the product. |
|
|
The eighth standard media URL for the product. |
|
|
Additional HTTP header name/value pairs to include in the request. |
POST Create Catalog Record
/createCatalogRecord
Sends a GET request to /createCatalogRecord to generate a new catalog and asset record in Salesforce.
Parameters
|
Parameter Name |
Description |
|---|---|
|
|
The unique identifier for the catalog resource. |
|
|
The title of the catalog record. |
|
|
A description detailing the catalog record. |
|
|
The starting year applicable to the catalog record. |
|
|
The ending year applicable to the catalog record. |
|
|
The geographical or physical location associated with the record. |
|
|
The name of the entity or person who created the resource. |
|
|
Information regarding the usage rights or licensing for the catalog record. |
|
|
Indicates whether access to the catalog record is restricted. |
|
|
The classification types of the resource. |
|
|
The origin or source of the catalog record. |
|
|
The series identifier or name for the record. |
|
|
The name of the associated asset. |
|
|
The URL link to the associated asset. |