Cmdlets for BigCommerce

Build 23.0.8839

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, ByName

Data 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.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839