Covers all questions related to inventory management, order fulfillment, and shipping.
Of the 422 Error/Veracore:
The information provided comes specifically from Shopify.dev API response status and error codes. In this instance, the error has been identified and is related to an issue with the code developed by Veracore. As this API error is identified it is not related to Shopify's API functionality. As Veracore is the developer of the code, they would have the best insight to the implementation in your shop. As Shopify Support, we do not support developed code of this nature directly. Here is a list of additional resources that you can pass along to Veracore for reference.
Hey @Rosella-Stix ,
Orders that contain both subscription + one time purchase products will typically result in separate fulfillmentOrders for each kind of product. If your integration is sending a single payload and not accounting for the separate fulfillmentOrders on the order they are trying to fulfill, the system will respond with a 422.
I would advise you check back in with VeraCore and have them query the orders that they are encountering the 422 error on. If the orders match the criteria I mentioned above (in terms of having more than 1 fulfillmentOrder) then they will need to revise their payloads accordingly.
To learn more visit the Shopify Help Center or the Community Blog.