I’ve been using these 2 APIs to create draft orders and to complete the draft order
- https://shopify.dev/docs/api/admin-rest/2022-07/resources/draftorder#post-draft-orders
- https://shopify.dev/docs/api/admin-rest/2022-07/resources/draftorder#put-draft-orders-draft-order-id-complete
but I can’t figure out how the Channel field is set to “Shopee” (see screenshot)
is it possible to change the channel to something else? My app imports orders from 2 platforms, Shopee and Lazada.
And my customers are getting confused because all their orders are marked as Channel: Shopee, while some orders should be marked Channel: Lazada
Note that
- my app is NOT a channel app
- The orders are created by my app https://apps.shopify.com/shopee-channel
- I have filled up the Google form mentioned on https://shopify.dev/docs/api/admin-rest/2023-07/resources/order . The form was filled on May 16 2023 (4 months ago)
- I do not use the
source_name
field on the order - this is what the marketplaces extension looks like
Thanks!