Sandfield Order Response

When an order is marked in the status which confirms it as being received and stock levels are checked, the order response message will be generated.

The trigger to create order response messages varies depending on the third party system (Unleashed, TradeGecko, Dear Inventory, Cin7, Shopify, Magento). In Unleashed, it is when the order is changed from 'Parked' to 'Placed' status.

Order responses can be grouped by store, or sent for each individual store, depending on requirements of the retailer. By default it will group for the complete order.

If the supplier cannot meet the quantity requested on the order, it will be represented by a difference between the QuantityOrdered and QuantityConfirmed.

<OrderResponse>

<PartnerCode>ANY</PartnerCode>

<System>Unleashed</System>

<OrderNumber>20064640</OrderNumber>

<OrderDate>20150625</OrderDate>

<DueDate>20150630</DueDate>

<SubTotal>1332.00</SubTotal>

<TaxTotal>148.00</TaxTotal>

<Total>1480.00</Total>

<Store>

<StoreCode>4905</StoreCode>

<Name>Tyler LifeWay</Name>

<Address1>5510 South Broadway</Address1>

<Address2>Suite 100</Address2>

<City>Tyler</City>

<PostalCode>75703</PostalCode>

<State>TX</State>

<Country>USA</Country>

<StoreOrder>

<StoreOrderNumber>20064640-4905</StoreOrderNumber>

<Notes>Order notes</Notes>

<StoreOrderProduct>

<QuantityOrdered>1</QuantityOrdered>

<QuantityConfirmed>1</QuantityConfirmed>

<LineTax>18.50</LineTax>

<LineTotal>185.00</LineTotal>

<Product>

<SupplierProductCode>887502099707</SupplierProductCode>

<PurchaserProductCode>99707</PurchaserProductCode>

<SKU>887502099707</SKU>

<Price>185.00</Price>

<Description>High back black sara design shoes, size 26</Description>

<Weight>0.35</Weight>

<Volume>0.08</Volume>

</Product>

</StoreOrderProduct>

<StoreOrderProduct>

<QuantityOrdered>7</QuantityOrdered>

<QuantityConfirmed>5</QuantityConfirmed>

<LineTax>92.50</LineTax>

<LineTotal>925.00</LineTotal>

<Product>

<SupplierProductCode>887502099708</SupplierProductCode>

<PurchaserProductCode>99708</PurchaserProductCode>

<SKU>887502099708</SKU>

<Price>185.00</Price>

<Description>High back black sara design shoes, size 28</Description>

<Weight>0.35</Weight>

<Volume>0.08</Volume>

</Product>

</StoreOrderProduct>

</StoreOrder>

</Store>

<Store>

<StoreCode>4668</StoreCode>

<Name>Nashville LifeWay</Name>

<Address1>1010 Broadway</Address1>

<Address2 />

<City>Nashville</City>

<PostalCode>37203</PostalCode>

<State>TN</State>

<Country>USA</Country>

<StoreOrder>

<StoreOrderNumber>20064640-4905</StoreOrderNumber>

<Notes>Order notes</Notes>

<StoreOrderProduct>

<QuantityOrdered>2</QuantityOrdered>

<QuantityConfirmed>2</QuantityConfirmed>

<LineTax>37.00</LineTax>

<LineTotal>370.00</LineTotal>

<Product>

<SupplierProductCode>887502099709</SupplierProductCode>

<PurchaserProductCode>99709</PurchaserProductCode>

<SKU>887502099709</SKU>

<Price>185.00</Price>

<Description>High back black sara design shoes, size 30</Description>

<Weight>0.35</Weight>

<Volume>0.08</Volume>

</Product>

</StoreOrderProduct>

</StoreOrder>

</Store>

</OrderResponse>