Covers all questions related to inventory management, order fulfillment, and shipping.
I want to update my shopify order's fulfillment_status using my API but for some reason the fulfillment_Status is not changing.
I have tried 2 ways
1. CURL API endpoint
/admin/api/2023-04/orders/XXXXX.json
I am sending a PUT request to an endpoint similar to above as instructed in Shopify's Admin API docs
I am sending the following JSON
I would be grateful if someone could tell me what am I doing wrong.
Hi There,
are you trying to fulfill the order? If so you are going about it the wrong way, you can not update the fulfillment_status of an order anymore. You have to use the fulfillment endpoint in conjunction with fulfillment_orders to fulfill the order.
Cheers,
Gary