Jun 30, 2020
Is it possible to use a single set of API credentials for separate versions of a public app simultaneously? In other words, if v1 of a public app is active and installed on multiple shops, could a...
No content to show
User Activity
I haven't tested this since last year, but I am fairly certain that you can have multiple tracking numbers on a fulfillment, or "add a tracking number to a fulfillment", by supplying them all as an array under "tracking_numbers" via either of the Ful...
I figured this out, sort of.Apparently the "PUT /update_tracking.json" endpoint requires the "write_merchant_managed_fulfillment_orders" access scope. Thanks again to @BoxUp for the suggestion.However, according to the documentation, this scope is fo...
@BoxUp Thanks for the reply. I did try adding the "write_fulfillments" scope, and received the same error.I will try adding those other scopes, but the documentation is fairly explicit that the "write_orders" scope gives access to the "Fulfillment" r...
I have a public app that updates the fulfillment tracking information for orders, via the following endpoint:/admin/api/2020-10/fulfillments/1022782905/update_tracking.jsonWhen I send this request, I get an error saying "The api_client does not have ...
Came here to post the same thing. It seems to be the case for both `tracking_numbers` and, correspondingly, `tracking_urls`.Even more confusing - the GraphQL Fulfillment object contains a `tracking_info` field that uses the singular `number` and `url...
05-04-2020
Do webhook requests contain an `X-Request-ID` header? I don't it listed in the documentation, or when inspected locally.https://shopify.dev/docs/admin-api/rest/reference/events/webhook?api[version]=2020-04
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
3366 | 10-07-2020 05:25 PM |