<- Object

Object

All versions ->

OrderFulfillmentRecipient

Contains information about the recipient of a fulfillment.

Link to section

Properties

Link to section

customer_id

string

The customer ID of the customer associated with the fulfillment.

If customer_id is provided, the fulfillment recipient's display_name, email_address, and phone_number are automatically populated from the targeted customer profile. If these fields are set in the request, the request values overrides the information from the customer profile. If the targeted customer profile does not contain the necessary information and these fields are left unset, the request results in an error.

Link to section

display_name

string

The display name of the fulfillment recipient.

If provided, the display name overrides the value pulled from the customer profile indicated by customer_id.

Link to section

email_address

string

The email address of the fulfillment recipient.

If provided, the email address overrides the value pulled from the customer profile indicated by customer_id.

Link to section

phone_number

string

The phone number of the fulfillment recipient.

If provided, the phone number overrides the value pulled from the customer profile indicated by customer_id.

Link to section

address

Beta

The address of the fulfillment recipient.

If provided, the address overrides the value pulled from the customer profile indicated by customer_id.