Resources

Services

  • Endpoints
  • Official Documentation

    Hit PO Service Documentation

    Hit PO Service PurchaseOrder XML document structure

      Methods
    • getPo
      • Request:
      • String credential - The DS credential provided
      • String poNumber - The po number to lookup

      • Response:
      • errors - ErrorMessage array
      • purchaseOrders - PurchaseOrders array

    • getPoChanges
      • Request:
      • String credential - The DS credential provided
      • ISO Date date - Return POs that have changed since this date

      • Response:
      • errors - ErrorMessage array
      • purchaseOrders - PurchaseOrders array

    • updatePoLine
      • Request:
      • String credential - The DS credential provided
      • poChangeRequest - The request to update a line
        • String Price
        • ISO Date requiredDate
        • ISO Date shipDate
        • String poNumber
        • String lineNumber
        • String quantity

        Response:
      • errors - ErrorMessage array
      • Boolean success - whether the update was successful


      Data Types
    • ErrorMessage
      • Integer code
      • String description
    • PurchaseOrders
      • purchaseOrders - array of purchase orders
        • sellerInformation
          • String address1
          • String address2
          • String city
          • String companyName
          • String country
          • String factoryName
          • String paymentTerm
          • String postalCode
          • String state
          • String vendorNumber
        • poLines - array of lines on PO
          • ISO Date (YYYY-mm-dd) inHandsDate
          • String itemNumber
          • String lineNumber
          • String lineStatus
          • String productCategory
          • String productDescription
          • String quantity
          • ISO Date (YYYY-mm-dd) shipDate
          • ISO Date (YYYY-mm-dd) shipVia
          • String unitOfMeasure
          • String unitPrice
        • contact
          • String email
          • String name
          • String phone
        • String confirmedShipDate
        • String isShipDateConfirmed
        • String purchaseOrderNumber
        • String currency
        • String lastUpdatedBy
        • ISO Time lastUpdateTime
        • String receivingWarehouse