Overview
When a product is created or updated in iPaaS.com with TrackingMethod = Product and no associated kit or kit components, the corresponding product record is created or updated in OroCommerce as a Simple product. This mapping ensures accurate and consistent synchronization of product data between iPaaS.com and OroCommerce.
Before You Begin
Ensure the following prerequisites are in place before configuring this integration.
iPaaS.com Requirements
Product records must have valid SKU, Name, Default Price, and Status.
TrackingMethod must be set to "Product".
Product must not be a kit or have kit components.
Type field must be populated.
OroCommerce Requirements
The following entities must exist before product creation if referenced:
Organization
Business Unit (Owner)
Attribute Family
Inventory Status
Tax Code
Brand
Category
Price List (for default pricing)
Product Units
API credentials must have permission to create/update products.
Custom fields must be created in OroCommerce before mapping (schema update may be required).
Data Requirements
The following fields are required to be mapped in this flow for successful product creation:
Mandatory Fields
Type
Type
Attributes
Attributes_Sku
Attributes_Status
Attributes_ProductType
Relationships
Relationships_AttributeFamily_Id
Relationships_AttributeFamily_Type
Relationships_InventoryStatus_Id
Relationships_InventoryStatus_Type
Relationships_Names_Ids
Relationships_Names_Type
Relationships_PrimaryUnitPrecision_Id
Relationships_PrimaryUnitPrecision_Type
Relationships_PrimaryUnitPrecision_Precision
ID Format
When manually transferring a Product from iPaaS.com, you need to enter the valid iPaaS.com Product (internal ID) into the input field on the iPaaS.com manual sync page.
Example: 197689
External ID Format
The OroCommerce Product ID will be saved as the external ID.
Example: 288
Mapping Collection Status
Status: Enabled
Trigger Events: Create, Update
Duplicate or Conflicting Mappings
This mapping applies only to create Simple Products in OroCommerce. The following mapping collections are in use to update Simple Product and create/update Configurable and Kit Products:
OroCommerce Update Simple Product From iPaaS.com
OroCommerce Add Kit Product From iPaaS.com
OroCommerce Update Kit Product From iPaaS.com
OroCommerce Add Configurable Product From iPaaS.com
OroCommerce Update Configurable Product From iPaaS.com
Supported Child Collections
This integration does not support child collections. Product-related entities (Names, Descriptions, Shipping Options, Unit Precisions, etc.) are created dynamically through the OroCommerce Product API using the included object.
Custom Fields Support
This flow supports the use of custom fields. To map and add data from iPaaS.com into a custom field in OroCommerce, follow the steps outlined below.
In OroCommerce, click System > Entities > Entity Management.
Locate and select the module (entity) where you want to add the custom field.
Click Create Field and create a custom field.
Enter a unique Field Name and select a Storage Type. We recommend selecting Serialized Field as the Storage Type to avoid manual schema updates.
Table Column: Requires a schema update. The custom field is not available until the schema update completes. Contact your OroCommerce administrator before changing an entity schema to prevent unexpected service downtime. After creating a table column field, a red Update Schema button will appear on the page. Click Update Schema to apply the changes.
Serialized Field: The custom field is added to the schema automatically.
Set the field type as String. Other simple data types such as Number or Boolean are supported when using compatible mappings.
Click Continue.
Edit the field information on the next page if necessary, then click Save and Close.
After creating the field, click Update Schema (if required by Storage Type).
Creating Custom Fields in iPaaS
In iPaaS, click Data Management > Custom Fields > Add Custom Field.
Enter a unique Field Name that exactly matches the OroCommerce custom field name.
Select the Module and set the Data Type to String.
Add a Description.
Click Save.
Set up the Custom Field Values in iPaaS
In iPaaS, navigate to Customer or Address, depending on the module where you want to set the custom field.
Click Edit, then click Add under the Custom Fields section.
Select an existing custom field in iPaaS, or create a new one if needed, and enter the value in the Value field.
Click Apply.
Default Pricing Handling
This mapping collection also supports automatic creation and update of Default Product Pricing in OroCommerce as part of the product Create and Update flows.
When a product is successfully created or updated, the system conditionally processes its default pricing only if default pricing mappings are provided. To support this, a dedicated boolean custom (entity) field on the OroCommerce Product Price entity must be configured in the subscription preset called Default Pricing Custom Field Name. This field is required to identify which Product Price record represents the active default price for a product.
During processing, the system:
Validates that the configured default pricing custom field exists on the OroCommerce Product Price entity and is of type boolean.
Verifies that all mandatory pricing attributes (price value, quantity, currency) and required relationships (price list and unit) are present.
If any validations fail, raises a descriptive expected exception that clearly identifies the missing or invalid configuration.
Since default pricing is handled after the product is successfully created or updated, the product's external ID is still persisted in iPaaS.com. This ensures product creation/update remains intact while surfacing precise feedback for correcting default pricing mappings.
During updates:
The same validations apply.
The system attempts to locate an existing Product Price record matching the same Product + Price List + Unit combination.
If a match is found, that record is updated.
If no exact match exists, the system retrieves all Product Price records associated with the product across all available price lists and removes any entries previously marked as default pricing.
A new default pricing record is then created.
This process ensures that only one default price exists per product at any given time.
Default Pricing Custom Fields Support
Default Pricing supports the use of custom fields. Follow the same steps as Custom Fields Support above, with these differences:
Select the Product Price entity (not Product).
When setting the Name of the iPaaS.com subscription custom field, prepend the prefix DefaultPricing_ to it.
Select the Product module and click Save.
Authentication and Security
OroCommerce uses OAuth 2.0 authentication to generate an access token, which is then used to authorize all OroCommerce API requests in transfer operations. Ensure credentials are stored securely within the iPaaS.com subscription settings.
Integration Flow
The integration processes iPaaS.com Product records as follows:
Product is created or updated in iPaaS.com with TrackingMethod = "Product" and no kit components.
Mapping filter validates product qualifies as a Simple product.
iPaaS.com authenticates with OroCommerce using OAuth 2.0.
Required relationship entities (Organization, Owner, Attribute Family, etc.) are resolved via dynamic lookups.
Product attributes are mapped (SKU, Status, ProductType, Featured, NewArrival).
Related entities (Names, Descriptions, Shipping Options, etc.) are prepared for the included object.
Product is created or updated via OroCommerce Product API.
If default pricing mappings are provided, pricing validation occurs.
Default pricing record is created or updated (one per product).
OroCommerce Product ID is saved as External ID in iPaaS.com.
Transfer status and any errors are logged in iPaaS.com.
Mappings
Parent: OroCommerce Add Simple Product FROM iPaaS
This mapping collection handles the creation of standalone OroCommerce products from iPaaS.com data. It applies only to products where TrackingMethod = Product and excludes kits or kit components. The mapping ensures that organizational structure, product units, tax code, related financial attributes, and other data are correctly associated, maintaining consistent updates within OroCommerce.
Mapping Filter
TrackingMethod == "Product" && (Kit == null || Kit.Components == null || Kit.Components.Count == 0)
Description
This filter ensures that only simple products are considered for the mapping. It checks that the product's TrackingMethod is set to "Product" and confirms that it does not have any kit components—that is, either the Kit object is null, its Components list is null, or the list is empty. This condition excludes any bundled or composite products, so the mapping applies exclusively to individual products without sub-items.
Mapping Type | Source (iPaaS.com) | Destination (OroCommerce) | Description |
Field | SalePrice | DefaultPricing_SalePrice | Maps the SalePrice from iPaaS.com to the custom field DefaultPricing_SalePrice in OroCommerce. |
Static | products | Type | (Required) Sets the product type in OroCommerce. |
Field | Sku | Attributes_Sku | (Required) Maps the product SKU from iPaaS.com to OroCommerce. |
Dynamic Formula |
| Attributes_Status | (Required) Maps product status. OroCommerce only supports "enabled" or "disabled". Active and Preorder are mapped to enabled; all others to disabled. |
Static | simple | Attributes_ProductType | (Required) Sets the product type to "simple" for non-kit, non-configurable products. |
Static | true | Attributes_Featured | (Recommended) Sets whether the product is a featured product. Set to "true" or "false." |
Static | true | Attributes_NewArrival | (Recommended) Sets whether the product is a new arrival. Set to "true" or "false". |
Dynamic Formula |
| Relationships_Owner_Id | (Recommended) Retrieves the business unit ID by name for product ownership. |
Static | businessunits | Relationships_Owner_Type | (Required when Owner_Id is mapped) Specifies the owner relationship type. |
Dynamic Formula |
| Relationships_Organization_Id | (Recommended) Retrieves the organization ID by name. |
Static | organizations | Relationships_Organization_Type | (Required when Organization_Id is mapped) Specifies the organization relationship type. |
Dynamic Formula |
| Relationships_AttributeFamily_Id | (Required) Retrieves the attribute family ID by code. |
Static | attributefamilies | Relationships_AttributeFamily_Type | (Required) Specifies the attribute family relationship type. |
Static | prodinventorystatuses | Relationships_InventoryStatus_Type | (Required) Specifies the inventory status relationship type. |
Dynamic Formula | return new List<string> { Name }; | Relationships_Names_Ids | (Required) Returns product name as a list to support OroCommerce's multi-name localized structure. |
Static | productnames | Relationships_Names_Type | (Required) Specifies the names relationship type. |
Dynamic Formula |
| Relationships_PrimaryUnitPrecision_Id | (Required) Resolves product unit by label; defaults to "each" if not found. |
Static | productunitprecisions | Relationships_PrimaryUnitPrecision_Type | (Required) Specifies the primary unit precision relationship type. |
Static | 0 | Relationships_PrimaryUnitPrecision_Precision | (Required) Sets the decimal precision for the primary unit. |
Static | true | Relationships_PrimaryUnitPrecision_Sell | (Recommended) Sets whether the product is sellable. Set to "true" or "false". |
Dynamic Formula |
| Relationships_ShortDescriptions_Ids | (Recommended) Maps short description as a list for localization support. |
Static | productshortdescriptions | Relationships_ShortDescriptions_Type | (Required when ShortDescriptions_Ids is mapped) Specifies the short descriptions relationship type. |
Dynamic Formula |
| Relationships_Descriptions_Ids | (Recommended) Maps description as a list for localization support. |
Static | productdescriptions | Relationships_Descriptions_Type | (Required when Descriptions_Ids is mapped) Specifies the descriptions relationship type. |
Static | productshippingoptions | Relationships_ProductShippingOptions_Type | (Required when any shipping options are mapped) Specifies the shipping options relationship type. |
Dynamic Formula |
| Relationships_ProductShippingOptions_WeightUnit | (Required when WeightValue is mapped) Retrieves weight unit ID by short code. |
Field | Weight | Relationships_ProductShippingOptions_WeightValue | (Recommended) Maps product weight for shipping options. |
Dynamic Formula |
| Relationships_ProductShippingOptions_DimensionUnit | (Required when any dimension is mapped) Retrieves dimension unit ID by short code. |
Field | Depth | Relationships_ProductShippingOptions_DimensionLength | (Recommended) Maps product depth to length for shipping options. |
Field | Width | Relationships_ProductShippingOptions_DimensionWidth | (Recommended) Maps product width for shipping options. |
Field | Height | Relationships_ProductShippingOptions_DimensionHeight | (Recommended) Maps product height for shipping options. |
Dynamic Formula |
| Relationships_TaxCode_Id | (Recommended) Retrieves tax code ID by code. |
Static | producttaxcodes | Relationships_TaxCode_Type | (Required when TaxCode_Id is mapped) Specifies the tax code relationship type. |
Dynamic Formula |
| Relationships_Brand_Id | (Recommended) Retrieves brand ID by name. |
Static | brands | Relationships_Brand_Type | (Required when Brand_Id is mapped) Specifies the brand relationship type. |
Dynamic Formula |
| Relationships_Category_Id | (Recommended) Retrieves category ID using the last category in the collection. |
Static | categories | Relationships_Category_Type | (Required when Category_Id is mapped) Specifies the category relationship type. |
Static | systemConfig | Relationships_PageTemplate_Id | (Recommended) Sets the fallback value for page template. |
Static | entityfieldfallbackvalues | Relationships_PageTemplate_Type | (Required when PageTemplate_Id is mapped) Specifies the page template relationship type. |
Static | entityfieldfallbackvalues | Relationships_ManageInventory_Type | (Required when ManageInventory is mapped) Specifies the manage inventory relationship type. |
Static | 1 | Relationships_ManageInventory_ScalarValue | (Recommended) Sets manage inventory option. "1" = On order submission; "0" = No (custom). |
Static | entityfieldfallbackvalues | Relationships_DecrementQuantity_Type | (Required when DecrementQuantity is mapped) Specifies the decrement quantity relationship type. |
Static | 1 | Relationships_DecrementQuantity_ScalarValue | (Recommended) Sets decrement quantity option. "1" = Yes; "0" = No. |
Static | entityfieldfallbackvalues | Relationships_BackOrder_Type | (Required when BackOrder is mapped) Specifies the backorder relationship type. |
Static | 0 | Relationships_BackOrder_ScalarValue | (Recommended) Sets backorder option. "1" = Yes; "0" = No. |
Dynamic Formula |
| Relationships_SlugPrototypes_Ids | (Recommended) Generates URL-safe slug from product name. |
Static | localizedfallbackvalues | Relationships_SlugPrototypes_Type | (Required when SlugPrototypes_Ids is mapped) Specifies the slug prototypes relationship type. |
Dynamic Formula |
| Relationships_MetaTitles_Ids | (Recommended) Maps meta title for SEO optimization. |
Static | localizedfallbackvalues | Relationships_MetaTitles_Type | (Required when MetaTitles_Ids is mapped) Specifies the meta titles relationship type. |
Dynamic Formula |
| Relationships_MetaDescriptions_Ids | (Recommended) Maps meta description for SEO optimization. |
Static | localizedfallbackvalues | Relationships_MetaDescriptions_Type | (Required when MetaDescriptions_Ids is mapped) Specifies the meta descriptions relationship type. |
Dynamic Formula |
| Relationships_MetaKeywords_Ids | (Recommended) Maps meta keywords for SEO optimization. |
Static | localizedfallbackvalues | Relationships_MetaKeywords_Type | (Required when MetaKeywords_Ids is mapped) Specifies the meta keywords relationship type. |
Static | productprices | DefaultPricing_Type | (Required for default pricing) Specifies the product prices relationship type. |
Static | USD | DefaultPricing_Attributes_Currency | (Required for default pricing) Sets the currency code. |
Dynamic Formula |
| DefaultPricing_Attributes_Quantity | (Required for default pricing) Sets quantity; defaults to 1 if InStockThreshold is null. |
Field | DefaultPrice | DefaultPricing_Attributes_Value | (Required for default pricing) Maps the default price value. |
Dynamic Formula |
| DefaultPricing_Relationships_PriceList_Id | (Required for default pricing) Retrieves price list ID by name; throws exception if not found. |
Static | pricelists | DefaultPricing_Relationships_PriceList_Type | (Required for default pricing) Specifies the price list relationship type. |
Dynamic Formula |
| DefaultPricing_Relationships_Unit_Id | (Required for default pricing) Resolves product unit; defaults to "each". |
Static | productunits | DefaultPricing_Relationships_Unit_Type | (Required for default pricing) Specifies the product units relationship type. |
Parent: OroCommerce Update Simple Product FROM iPaaS.com
This mapping collection handles the update of standalone OroCommerce products from iPaaS.com data. It applies only to products where TrackingMethod = Product and excludes kits or kit components.
Mapping Filter
TrackingMethod == "Product" && (Kit == null || Kit.Components == null || Kit.Components.Count == 0)
Description
This filter ensures that only simple products are considered for the mapping. It checks that the product's TrackingMethod is set to "Product" and confirms that it does not have any kit components. This condition excludes any bundled or composite products, so the mapping applies exclusively to individual products without sub-items.
The Update mapping uses the same field mappings as the Add mapping above. All required, recommended, and conditional field mappings apply identically for product updates.
Mapping Type | Source (iPaaS.com) | Destination (OroCommerce) | Description |
Field | SalePrice | DefaultPricing_SalePrice | Maps the SalePrice from iPaaS.com to the custom field DefaultPricing_SalePrice in OroCommerce. |
Static | products | Type | (Required) Sets the product type in OroCommerce. |
Field | Sku | Attributes_Sku | (Required) Maps the product SKU from iPaaS.com to OroCommerce. |
Dynamic Formula |
| Attributes_Status | (Required) Maps product status. OroCommerce only supports "enabled" or "disabled". Active and Preorder are mapped to enabled; all others to disabled. |
Static | simple | Attributes_ProductType | (Required) Sets the product type to "simple" for non-kit, non-configurable products. |
Static | true | Attributes_Featured | (Recommended) Sets whether the product is a featured product. Set to "true" or "false." |
Static | true | Attributes_NewArrival | (Recommended) Sets whether the product is a new arrival. Set to "true" or "false". |
Dynamic Formula |
| Relationships_Owner_Id | (Recommended) Retrieves the business unit ID by name for product ownership. |
Static | businessunits | Relationships_Owner_Type | (Required when Owner_Id is mapped) Specifies the owner relationship type. |
Dynamic Formula |
| Relationships_Organization_Id | (Recommended) Retrieves the organization ID by name. |
Static | organizations | Relationships_Organization_Type | (Required when Organization_Id is mapped) Specifies the organization relationship type. |
Dynamic Formula |
| Relationships_AttributeFamily_Id | (Required) Retrieves the attribute family ID by code. |
Static | attributefamilies | Relationships_AttributeFamily_Type | (Required) Specifies the attribute family relationship type. |
Static | prodinventorystatuses | Relationships_InventoryStatus_Type | (Required) Specifies the inventory status relationship type. |
Dynamic Formula |
| Relationships_Names_Ids | (Required) Returns product name as a list to support OroCommerce's multi-name localized structure. |
Static | productnames | Relationships_Names_Type | (Required) Specifies the names relationship type. |
Dynamic Formula |
| Relationships_PrimaryUnitPrecision_Id | (Required) Resolves product unit by label; defaults to "each" if not found. |
Static | productunitprecisions | Relationships_PrimaryUnitPrecision_Type | (Required) Specifies the primary unit precision relationship type. |
Static | 0 | Relationships_PrimaryUnitPrecision_Precision | (Required) Sets the decimal precision for the primary unit. |
Static | true | Relationships_PrimaryUnitPrecision_Sell | (Recommended) Sets whether the product is sellable. Set to "true" or "false". |
Dynamic Formula |
| Relationships_ShortDescriptions_Ids | (Recommended) Maps short description as a list for localization support. |
Static | productshortdescriptions | Relationships_ShortDescriptions_Type | (Required when ShortDescriptions_Ids is mapped) Specifies the short descriptions relationship type. |
Dynamic Formula |
| Relationships_Descriptions_Ids | (Recommended) Maps description as a list for localization support. |
Static | productdescriptions | Relationships_Descriptions_Type | (Required when Descriptions_Ids is mapped) Specifies the descriptions relationship type. |
Static | productshippingoptions | Relationships_ProductShippingOptions_Type | (Required when any shipping options are mapped) Specifies the shipping options relationship type. |
Dynamic Formula |
| Relationships_ProductShippingOptions_WeightUnit | (Required when WeightValue is mapped) Retrieves weight unit ID by short code. |
Field | Weight | Relationships_ProductShippingOptions_WeightValue | (Recommended) Maps product weight for shipping options. |
Dynamic Formula |
| Relationships_ProductShippingOptions_DimensionUnit | (Required when any dimension is mapped) Retrieves dimension unit ID by short code. |
Field | Depth | Relationships_ProductShippingOptions_DimensionLength | (Recommended) Maps product depth to length for shipping options. |
Field | Width | Relationships_ProductShippingOptions_DimensionWidth | (Recommended) Maps product width for shipping options. |
Field | Height | Relationships_ProductShippingOptions_DimensionHeight | (Recommended) Maps product height for shipping options. |
Dynamic Formula |
| Relationships_TaxCode_Id | (Recommended) Retrieves tax code ID by code. |
Static | producttaxcodes | Relationships_TaxCode_Type | (Required when TaxCode_Id is mapped) Specifies the tax code relationship type. |
Dynamic Formula |
| Relationships_Brand_Id | (Recommended) Retrieves brand ID by name. |
Static | brands | Relationships_Brand_Type | (Required when Brand_Id is mapped) Specifies the brand relationship type. |
Dynamic Formula |
| Relationships_Category_Id | (Recommended) Retrieves category ID using the last category in the collection. |
Static | categories | Relationships_Category_Type | (Required when Category_Id is mapped) Specifies the category relationship type. |
Static | systemConfig | Relationships_PageTemplate_Id | (Recommended) Sets the fallback value for page template. |
Static | entityfieldfallbackvalues | Relationships_PageTemplate_Type | (Required when PageTemplate_Id is mapped) Specifies the page template relationship type. |
Static | entityfieldfallbackvalues | Relationships_ManageInventory_Type | (Required when ManageInventory is mapped) Specifies the manage inventory relationship type. |
Static | 1 | Relationships_ManageInventory_ScalarValue | (Recommended) Sets manage inventory option. "1" = On order submission; "0" = No (custom). |
Static | entityfieldfallbackvalues | Relationships_DecrementQuantity_Type | (Required when DecrementQuantity is mapped) Specifies the decrement quantity relationship type. |
Static | 1 | Relationships_DecrementQuantity_ScalarValue | (Recommended) Sets decrement quantity option. "1" = Yes; "0" = No. |
Static | entityfieldfallbackvalues | Relationships_BackOrder_Type | (Required when BackOrder is mapped) Specifies the backorder relationship type. |
Static | 0 | Relationships_BackOrder_ScalarValue | (Recommended) Sets backorder option. "1" = Yes; "0" = No. |
Dynamic Formula |
| Relationships_SlugPrototypes_Ids | (Recommended) Generates URL-safe slug from product name. |
Static | localizedfallbackvalues | Relationships_SlugPrototypes_Type | (Required when SlugPrototypes_Ids is mapped) Specifies the slug prototypes relationship type. |
Dynamic Formula |
| Relationships_MetaTitles_Ids | (Recommended) Maps meta title for SEO optimization. |
Static | localizedfallbackvalues | Relationships_MetaTitles_Type | (Required when MetaTitles_Ids is mapped) Specifies the meta titles relationship type. |
Dynamic Formula |
| Relationships_MetaDescriptions_Ids | (Recommended) Maps meta description for SEO optimization. |
Static | localizedfallbackvalues | Relationships_MetaDescriptions_Type | (Required when MetaDescriptions_Ids is mapped) Specifies the meta descriptions relationship type. |
Dynamic Formula |
| Relationships_MetaKeywords_Ids | (Recommended) Maps meta keywords for SEO optimization. |
Static | localizedfallbackvalues | Relationships_MetaKeywords_Type | (Required when MetaKeywords_Ids is mapped) Specifies the meta keywords relationship type. |
Static | productprices | DefaultPricing_Type | (Required for default pricing) Specifies the product prices relationship type. |
Static | USD | DefaultPricing_Attributes_Currency | (Required for default pricing) Sets the currency code. |
Dynamic Formula | InStockThreshold ?? 1; | DefaultPricing_Attributes_Quantity | (Required for default pricing) Sets quantity; defaults to 1 if InStockThreshold is null. |
Field | DefaultPrice | DefaultPricing_Attributes_Value | (Required for default pricing) Maps the default price value. |
Dynamic Formula |
| DefaultPricing_Relationships_PriceList_Id | (Required for default pricing) Retrieves price list ID by name; throws exception if not found. |
Static | pricelists | DefaultPricing_Relationships_PriceList_Type | (Required for default pricing) Specifies the price list relationship type. |
Dynamic Formula |
| DefaultPricing_Relationships_Unit_Id | (Required for default pricing) Resolves product unit; defaults to "each". |
Static | productunits | DefaultPricing_Relationships_Unit_Type | (Required for default pricing) Specifies the product units relationship type. |
Error Handling
Duplicate SKU
Description: This error occurs when trying to create a product in OroCommerce with an existing SKU.
Resolution: Enable collision handling in the mapping collection by configuring the Collision Handling Method to Update and Link in the Subscription Settings.
Validation and Testing
Validation Rules
Relationship Type Validation: Some fields are validated internally and only become relevant if their dependent fields are also mapped. For instance:
If a Relationships_Owner_Id field is mapped, the corresponding Relationships_Owner_Type must also be mapped to include that relationship in the payload.
If the type field is not provided, the ID field will not be used in the request.
This pattern applies to all similar relationship fields.
Validation Checklist
All mandatory fields are mapped (Type, Attributes_Sku, Attributes_Status, Attributes_ProductType).
All required relationship fields have both ID and Type mapped.
Referenced entities exist in OroCommerce (Organization, Owner, Attribute Family, etc.).
Custom fields exist in OroCommerce with matching names and types.
Price List exists for default pricing operations.
Default pricing custom field (boolean) is configured on Product Price entity.
Product unit exists or defaults to "each".
Collision handling is configured if SKU conflicts are possible.
Test Scenarios
Scenario 1: Create Simple Product
Sync a new product from iPaaS.com with TrackingMethod = "Product" and no kit components. Product should be created in OroCommerce. OroCommerce Product ID should be saved as External ID in iPaaS.com.
Scenario 2: Update Existing Product
Update an existing product in iPaaS.com. Changes should be reflected in OroCommerce without creating duplicates.
Scenario 3: Create Product with Default Pricing
Sync a product with default pricing mappings configured. Product should be created with associated Product Price record marked as default.
Scenario 4: Duplicate SKU (Failure Case)
Attempt to create a product with an existing SKU without collision handling. Transfer should fail with duplicate SKU error.
Scenario 5: Missing Relationship Type (Failure Case)
Map a relationship ID without its corresponding Type field. Transfer should fail or relationship should not be assigned.
Additional Notes
Ensure dynamic formulas return valid output.
