Delivery method allowed for product.CodestringrequiredDelivery method code. Used for delivery method matching in Norce Commerce.IsActivebooleanSets product delivery method to active or inactive. Default true.PackagePercentagenumberPackage percentage.{ "Code": "string", "IsActive": true, "PackagePercentage": 0 }
Represents a popularity ranking from an external source.PartNostringrequiredPart number in Norce Commerce to which the popularity information is referencing.PopularityValuenumberThe popularity valu for the SKU.SourcestringThe name of the external source. This name must correlate to a configured source in Norce Commerce.{ "PartNo": "string", "PopularityValue": 0, "Source": "string" }
Product flag informationCodestringrequiredProduct flag code. Used for product flag matching in Norce Commerce.IsSetbooleanrequiredDetermines if a product flag is to be set or unset.IsCreateOnlybooleanIf true, data is only saved if flag record is new. Default: false.IsLimitedUpdatebooleanIf true, data is only saved if flag record is new or last updated by the same account as the one initiating the update. Default: falseStopDatestring(DateTime)Shows when flag was disabled for product.{ "Code": "string", "IsSet": true, "IsCreateOnly": true, "IsLimitedUpdate": true, "StopDate": "string" }
If true, data is only saved if flag record is new or last updated by the same account as the one initiating the update. Default: false