When creating an order from the admin, I can set the shipping rate for the order, how can I include this when creating the order using the OrderCreate
mutation
Did you take a look at shippingLines
which is on the order
input required for orderCreate
?
1 Like
Hey @Dev_Siena - @Luke is on point here, you should be able to set the shipping rate here: OrderCreateShippingLineInput - GraphQL Admin
Hope this helps!