A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
I am trying to create Fulfillment from the Fulfillment order but can't find the relevant REST Admin API. In the official documentation it only gives the GraphQL mutation that can be called -fulfillmentCreateV2.
I am able to send a Fulfillment request and accept it via the rest api but can't seem to find the api to actually create the Fulfillment from the FulfillmentOrder.
https://shopify.dev/apps/fulfillment/fulfillment-service-apps/manage-fulfillments-as-a-service-app
I am also looking for same this in REST api but not found any which is already available in the GraphQL api as per below documentation.
https://shopify.dev/apps/fulfillment/order-management-apps/manage-fulfillments-as-an-order-managemen...
For fulfillment orders that return CREATE_FULFILLMENT as a supported action, the fulfillmentCreateV2 mutation will allow you to create fulfillments.
I am also stuck at the same place. I need to find out how to create a fulfillment using Rest API for 04-22
I believe they want us using the GQL fulfillmentCreateV2 mutation. When all items are fulfilled, it will mark the fulfillment as complete