Can the orderCreate
mutation be used to import orders with shipping charges? Because no matter what I tried, it’s being ignored. Can anyone help? Thanks.
@Vincent : Can you share what all you posted as orderCreate can do what you are expecting but its overall data is important.
I was going to and in doing so I realized my issue. Instead of being inside the order
object, they were in the GraphQL variables
object. Now it works.
1 Like