A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi,
We are receiving failures when attempting to fulfill an order that contains both a physical product and a digital card. Other types of fulfillments are working ok: 1) single gift card only 2) single physical product 3) multiple physical products. Here is what we receive back when posting to the Fulfillments REST API:
HTTP/1.1 422 Unprocessable Entity
{"errors":{"base":["Cannot create fulfillment"]}}
Any ideas as to what needs to be done to fulfill a gift card and a physical product in a single request?