Skip to main content

emailFulfillmentOrder

Emails a fulfillment order share link to one or more recipients, with optional CCs.

Business Rules

  • To and CC recipients receive the same email and share link.
  • Addresses are normalized, must be unique across To and CC, and are limited to 20 per request.

Error Scenarios

  • **NOT_FOUND**: the fulfillment does not exist in the current company.
  • **BAD_REQUEST**: recipient addresses are invalid or duplicated, the recipient limit is exceeded.
  • **UNAUTHORIZED**: missing required permissions or invalid company access.

Permissions Required

  • orders:email_fulfillment_order permission
emailFulfillmentOrder(
input: EmailFulfillmentOrderInput!
): StatusResponse!

Arguments

emailFulfillmentOrder.input ● EmailFulfillmentOrderInput! non-null input common

Parameters for EmailFulfillmentOrder

Type

StatusResponse object common

The response of a mutation that only returns a status