Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width40%
Panel
borderColor#6699ff
bgColor#ffffff
titleBGColor#D5EFFF
borderStylesolid
titleOrdering
Table of Contents
maxLevel3
Column

 

...

FieldRequiredData TypeDescriptionSample

CustomerID

yesstring

Customer identifier in a vendor system which is provided on setup step.

"CID-898800"

CustomerPO

yesstringUnique order request identifier in Webmercs system."3445FHY-2"

OrderDateTime

yesdateTime

Date and time when Webmercs received order request from customer.  

2012-10-25T12:50:12+01:00

SplitOrder

yesstringPossible values: "Yes", "No"."Yes"

ShippingMethod

nostring  

RequestedDeliveryDate

nodateTimeCustomer may ask for a particular delivery date.2012-10-30
CommentnostringCustomer's comment."Test order, do not ship!"
ShipToyes Shipping address, see <ShipTo> segment. 

BillTo

no 

Billing address. Same fields as <ShipTo> segment, except EndUserPO.

 

...

Code Block
xml
xml
<?xml version="1.0" encoding="utf-8"?>
<OrderResponse xmlns="http://webmercs.com/vis/public/orderresponse">
  <CustomerID></CustomerID>
  <CustomerPO></CustomerPO>
  <Status></Status>
  <Message></Message>
  <VendorOrderID></VendorOrderID>
</OrderResponse>

...