Delete order item

To delete single order item from the order it is possible to use delete order item endpoint:

DELETE https://api.discover.swiss/test/market/v1/orders/{orderNumber}/items/{orderItemNumber}

Warning

Once the order is paid, any OrderItem cannot be deleted (It applies on all status comes after paid as well)

No request body is needed

DELETE https://api.discover.swiss/test/market/v1/orders/{orderId}/items/{orderId}-1

Empty response with StatusCode 200 SUCCESS


Last update: February 1, 2024 17:37:15