Covers all questions related to inventory management, order fulfillment, and shipping.
I run a poster company. It's getting to the point where I am going to be moving a lot of the files to cloud storage. I'm wondering if there is a way in shopify where I can add a unique id tag lets just say I have a poster called "Abstract Farm Poster" and when an order comes up can it have a unique id like "1234" and then I can look up the id code in my cloud storage to print the file? I'm just trying to think of ways I can effectively manage this for when my workers print the orders.
Hi @user04293u42o34 There are few ways through which you can achieve this.
If you will unable to implement the same then I'm happy to do this for you, let me know. I can implement the code changes so that this will work well for you.
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Best Regards
Sahil
- Your
Hi,
Why not just follow the real Shopify standard?
in shopify every product or product varient has a unique id.
it is called "variant_id": 44736251920649.
whenever you have any new order always take the variant id from order line.
and then you can map is with your cloud.
otherwise you can also use metafields ,Sku, or name.(but this is not recommended because any front end user can change it but product variant id no one can change)
i will highly recommend you to use variant id from every order line.
please inform me if you need help for finding the variant id from order lines through Rest or Graph API.
Thanks
Hi,
Tx for this answer!
It however raises the following question: are variants also unique across shops (shop instances) ? Same for inventoryitem id's and location id's ? This is relevant for us because we connect to / manage different shops & manage inventory for > 1. As fas as I can see they have a global scope but I can;t find any confirmation.
Tx!
Hi,
yes variants id is 100% unique.
you can use it .