Is there a way I can create a notification based on custom item? I mean, if some employee create a custom item in POS i can get a notification? This is not a trust issue, what I want to do is reduced the inventory based on custom items.
This is the data that was returned by a query in my own shop. You donât use it directly⌠it just shows the type of data you have access to. The part at the end shows you what to put in a condition step.
I am working with Report Pundit (a great little extension) to create a report that delivers to me weekly and shows any custom items created. For my purposes, weekly is often enough to give me a chance to manually adjust inventory.
The Custom Sale button in Shopify POS seems to create a one-off product with Product title, Product vendor, and Product type values set to None. See here: https://help.shopify.com/en/manual/sell-in-person/shopify-pos/inventory-management/products/quick-sales. The only fields that can be set via the UI are Title and Price. What I am hoping to do is strip a three letter code from the Title and write it to the Vendor field. E.g. If the title is âABC - Vintage Chairâ then the Vendor would be set to âABCâ. Obviously the better way to do this would be to have a Vendor field on the Custom Sale button, but it seems like that is impossible.
Ah, I see. Custom items arenât true products that I can tell. They are just one-off things added to an order. There isnât a way to edit them via API. You would have to delete and recreate. But even then, there is no âVendorâ field available. https://shopify.dev/docs/api/admin-graphql/latest/mutations/ordereditaddcustomitem