Fields are name/value pairs with the syntax of:
x_name_of_field = value of the field&.
|
FIELD NAME |
REQUIRED? |
VALUE |
FORMAT |
NOTES |
|
x_ship_to_first_name |
Optional |
The first name associated with the customer’s shipping address |
Up to 50 characters (no symbols) |
|
|
x_ship_to_last_name |
Optional |
The last name associated with the customer’s shipping address |
Up to 50 characters (no symbols) |
|
|
x_ship_to_company |
Optional |
The company associated with the customer’s shipping address |
Up to 50 characters (no symbols) |
|
|
x_ship_to_address |
Optional |
The customer’s shipping address |
Up to 60 characters (no symbols) |
|
|
x_ship_to_city |
Optional |
The city of the customer’s shipping address |
Up to 40 characters (no symbols) |
|
|
x_ship_to_state |
Optional |
The state of the customer’s shipping address |
Up to 40 characters (no symbols) or a valid two-character state code |
|
|
x_ship_to_zip |
Optional |
The ZIP code of the customer’s shipping address |
Up to 20 characters (no symbols) |
|
|
x_ship_to_country |
Optional |
The country of the customer’s shipping address |
Up to 60 characters (no symbols) |
|