Radial Integration | 2016
# | Tag | Req | Max Len | Occurs | Type | Nest Level | Parent Tag | Description | SFS | ISPU | STS |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | <CancelOrders> | Yes | 0 | 1/Doc | Node | 0 | None | Root tag indicating the beginning of a cancellation request document. | N | Y | Y |
2 | <OrderInfo> | Yes | 0 | 1/Order | Node | 1 | <CancelOrders> | Tag indicating the beginning of an order. | N | Y | Y |
3 | <OrderNumber> | Yes | 20 | 1 | String | 2 | <OrderInfo> | Order number to be cancelled. | N | Y | Y |
4 | <HeaderInfo> | No | 0 | 1 | Node | 2 | <OrderInfo> | Tag indicating the beginning of header-level order information. | N | Y | Y |
5 | <ReasonCode> | Yes* | 10 | 1 | String | 3 | <HeaderInfo> | Order-level code representing the reason for the cancellation. *Not required if passing line-level ReasonCode. | N | Y | Y |
6 | </HeaderInfo> | No | 0 | 1 | Node | 2 | <OrderInfo> | Tag indicating the end of header-level order information. | N | Y | Y |
7 | <LineItemInfo> | Yes | 0 | 1+ | Node | 2 | <OrderInfo> | Tag indicating the beginning of order detail information. | N | Y | Y |
8 | <LineNumber> | Yes | 9 | 1 | Num | 3 | <LineItemInfo> | Line number to be cancelled. | N | Y | Y |
9 | <SKU> | No | 30 | 1 | String | 3 | <LineItemInfo> | Advertised SKU number. | N | Y | Y |
10 | <CancelQuantity> | Yes | 14 | 1 | Num | 3 | <LineItemInfo> | Quantity to be cancelled. | N | Y | Y |
11 | <ReasonCode> | Yes* | 10 | 1 | String | 3 | <LineItemInfo> | Line-level code indicating the reason for the cancellation. *Not required if passing order-level ReasonCode. | N | Y | Y |
12 | </LineItemInfo> | Yes | 0 | 1+ | Node | 2 | <OrderInfo> | Tag indicating the end of order detail information. | N | Y | Y |
13 | </OrderInfo> | Yes | 0 | 1/Order | Node | 1 | <CancelOrders> | Tag indicating the end of an order. | N | Y | Y |
14 | </CancelOrders> | Yes | 0 | 1/Doc | Node | 0 | None | Tag indicating the end of a cancellation request document. | N | Y | Y |
Copyright © 2017 Radial. All rights reserved.