EventimOrderPaybackProductsRequest
Request model for a product-based order payback.
orderIdinteger<int32>required
The unique identifier of the order to refund.
productCartItems object[]nullable
The product cart items to refund with the quantity to return.
Array [
orderItemIdinteger<int32>required
The unique identifier of the order item.
nbProductsToPaybackinteger<int32>required
The number of products to refund for this order item.
]
EventimOrderPaybackProductsRequest
{
"orderId": 0,
"productCartItems": [
{
"orderItemId": 0,
"nbProductsToPayback": 0
}
]
}