suggestions about draft order metafields not going over to completed order
I found this: https://community.shopify.com/c/metafields-and-custom-data/metafields-attached-to-draft-order-are-not-carried-over-to/td-p/1149748
I was wondering if anybody in the gagdet community had thoughts about it?
Metafields attached to draft order are not carried over to created ...
Hi there, I am generating a draft order with the admin api, using this query:mutation ($input: DraftOrderInput!) {
draftOrderCreate(input: $input) {
draftOrder {
invoiceUrl
}
userErrors {
field
message
}
}
} Variables:{
"input":{
"useCustomerDefaultAddress...
0 Replies