Skip to main content
Anchor to FulfillmentOrderMerchantRequest

FulfillmentOrderMerchantRequest

object

Requires read_assigned_fulfillment_orders access scope, read_merchant_managed_fulfillment_orders access scope or read_third_party_fulfillment_orders access scope.

A request made by the merchant or an order management app to a fulfillment service for a fulfillment order.

โ€ขFulfillmentOrder!
non-null

The fulfillment order associated with the merchant request.

โ€ขID!
non-null

A globally-unique ID.

โ€ขFulfillmentOrderMerchantRequestKind!
non-null

The kind of request made.

โ€ขString

The optional message that the merchant included in the request.

โ€ขJSON

Additional options requested by the merchant. These depend on the kind of the request. For example, for a FULFILLMENT_REQUEST, one option is notify_customer, which indicates whether the merchant intends to notify the customer upon fulfillment. The fulfillment service can then set notifyCustomer when making calls to FulfillmentCreate.

โ€ขJSON

The response from the fulfillment service.

โ€ขDateTime!
non-null

The timestamp when the request was made.


Was this section helpful?

โ€ขinterface

Was this section helpful?