No content to show
User Activity
08-02-2022
When creating Draft Orders there is an option to create a custom product/item. This custom item will be included in the line_items in Order API and webhook events. But, custom items do not have product_id, vendors, and variant_id because they are not...
07-29-2022
These are probably Draft Orders. It makes sense because Draft Orders are created by the merchant (or an app). The client or browser details of the customer won't be available using this process.
I'm creating a Shopify app that will monitor the customer journey. Basically, my app is using the Shopify webhooks to notify my backend if a customer is adding items to the cart, checking out items, etc. Then my backend will create a JSON object in t...