Versions Compared

Key

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

...

  • Variables:
    • SellerGLN (multiple ; separated)= provide the GLN from the Seller
    • PDINumber = Onetrail TPN™ PDI number
    • SellerVPN = Seller Vendor part number
    • GTIN = Seller Global Trade Item Number (EAN)
    • Quantity = Quantity for which you want the price and availability (only supported by a limited number of suppliers)
    • BidID = Contract ID for the price of a contract product (not supported by suppliers yet)
  • Remarks:
    • At least one of the product numbers is mandatory;
    • Can now handle bulk requests as well as the usual single requests. (For bulk requests the URL is:  https://rest.onetrail.net/productApi/v1/products/bulk)

    • Uses basic authentication and user managed in the TPN Manager.

    • It's now RESTful, no longer SOAP.

  • Request Types:
    • For retrieving the list of changed products or single product request, the GET request type is used.

    • For retrieving a list of products (bulk) the POST request type is used.

...