Customer Orders Model
Less than 1 minute
Customer Orders Model
Attribute | Type | Description |
---|---|---|
packingslipno | string | Unique order number or packing slip number from your system. |
consignee | string | Receipient name. |
address1 | string | Address line 1, street number. |
address2 | string | Address line 2, street name. |
suburb | string | Suburb name. |
city | string | City name or state name. Depending on destination country, if state information is available, this should be the abbreviated state code |
postcode | string | Post code, for NZ addresses, this can be left blank if unknown. |
country | string | ISO Alpha 2 country code, eg NZ, AU, US, UK, CN. |
delvref | string | Order number, or customer reference for this order. |
delvinstructions | string | Any specific instructions to be printed on the label. |
contactname | string | Name of person, optional. |
contactphone | string | Phone number of person, optional. |
string | Email address. | |
isrural | string | Is the address a rural delivery address. |
notrural | string | Override and declared as not rural. |
costcentre | string | Cost centre to use. |
status | object | Current status of the order |
products | object | Array of line products on order |
customField1Value | string | Custom Field 1 Value in the order. |
customField2Value | string | Custom Field 2 Value in the order. |