Trellis Docs

Trellis Docs

  • Salsify
  • Infor SX/CSD Integration 1.x
  • Infor SX/CSD Integration 2.x
  • Shopify
  • BigCommerce

›Installation

Introduction

  • Overview
  • Purpose

Compatibility

  • Compatibility

Installation

  • Magento
  • General
  • Webhooks
  • Configurable Products
  • Bundled Products
  • Grouped Products
  • Downloadable Products
  • Media Images
  • Field Mapping
  • Custom Options
  • Product Relation Settings
  • Attribute Set Settings
  • Category Import Settings
  • Default Values
  • Debugging

Usage

  • Manually
  • Automatically

Price

  • Installation

About Trellis

  • About

Version History

  • Version History

Custom Options

  1. Enabled

    Enable or disable the functionality of custom options.

  2. Attributes Field

    Specify the Salsify Property in which the connector will look for a json object to create custom options from.

    A json object is required to set up and map a products custom options. For each option, there are required fields that also need to be set. Here is an example json object that would map one custom option “Color” with three options “Red”, “White”, and “Blue”.

    {
        "1": {
            "sort_order": 1,
            "title": "Color",
            "price_type": "fixed",
            "price": "",
            "type": "drop_down",
            "is_require": 0,
            "is_default":1,
            "values": [{
                    "record_id": 0,
                    "title": "Red",
                    "price": 10,
                    "price_type": "fixed",
                    "sort_order": 1,
                    "is_delete": 0
                }, {
                    "record_id": 1,
                    "title": "White",
                    "price": 10,
                    "price_type": "fixed",
                    "sort_order": 1,
                    "is_delete": 0
                }, {
                    "record_id": 2,
                    "title": "Blue",
                    "price": 10,
                    "price_type": "fixed",
                    "sort_order": 1,
                    "is_delete": 0
                }
            ]
        }
    }
    

    Here is an example with this in a Salsify Property:

    --> ATTACH A PROPER IMAGE <--

← Field MappingProduct Relation Settings →
Docs
SalsifyInfor SX/CSD Integration 1.xInfor SX/CSD Integration 2.xShopify
More
BlogGitHubBitBucket
Copyright © 2024 Trellis, Inc.