Hi!
Is it possible to add a order tag using the order update mutation?
Thanks.
Best regards
HI pedro,
Yes!
mutation {
order_update(data: { order_id: "*id string here* ", tags: "*string for tag here*" }) {
request_id
complexity
order {
tags
}
}
}
Excellent, thanks @Theresa!
Best regards