nauticalOrders
List of Nautical orders.
nauticalOrders(
sortBy: OrderSortingInput
filter: NauticalOrderFilterInput
before: String
after: String
first: Int
last: Int
): NauticalOrderCountableConnection
Arguments
nauticalOrders.sortBy ● OrderSortingInput input
Sort orders.
nauticalOrders.filter ● NauticalOrderFilterInput input
Filtering options for orders. Orders may be filtered by marketplace order number, seller order number, seller company name, seller email, customer first and/or last name, customer email, customer company name, discount name, order line product name, variant name, variant sku, variant stock number, purchase order number, invoice number, and payment charge status.
nauticalOrders.before ● String scalar
Return the elements in the list that come before the specified cursor.
nauticalOrders.after ● String scalar
Return the elements in the list that come after the specified cursor.
nauticalOrders.first ● Int scalar
Return the first n elements from the list.
nauticalOrders.last ● Int scalar
Return the last n elements from the list.