Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
I can see some Apps are adding to cart product line custom attributes, that are than copied to final order lineitem properties. I can see they are able to put there nested structs:
that are than copied to order.
When I try to replicate that with DraftOrder API, I cannot, as the lineItem properties is declared as array of key-value, both being string.
Is there another way how to create draftorder trough API with line item properties with JSON as a value please?