Peoplevox XML Sales Orders
Zynk will import the data using the standard fields under Integration Templates that can be ran configured your Peoplevox web application. Note, the fields must use the default names, you can import the correct configuration using the file below.
Tasks
Integration Templates
Sales Order
SalesOrderNumber,Customer,CustomerPurchaseOrderReferenceNumber,ShippingAddressLine1,ShippingAddressLine2,ShippingAddressCity,ShippingAddressRegion,ShippingAddressPostcode,ShippingAddressCountry,ShippingAddressReference,InvoiceAddressLine1,InvoiceAddressLine2,InvoiceAddressCity,InvoiceAddressRegion,InvoiceAddressPostcode,InvoiceAddressCountry,InvoiceAddressReference,IsPartialShipment,Status,RequestedDeliveryDate,ShippingCost,Email,ContactName,TotalSale,Discount,TaxPaid,CreatedDate,PaymentMethod,ServiceType,ChannelName
Sales Order Item
Identifiers
For inserting or updating records to Peoplevox Zynk uses the SalesOrderNumber field on a SalesOrder. It is invalid to insert / update a SalesOrder without providing the SalesOrderNumber. If updating an existing SalesOrder the items will be added or edited depending on what information is provided, it is not possible to remove lines.
Fields
SalesOrderNumber
Required
Sales order number.
| Type | Example | XML |
|---|---|---|
| string(30) | SO-123456 | <SalesOrderNumber>SO-123456</SalesOrderNumber> |
Customer
Optional
Customer name or reference.
| Type | Example | XML |
|---|---|---|
| string(50) | Andrew Snape | <Customer>Andrew Snape</Customer> |
CustomerPurchaseOrderReferenceNumber
Optional
Customer purchase order reference number.
| Type | Example | XML |
|---|---|---|
| string(50) | SO-ABCDEF | <CustomerPurchaseOrderReferenceNumber>SO-ABCDEF</CustomerPurchaseOrderReferenceNumber> |
ShippingAddressLine1
Optional
Line 1.
| Type | Example | XML |
|---|---|---|
| string(100) | i6 | <ShippingAddressLine1>i6</ShippingAddressLine1> |
ShippingAddressLine2
Optional
Line 2.
| Type | Example | XML |
|---|---|---|
| string(100) | 6 - 8 Charlotte Square | <ShippingAddressLine2>6 - 8 Charlotte Square</ShippingAddressLine2> |
ShippingAddressCity
Optional
City.
| Type | Example | XML |
|---|---|---|
| string(100) | Newcastle | <ShippingAddressCity>Newcastle</ShippingAddressCity> |
ShippingAddressRegion
Optional
Region.
| Type | Example | XML |
|---|---|---|
| string(100) | Tyne and Wear | <ShippingAddressRegion>Tyne and Wear</ShippingAddressRegion> |
ShippingAddressPostcode
Optional
Post code.
| Type | Example | XML |
|---|---|---|
| string(100) | NE1 4XF | <ShippingAddressPostcode>NE1 4XF</ShippingAddressPostcode> |
ShippingAddressCountry
Optional
Country.
| Type | Example | XML |
|---|---|---|
| string(100) | United Kingdom | <ShippingAddressCountry>United Kingdom</ShippingAddressCountry> |
ShippingAddressReference
Optional
Reference.
| Type | Example | XML |
|---|---|---|
| string(100) | WORK | <ShippingAddressReference>WORK</ShippingAddressReference> |
InvoiceAddressLine1
Optional
Line 1.
| Type | Example | XML |
|---|---|---|
| string(100) | i6 | ` |