Sunday, March 3, 2019

Web Services > How to get the list of available shipping methods

To get a list of shipping methods available using Web Services, perform a getSelectValue operations on the sales order record type for the field shipmethod.  This is shown in the SOAP sample below.

      <platformMsgs:getSelectValue>
         <platformMsgs:fieldDescription>
            <platformCore:recordType>salesOrder</platformCore:recordType>
            <platformCore:field>shipmethod</platformCore:field>
         </platformMsgs:fieldDescription>
         <platformMsgs:pageIndex>0</platformMsgs:pageIndex>
      </platformMsgs:getSelectValue>

No comments:

Post a Comment