Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

The purpose of this service is to provide the live order status for a given reference of your own.

...

http://<pathtoapi>/service/OrderStatusByDocRef/CustomerCode/XYZ/SiteCode/AB/DocRef/ORD001

Response

Example

...

Code Block
languagexml
titleSample
<T>
        <R>

...


            <CCO>ABC123</CCO>

...


            <SCO>ZZ</SiteCode>

...


            <DRF>SO123456789</DRF>

...


            <ORH>912345678</ORH>

...


            <SPH>812345679</SPH>

...


            <PCF>true</PCF>

...


            <MST>Delivered</MST>

...


            <PDD>2016-12-23</PDD>

...


            <FT1>10:00</FT1>

...


            <TT2>12:00</TT2>

...


            <FT2>11:00</FT2>

...


            <TT2>13:00</TT2>

...


            <ATD>2016-12-23T13:22:59</ATD>

...


            <POD>true</POD>
        </R>

...


</T>

Details




Description
T

Table of results

R
Order/pick record - can repeat


CCOCustomer code - Your warehouse account reference


SCOSite code - The site code where your account is based at the warehouse


DRFDocument reference - Your reference for the order


ORHOrder UID - The warehouse reference for your order


SPHPick UID - The warehouse pick reference for the order


PCFPick confirmed - Have the warehouse finished the pick?


MSTDelivery manifest status


PDDPlanned delivery date


FT1Original ETA window from time


TT1Original ETA window to time


FT2Revised ETA window from time


TT2Revised ETA window to time


ATDActual time of delivery - includes both the date and time


PODIs the POD ready to be requested using /wiki/spaces/VEDI/pages/128912145?

R

T



Response Codes

Common response codes

CodeMessage
300?
200Order found and response prepared successfully.
301?
204No order found for the parameters provided.