Hi,
We would like to migrate from draftOrderCreate + draftOrderComplete to just using orderCreate mutation. However, it doesn’t seem that OrderCreateOrderInput supports the same inputs as DraftOrderInput? For example, the following are missing or unclear what’s the proper migration path:
- appliedDiscount
- paymentTerms
- marketRegionCountryCode
- localizationExtensions
- Should we use OrderCreateShippingLineInput to replicate draftOrderInput.shippingLine?
- What should we use to indicate if the order is taxable or not, similar to (DraftOrderInput - GraphQL Admin)?
- Use of OrderCreateOrderInput.Customer is not clear