{ "operationId": "RetryChange", "method": "POST", "path": "/api/order-system/orders/{changeOrderId}/changes/{changeRequestId}/retry", "summary": "VTex Retry order change", "requestExamples": [ { "contentType": "application/json", "example": { "reason": "The client wants to change a weighable product.", "replace": [ { "from": { "items": [ { "id": "1", "quantity": 1 } ] }, "to": { "items": [ { "id": "1", "quantity": 1, "measurementUnit": "kg", "unitMultiplier": 1 } ], "shippingData": { "logisticsInfo": [ { "itemIndex": 0, "slaId": "Normal", "deliveryChannel": "delivery", "addressId": "12334048475146857", "price": 1000 } ] } } } ] } } ], "responseExamples": [] }