Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 1.15 KB

OrderFulfillmentRecipient.md

File metadata and controls

17 lines (10 loc) · 1.15 KB

OrderFulfillmentRecipient

Description

The recipient of a fulfillment.

Properties

Name Type Description Notes
customerId String The Customer ID of the customer associated with the fulfillment. If customer_id is provided, the corresponding recipient information fields (`display_name`, `email_address`, and `phone_number`) are automatically populated from the relevant customer profile. If the targeted profile information does not contain the necessary required information, the request will result in an error. [optional]
displayName String The display name of the fulfillment recipient. If provided, overrides the value from customer profile indicated by customer_id. [optional]
emailAddress String The email address of the fulfillment recipient. If provided, overrides the value from customer profile indicated by customer_id. [optional]
phoneNumber String The phone number of the fulfillment recipient. If provided, overrides the value from customer profile indicated by customer_id. [optional]