BigCommerce - Settings
The BigCommerce Connector has one required setting and some optional settings.
Synchronization
The BigCommerce Connector can synchronize all products (Full synchronization) or products changed since last synchronization (delta synchronization).
Full synchronization
A full synchronization will take all products in both Perfion and BigCommerce and add, update or deactivate/delete all products in BigCommerce.
Delta synchronization
A delta synchronization will take all changed products in Perfion since last synchronization and add, update or deactivate the products in BigCommerce. A Delta synchronization can not deactivate/delete products deleted in Perfion.
Depending on the product key type, the delta synchronization is based on “Item modified date” or “SyncDate” on the item.
For Sku or Name as product key the delta synchronization use the “Item modified date”, which will result in synchronization of any change on the product in Perfion.
For Id as product key the delta synchronization use the “SyncDate” feature, which will result in synchronization of any change on SyncDate. To control the SyncDate, some functionality must be introduced like an Item Trigger or an Action to clear the SyncDate when the products need to be updated in BigCommerce.
E-Commerce settings
ECommerce Settings | Description |
---|---|
TimeZone = utc (Required) | The time zone must be set to utc. Parameter is required. |
Languages | Perfion language code. Since BigCommerce Connector only support one language it is only possible to setup one language. Default value is 'EN'. |
CategorySyncType | Comma separated synchronization types for categories. Default value: Add, Update, Deactivate Values:
NOTE: “Delete” and “Deactivate” cannot be used at the same time. If both are specified, then “Deactivate” will have priority. |
ProductSyncType | Comma separated synchronization types for products. Default value: Add, Update, Deactivate Values:
NOTE: “Delete” and “Deactivate” cannot be used at the same time. If both are specified, then “Deactivate” will have priority. |
DeltaSyncFrequencyInMin | Time in minutes between delta synchronization of products. See setting BigCommerceProductKeyType for information about delta synchronization scope. Default value is 60 minutes. 0 is no delta synchronization |
FullSyncFrequencyInMin | Time in minutes between full synchronization of products. Default value is 0, which is no synchronization. |
BigCommerceCategoryKeyType | The key to link categories between Perfion and BigCommerce. Default value is Name Values:
|
BigCommerceProductKeyType | The key to link products between Perfion and BigCommerce. Default value is “Id” if the SyncID and SyncDate is a part of the product mapping or else the default value is Sku. Values:
|
BigCommerceDefaultProductChannels | The products are default attached to the Channels/Storefronts. Values are a comma separated list of the Channels/Storefronts. The product mapping to Channels will overwrite this setting. Default value is the default channel (channel_id=1). If it is set to blank, the products will not be attached to a storefront. Note: Only products can be attached to multi channel BigCommerce. The categories can only be attached to the default channel (channel_id=1) |
BigCommerceVariantOptionsType:{Feature} | The display type of a variant option. Allowed values:
Default value is radio_buttons. |
BigCommerceCaptionTemplate and BigCommerceValueTemplate | Custom Field has a Caption and a Value. Both Captions and Values can be formatted e.g. %CAPTION% %UNIT%. Default value is %NAME% for Caption and %VALUE% for Value Tags available:
|
General E-Commerce settings | e.g. Variant support and Images API. See the E-Commerce API for more information. |