Jun 24, 2019
when creating a `fulfillment` for this order the following error is received: 422 url: https://the-great-fantastic-store.myshopify.com/admin/api/2019-04/orders/1216321060964/fulfillments.jso...
Apr 25, 2019
Hi, It seems like that the `/admin/oauth/access_scopes.json` API endpoint has not been updated to the versioned path. Can someone please update this endpoint as well so we can compl...
Nov 15, 2018
We are experiencing this issue with multiple Shopify stores as of few days ago where the call to complete the fulfillment fails with status: 422body: {"errors":"An error occurred, please try aga...
There has been random instances where we make an HTTP call to the admin APIs and the server returns a `200/201` success HTTP header with a valid JSON body but seems to crash before closing the body a...
May 30, 2018
The `FulfillmentService` properties table indicates that the human friendlt `handle` attribute takes the `name` and converts it using `_` for spaces, however all the example output responses indicate...
Apr 25, 2017
I'm writting a backend that auto processes orders for Shopify vendors. I have encountered a few instances where there are line_items in the order with product_id/variant_id combos that simply do not ...
No content to show
User Activity
02-23-2018
When a product variant is set to "requires_shipping": false, one would assume that the order line_item associtated with that variant would honor the setting and set its "requires_shipping" attribute to false, but that is definitely not the case.
Her...