Hi everyone,
We’re in the process of publishing an app in the Shopify App Store, but our app was recently rejected because our current flow doesn’t meet these Shopify requirements.
I’m unsure about the correct flow to ensure we meet all the necessary requirements. Here’s our current approach:
- We’re creating the Fulfillment Service.
- When an order is created, we retrieve the fulfillment order.
- Finally, we create the fulfillment for that order.
The specific requirement we need to fulfill is:
- Your app must allow merchants to request fulfillment. Use the
FulfillmentRequest
resource to enable merchants to request fulfillment from the dropshipping app when an order is created.
We’re unclear about how to correctly integrate the FulfillmentRequest
resource into our flow so that it meets Shopify’s requirements. Does anyone have experience with this setup, or can anyone provide guidance on best practices for implementing the FulfillmentRequest
in the fulfillment flow?
Thanks in advance for your help!