Interface FulfillmentInboundApiModelV20240320ContactInformation
interface FulfillmentInboundApiModelV20240320ContactInformation { email?: string; name: string; phoneNumber: string;} Properties
Optional
email
email?: string
phoneNumber
phoneNumber: string
The seller's contact information.
Export
ContactInformation