GetProductInformation (SOAP)

Description

With this method, we want to receive real time product information from the ERP system. It contains customer-specific product information like pricing and discount information. Also stock information is returned. We will use this method to show real time product information on the product detail page in the web shop.

SOAP API:

Action

http://shoxl.com/ShoxlService/GetProductInformation

Please note: this is not a working url, but a combination of namespace and method. Do not expect the url to return a result.

Style

Document

Input (Literal)

The input of this method is the document element GetProductInformation having the structure defined by the following table.

Complex Type: tns: GetProductInformationRequest

Description

The GetProductInformationRequest contains all the information to get the real

time product information like prices and stock from the ERP.

Output (Literal)

The output of this method is the document element tns:GetProductInformationResponse having the structure defined by the following table.

Complex Type: tns:GetProductInformationResult

Description

The GetProductInformationResult contains prices and stock of the given product

and account number.

Complex Type: tns:ArrayOfQuantityDiscountPrice

Complex Type: tns:QuantityDiscountPrice

The QuantityDiscountPrice contains the information of a quantity range and the connected price per item.

REST API:

Since ShoxlRestApiSwagger_v6 this interface is deprecated in the REST API and replaced by the GetProductInformations endpoint which supports the processing of a list of productnumbers.