importExternalOrder
Allow to import an order from an external source like Shopify. The imported order is created as an order in Endless Commerce and processed as a regular order.
If the order already exists in Endless Commerce, it will be ignored and the mutation will return an error.
importExternalOrder(
input: ImportExternalOrderInput!
): ImportExternalOrderPayload
Arguments
importExternalOrder.input
● ImportExternalOrderInput!
non-null input
Parameters for ImportExternalOrder
Type
ImportExternalOrderPayload
object
Autogenerated return type of ImportExternalOrder.