Anchor to section titled 'undefined'

FulfillmentOrderAssignmentStatus
enum

The assigment status to be used to filter fulfillment orders.


value-cancellationrequested
CANCELLATION_REQUESTED

Fulfillment orders for which the merchant has requested cancellation of the previously accepted fulfillment request.

value-fulfillmentaccepted
FULFILLMENT_ACCEPTED

Fulfillment orders for which the merchant's fulfillment request has been accepted. Any number of fulfillments can be created on these fulfillment orders to completely fulfill the requested items.

value-fulfillmentrequested
FULFILLMENT_REQUESTED

Fulfillment orders for which the merchant has requested fulfillment.

value-fulfillmentunsubmitted
FULFILLMENT_UNSUBMITTED

Fulfillment orders for which the merchant hasn't yet requested fulfillment.


Was this section helpful?

field-queryroot-assignedfulfillmentorders
QueryRoot.assignedFulfillmentOrders

The assigment status of the fulfillment orders that should be returned. If assignmentStatus argument is not provided, then the query will return all assigned fulfillment orders, except those that have the CLOSED status.

field-shop-assignedfulfillmentorders
Shop.assignedFulfillmentOrders

The assigment status of the fulfillment orders that should be returned. If assignmentStatus argument is not provided, then the query will return all assigned fulfillment orders, except those that have the CLOSED status.


Was this section helpful?
Map
FulfillmentOrderAssignmentStatus

Arguments from

  • QueryRoot
    .assignedFulfillmentOrders(assignmentStatus)

Queries from