...
Mapping to field | Output Kind | Description | ||||
---|---|---|---|---|---|---|
SyncID (Required) | Field | The SyncID will be updated with Shopify Id for the product.
| ||||
SyncDate (Required) | Field | The SyncDate will be updated with Shopify “Updated At” for the product.
| ||||
Key = @Id (Required) | KeyField | A KeyField mapping From “@Id” To “Key” is required. | ||||
Title (Required) | Field | The title of the product. The Title is translatable. | ||||
SyncMsg | Field | SyncMsg will be used for reporting errors back to products in Perfion. | ||||
Collections | RelatedCategory | This is a special parameter, which allows to specify the link from Perfion product to Perfion category, which will be converted to the link from Shopify product to Shopify custom collection by using Shopify collects. | ||||
Options | VariantDimension | The value is a comma separated list of feature names (unique feature name should be used), which define product variant options. | ||||
CustomProductType | Field | The custom product type specified by the merchant | ||||
BodyHtml | Field | A productdescription in plain test or Html. The BodyHtml is translatable. | ||||
<File> | Attachment(Url) | A file stored in Perfion attached to a Metafield. The file will be uploaded to Shopify Content Files as a “Generic File” if it does not exist. If a file with the same name already exist, the existing file from the Content Files will be attached to the Metafield. The Metafield will be named from the mapping <File> and has PerfionFile as namespace. Shopify has some unknown rules for renaming files e.g. spaces are replaced with underscore, avoid to use filenames with special characters. | ||||
GiftCard | Field | A boolean true/false to determine whether the product is a gift card. | ||||
GiftCardTemplateSuffix | Field | The theme template used when viewing the gift card in a store. | ||||
Handle | Field | A unique, human-friendly string for the product. Automatically generated from the product's title unless otherwise specified. The Handle is translatable. | ||||
Images | Image(Url) | An image stored in Perfion (Required the Perfion API is publicly available). | ||||
Images | Field | An image url. Must be a fully qualified URL path, including protocol | ||||
Markets | Field | A Multi feature or a comma separated list of Market names the product should be published at. | ||||
ProductCategory | Field | The ID of the node in the Shopify taxonomy that represents the product category. E.g. “gid://shopify/TaxonomyCategory/ap” | ||||
ProductType | Field | The product type specified by the merchant. The ProductType is translatable. | ||||
RedirectNewHandle | Field | A boolean true/false to determine wehether a redirect is required after a new handle has been provided. If true, then the old handle is redirected to the new one automatically. | ||||
Requiressellingplan | Field | A boolean true/false to determine whether the product can only be purchased with a selling plan (subscription). Products that are sold exclusively on subscription can only be created on online stores. If set to true on an already existing product, then the product will be marked unavailable on channels that don't support subscriptions. | ||||
SalesChannels | Field | A Multi feature or a comma separated list of Sales Channel names the product should be published at. | ||||
SeoDescription | Field | SEO description of the product. | ||||
SeoTitle | Field | SEO title of the product. | ||||
StandardizedProductType | Field | The ID of the node in the Shopify taxonomy that represents the product type. | ||||
Status | Field | The status of the product. Allowed values:
| ||||
Tags | Field | A Multi feature or a comma separated list of tags that have been added to the product. | ||||
TemplateSuffix | Field | The theme template used when viewing the product in a store. | ||||
Vendor | Field | The name of the product's vendor. | ||||
Metafield|<namespace>|<key>|<type> | Field | See Shopify - Metafield Mapping for more information. |
...