Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.59 KB

OrderFulfillmentRecipient.md

File metadata and controls

13 lines (10 loc) · 1.59 KB

OrderFulfillmentRecipient

Properties

Name Type Description Notes
CustomerId 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 will override 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 will result in an error. [optional] [default to null]
DisplayName string The display name of the fulfillment recipient. If provided, overrides the value pulled from the customer profile indicated by `customer_id`. [optional] [default to null]
EmailAddress string The email address of the fulfillment recipient. If provided, overrides the value pulled from the customer profile indicated by `customer_id`. [optional] [default to null]
PhoneNumber string The phone number of the fulfillment recipient. If provided, overrides the value pulled from the customer profile indicated by `customer_id`. [optional] [default to null]
Address *Address [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]