Skip to main content

Documentation Portal

UpdateOrderDispatchException

Parameter Name

Type

Description

Mandatory

CartItemId

String

Identifier of the cart item on the Merchant’s site. This property may be optionally specified in the SendCart method only so that the same value could be posted back when creating the order on the Merchant’s site with the SendOrderToMerchant method.

Either CartItemId or ProductCode should be specified.

Mandatory only if the ProductCode property was not specified.

ExceptionType

Decimal

One of the following possible values of the ExceptionTypes enumeration:

  • 1 - Out Of Stock: Out-of-stock items will not be fulfilled

  • 2 - Backorder Preorder Customized Item: Backorder/preorder/customized items will be fulfilled.

  • 3 - Cancellation by request: Cancelled by customer request will not be fulfilled.

ExpectedFulfilmentDate

Date

Expected date for backordered/preordered/customized item to be fulfilled (in YYYY-MM-DD format).

No

ProductCode

String

Product unique identifier on the Merchant’s site.

Either CartItemId or ProductCode should be specified.

Mandatory only if the CartItemId property was not specified.

Quantity

Decimal

Product quantity that the exception refers to.

Mandatory only for Exception Type 3.