- 3 Minutes to read
- PDF
Customer Object
- 3 Minutes to read
- PDF
Customer Object
CustomerName
Description: The bill-to name for this customer.
Data Type: String
Required: Yes
Data Length: 100
Required: Yes
CustomerAddress1
Description: The bill to address field 1 for this customer.
Data Type: String
Data Length: 100
Required: Yes
CustomerAddress2
Description: The bill to address field 2 for this customer.
Data Type: String
Data Length: 100
Required: Yes
CustomerCity
Description: The bill to the city for this customer.
Data Type: String
Data Length: 50
Required: Yes
CustomerState
Description: The bill to state for this customer.
Data Type: String
Data Length: 50
Required: Yes
CustomerZipCode
Description: The bill to zip code for this customer.
Data Type: String
Data Length: 12
Required: Yes
CustomerCountry
Description: The bill to zip country for this customer.
Data Type: String
Data Length: 50
Required: Yes
CustomerShortDesc
Description: A short description for the customer.
Data Type: String
Data Length: 50
Required: No
CustomerNumber
Description: A unique identifier for the customer, separate from the Customer ID WithoutWire uses to uniquely identify customers.
Data Type: String
Data Length: 50
Required: Yes
Note: This value is commonly set to the ID of the customer stored in an ERP.
CustomerPhone
Description: The bill to phone number for this customer.
Data Type: String
Data Length: 50
Required: Yes
CustomerShipTo
Description: A reference to the primary shipping address for this customer.
Data Type: String
Data Length: 7
Required: Yes
Note: Use only if ship-to address is not supplied
CustomerShippingAddresses
Description: Any array of shipping addresses
Data Type: Array
Required: Yes
Example
[
{
"CustomerName": "", //Required - Character limit 100
"CustomerAddress1": "", //Required - Character limit 100
"CustomerAddress2": "", //Optional - Character limit 100
"CustomerCity": "", //Required - Character limit 50
"CustomerState": "", //Required - Character limit 50
"CustomerZipCode": "", //Required - Character limit 12
"CustomerCountry": "", //Required - Character limit 50
"CustomerShortDesc": "", //Optional - Character limit 50
"CustomerNumber": "", //Required - Character limit 50
"UpcManufacturerNumber": "", //Optional - Character limit 7
"CustomerPhone": "", //Optional - Character limit 50
"ConsiderDepartment": "", //Optional
"ConsiderDepartmentWhenPicking": "", //Optional
"CustomerShipTo": "", //Required - Character limit 50
"Gs1CompanyNumber": "", //Optional - Character limit 7
"StartingContainer": "", //Optional - Character limit 9
"CustomerClass": "", //Optional - Character limit 15
"NotificationEmail": "", //Optional - Character limit 100
"RequiredShelfLife": "", //Optional
"CustomerShippingAddresses":
[
{}
]
}
]