Skip to content

Commit

Permalink
update the default template of channel extension template:
Browse files Browse the repository at this point in the history
1. rename channel_configs property to channel_requirements
2. add a new property display_domains to channel_requirements
  • Loading branch information
Catherine-Fu committed Dec 9, 2024
1 parent 70ed292 commit 681721d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions channel-config/shopify.extension.toml.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,27 @@ type = "channel_config"
handle = "channel-config-template"
uid = "020b85f6-c955-454d-8ec5-629d232db97d"

[[extensions.channel_configs]]
[[extensions.channel_requirements]]
handle = "eBay"
channel_definition_handle = "ebay"
max_listing_variants = 1000
publication_status_level = "listing"

[[extensions.channel_configs.markets]]
[extensions.channel_requirements.display_domains]
listing_details = 1
product_attributes = 2
product_identifier = 3
offer_information = 4
product_taxonomy_attributes = 5

[[extensions.channel_requirements.markets]]
handle = "US"
taxonomy_name = "ebay-us"
taxonomy_id = 3
product_schema = "ebay-us"
languages = ["EN"]

[[extensions.channel_configs.markets]]
[[extensions.channel_requirements.markets]]
handle = "CAN"
taxonomy_name = "ebay-ca"
taxonomy_id = 4
Expand Down

0 comments on commit 681721d

Please sign in to comment.