No content to show
User Activity
Our app performs fufillment of digital products we create. In order to facilitate this, our app creates a fulfillment service with "requires_shipping_method" set to false since none of our digital products require shipping. This has worked just fine ...
It looks like the id you are getting back for the fulfillment service is "gid://shopify/FulfillmentService/68726325591?id=true". Not sure why "?id=true" is coming back as part of that, but that's not part of the id. If you take that part off then the...
05-18-2022
No, we ended up just detecting the situation & informing our user that a change like that isn't supported through our app, then pointing them to the workaround mentioned above. We didn't feel comfortable recreating the order due to the inventory & pa...
I'm trying to figure out if there's a way to swap an order from one customer to another using the Admin Api after the order has been paid. The api docs for Order only mention how to remove a customer from an order, but makes no mention of how to atta...