ws


Click here for a complete list of operations.

SearchOrdersV3

Obsolete. Use the latest version

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /ws.asmx HTTP/1.1
Host: webservices.solidcommerce.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://webservices.liquidatedirect.com/SearchOrdersV3"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <SearchOrdersV3 xmlns="http://webservices.liquidatedirect.com/">
      <appKey>string</appKey>
      <securityKey>string</securityKey>
      <searchFilter>
        <page>int</page>
        <recordsPerPageCount>int</recordsPerPageCount>
        <filterByItemStoreNotificationStatus>boolean</filterByItemStoreNotificationStatus>
        <ItemStoreNotificationStatus>NotDefined or OrderProcessingConfirmed or ShippingConfirmed or ShippingConfirmationSent or CancellationSent or CancellationConfirmed or OrderProcessingSent or ShippedToBuyer or Unfulfillable or OrderProcessingSentToThirdPartyShipping or ShippingConfirmedFromThirdPartyShipping or PickedUp or ReadyForPickup or ReadyForPickupFailed</ItemStoreNotificationStatus>
        <FilterByOrderStatus>boolean</FilterByOrderStatus>
        <OrderStatus>NOTAVAILABLE or COMPLETED or PAID or WAITINGFORBUYER or WAITINGFORSELLER or CANCELLED or PARTIALLYCOMPLETED</OrderStatus>
        <FilterByCustomOrderStatus>boolean</FilterByCustomOrderStatus>
        <CustomOrderStatus>string</CustomOrderStatus>
        <filterAddressVerificationFailed>boolean</filterAddressVerificationFailed>
        <FilterByDates>boolean</FilterByDates>
        <StartDate>dateTime</StartDate>
        <EndDate>dateTime</EndDate>
        <SearchType>ByProductName or ByManufacture or BySKU or ByUPC or ByASIN or ByISBN or ByBuyerName or ByBuyerEmail or ByBuyerLastName or ScreenName or ByShipToName or ByShipToLastName or ByShipToEmail or ByShipZipCode or ByShipToStreet1 or ByShipToCity or ByShipToCountry or ByShipToState or ByShipToCompany or MarketOrderNumber or InvoiceNumber or ManufactureModelNumber or PackageID or ListingID or BySCOrderID or ByStorage or ByPO or ByPartialSKU or BySalesChannel or ByStoreReturnID or ByRMANumber or ListingSKU or BySerialNumber or ByAlternateOrderId</SearchType>
        <SearchValue>string</SearchValue>
        <SortBy>string</SortBy>
        <SortDescend>boolean</SortDescend>
        <OrdersSearchFormat>ByOrder or ByOrderItems or ByTrackingNumbers</OrdersSearchFormat>
        <LastOrderStatusChangedDate>dateTime</LastOrderStatusChangedDate>
        <ShowOrderStatusLastChangeDT>boolean</ShowOrderStatusLastChangeDT>
        <FilterByWarehouse>boolean</FilterByWarehouse>
        <WarehousesList>string</WarehousesList>
        <ViewOptions>string</ViewOptions>
        <LastModifiedDTFrom>dateTime</LastModifiedDTFrom>
        <LastModifiedDTTo>dateTime</LastModifiedDTTo>
      </searchFilter>
    </SearchOrdersV3>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <SearchOrdersV3Response xmlns="http://webservices.liquidatedirect.com/">
      <SearchOrdersV3Result>xml</SearchOrdersV3Result>
    </SearchOrdersV3Response>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /ws.asmx HTTP/1.1
Host: webservices.solidcommerce.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <SearchOrdersV3 xmlns="http://webservices.liquidatedirect.com/">
      <appKey>string</appKey>
      <securityKey>string</securityKey>
      <searchFilter>
        <page>int</page>
        <recordsPerPageCount>int</recordsPerPageCount>
        <filterByItemStoreNotificationStatus>boolean</filterByItemStoreNotificationStatus>
        <ItemStoreNotificationStatus>NotDefined or OrderProcessingConfirmed or ShippingConfirmed or ShippingConfirmationSent or CancellationSent or CancellationConfirmed or OrderProcessingSent or ShippedToBuyer or Unfulfillable or OrderProcessingSentToThirdPartyShipping or ShippingConfirmedFromThirdPartyShipping or PickedUp or ReadyForPickup or ReadyForPickupFailed</ItemStoreNotificationStatus>
        <FilterByOrderStatus>boolean</FilterByOrderStatus>
        <OrderStatus>NOTAVAILABLE or COMPLETED or PAID or WAITINGFORBUYER or WAITINGFORSELLER or CANCELLED or PARTIALLYCOMPLETED</OrderStatus>
        <FilterByCustomOrderStatus>boolean</FilterByCustomOrderStatus>
        <CustomOrderStatus>string</CustomOrderStatus>
        <filterAddressVerificationFailed>boolean</filterAddressVerificationFailed>
        <FilterByDates>boolean</FilterByDates>
        <StartDate>dateTime</StartDate>
        <EndDate>dateTime</EndDate>
        <SearchType>ByProductName or ByManufacture or BySKU or ByUPC or ByASIN or ByISBN or ByBuyerName or ByBuyerEmail or ByBuyerLastName or ScreenName or ByShipToName or ByShipToLastName or ByShipToEmail or ByShipZipCode or ByShipToStreet1 or ByShipToCity or ByShipToCountry or ByShipToState or ByShipToCompany or MarketOrderNumber or InvoiceNumber or ManufactureModelNumber or PackageID or ListingID or BySCOrderID or ByStorage or ByPO or ByPartialSKU or BySalesChannel or ByStoreReturnID or ByRMANumber or ListingSKU or BySerialNumber or ByAlternateOrderId</SearchType>
        <SearchValue>string</SearchValue>
        <SortBy>string</SortBy>
        <SortDescend>boolean</SortDescend>
        <OrdersSearchFormat>ByOrder or ByOrderItems or ByTrackingNumbers</OrdersSearchFormat>
        <LastOrderStatusChangedDate>dateTime</LastOrderStatusChangedDate>
        <ShowOrderStatusLastChangeDT>boolean</ShowOrderStatusLastChangeDT>
        <FilterByWarehouse>boolean</FilterByWarehouse>
        <WarehousesList>string</WarehousesList>
        <ViewOptions>string</ViewOptions>
        <LastModifiedDTFrom>dateTime</LastModifiedDTFrom>
        <LastModifiedDTTo>dateTime</LastModifiedDTTo>
      </searchFilter>
    </SearchOrdersV3>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <SearchOrdersV3Response xmlns="http://webservices.liquidatedirect.com/">
      <SearchOrdersV3Result>xml</SearchOrdersV3Result>
    </SearchOrdersV3Response>
  </soap12:Body>
</soap12:Envelope>