Skip to main content

Documentation Portal

Merchant.StockValidationResponse

Parameter Name

Type

Description

Mandatory

AmendedProducts

List of Merchant.StockValidationRowResponse

The list of products that don’t have full stock availability for the Product.Quantity specified in the respective ValidateStock API request.

No

CustomResources

Dictionary<String, String>

Dictionary with custom resources for error and oos popup. Keys for the dictionary: TitleTextResourceId, BodyTextResourceId, ButtonTextResourceId, RedirectUrl.

No

Error

String

The error message returned from the Merchant

No

ReservationRequestId

String

The stock reservation code returned from the Merchant if the stock has been actually reserved as a result of the ValidateStock API call.

No

TextResourcesPlaceholders

Dictionary<String, String>

Dictionary with placeholders which need to be replaced in text resources for error and oos popup which was passed in CustomResources (except RedirectUrl key).

No