Skip to main content

RequestOrdersExportInput

Autogenerated input type of RequestOrdersExport

input RequestOrdersExportInput {
clientMutationId: String
params: OrdersExportInput
}

Fields

RequestOrdersExportInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

RequestOrdersExportInput.params ● OrdersExportInput input orders

Parameters to filter the orders export. See OrdersExportInput for level and available filters.

Member Of

requestOrdersExport mutation