Shopify / js-buy-sdk

The JS Buy SDK is a lightweight library that allows you to build ecommerce into any website. It is based on Shopify's API and provides the ability to retrieve products and collections from your shop, add products to a cart, and checkout.

Home Page:https://shopify.github.io/js-buy-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: Is it possible to set the channel name for an order so that it shows up in Shopify in the order list?

x7Michi10x opened this issue · comments

Currently, the channel field is empty when adding an order from API:

Screenshot 1

Maybe it is possible to set by "customAttributes" when creating a new checkout (Screenshot 2)?

Screenshot 2

Has anyone dealt with this before?

Kind regards