Cancel line items

Cancel line items with given idents. Processed items will be credited, for unprocessed items the item will never be processed. Cancellation cant be reverted.

Path Params
string
required
length between 1 and 100

The ident of the order to cancel line items

Body Params

This cancellation request cancels all purchaseItems with the given idents and optionally adds a reason for the cancellation, so it can be printing on the credit memo.

date-time | null

The cancellation date.

string | null

Reason of the cancellation, if enabled it will be added to the credit memo.

items
array of objects
required
length ≥ 1

A List of Item Idents, which shall be cancelled. Must not be empty.

items*

This cancellation request cancels all items (purchaseItems, lineItems) with the given idents and optionally adds a reason for the cancellation, so it can be printing on the credit memo.

string
required
length between 1 and 100

An Ident, that specifies the item to be cancelled. Must not be empty. Must have size between 1 and 100 and match with the regular expression '[a-zA-Z0-9_.~-]{1,100}'.

Responses

Language
Credentials
OAuth2
Missing 1 required scope
LoadingLoading…
Response
Choose an example:
application/json