Discussing APIs and development related to customers, discounts, and order management.
Hi,
It's great that draftOrderCreate allows metafields. However, when the draft order is converted to real order via draftOrderComplete, the metafields become nil. Is there a way to add metafields in one mutation without using metafieldsSet? The reason is that since GraphQL doesn't support transactions, we've found order gets created but metafield isn't set.