CustomFieldDiscovery Parameter (Connect-BigCommerce Cmdlet)
Use this property to specify whether to merge customfields by name or create unique customfields by id to the Products table.
Syntax
Connect-BigCommerce -CustomFieldDiscovery string
Possible Values
ByID, ByNameData Type
cstr
Default Value
"ByID"
Remarks
- ByID: Set this when you want to create a unique customfields name by comparing the Ids of the custom fields. There are different customfields added for the various products as the customfields Id is unique across products.
- ByName: Set this when you want to create customfields by name.