Cancel Order Line Input
The offer part amount to be canceled with taxes
The currency (iso format) used by the shop (the field is required if the shop is not using the default Operator platform currency)
The fees to be canceled
Order line's identifier that must be canceled
The quantity of goods to cancel
Cancellation's reason code
The shipping charges with taxes to be canceled
{ "amount": { "__typename": "CancelledAmountInput" }, "currency": "Example Custom Scalar", "fees": [ { "__typename": "CancellationFeeInput" } ], "orderLineId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "quantity": 40, "reasonCode": "Example String", "shippingAmount": { "__typename": "CancelledShippingAmountInput" } }
Evaluation Input
List of the evaluation criteria expected by the operator.
A brief comment associated with the evaluation to explain the mark
The global mark of the evaluation which is an integer among 0, 1, 2, 3, 4, 5.
The visibility of the evaluation (visible by default)
{ "assessments": [ { "__typename": "AssessmentInput" } ], "comment": "Example String", "grade": "Example Custom Scalar", "visible": true }
Thread Details Input
Body of the first message of the thread.
Message recipients. Valid values are: OPERATOR, SHOP, CUSTOMER
The topic can either have a free or a fixed value depending on the topic type
{ "body": "Example String", "to": [ "Example String" ], "topic": { "__typename": "TopicInput" } }