Request for item details(GetItemDetails)

The client requests details concerning the item with order number 42213526300 in one of the 3 following ways:

  1. Invocation of the following URL (HTTP GET):

https://b2b.beispielserver.com/?BuyersID=B127645&Password=secret&RequestName=GetItemDetailsRequest&SellersItemIdentification=42213526300

2. Via HTTP POST to the address https://b2b.beispielserver.com/ with header

Content-Type: application/x-www-form-urlencoded

and body

BuyersID=B127645&Password=secret&RequestName=GetItemDetailsRequest&SellersItemIdentification=42213526300

3. Via HTTP POST to address https://b2b.beispielserver.com/ with header

Content-Type: application/xml

and body

<?xml version="1.0" encoding="UTF-8"?> <GetItemDetailsRequest xmlns="urn:veloconnect:order-1.1" xmlns:vct="urn:veloconnect:transaction-1.0" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-1.0"> <vct:BuyersID/> <vct:Credential><vct:Password>secret</vct:Password></vct:Credential> <cac:SellersItemIdentification> <cac:ID>42213526300</cac:ID> </cac:SellersItemIdentification> </GetItemDetailsRequest>

or, as an equivalent, with the following body:

 

The response to each of these requests can appear as follows, for example:

 

The response contains information such as the following:

  • The item has EAN code 4032191511108.

  • The article in sold in packages of 100 units each.

  • A package costs 34,50 Euro if less than 5 packages are procured, and 29,50 Euro if more than 5 are procured.

  • The recommended sales price is 0.70 Euro per unit.

If the item is unknown, the response is as follows:

 

If the item is no longer in the assortment, but a replacement item can be recommended, the response is as follows: