Sébastien Poncelet
Sébastien Poncelet
@tareqtms Sorry for the delay. I'm using URL authentication with tokens, trying to use the access token as explained on that page, section "Shopify access token". https://shopify.dev/tutorials/authenticate-a-private-app-with-shopify-admin#make-authenticated-requests Have tried a...
Have tried it that way, but it doesn't seem to work. Cannot create a FulfillmentService this way.
Ok, the authentication with the access token does not work in my case. I know that because when I try to create a FulfillmentService, which requires that type of authentication,...
Am having the same issue as @davordragic . Anyone found a solution to this problem?
It seems that it is not possible to update manually the financial_status nor fulfillment_status of an order directly. Actions need to be maid directly on the Fulfillment or Transaction API...
For a POST Fulfillment to be successful, you need to provide the "tracking_number". Set it to "null" if you don't have the information, but if you don't provide it then...
@malohtie agreed with your POST tracking information provided. Have done something similar myself. If you can store the Shopify's Fulfillment ID in your DB then you can update it with...
+1 for this issue. I can understand that this is not a priority for the team right now, however even a dirty quick fix like this one makes it much...