Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.sibipro.com/llms.txt

Use this file to discover all available pages before exploring further.

An enum representing the possible statuses of an order cancellation request.
enum OrderingOrderCancellationRequestStatus {
  Pending
  Approved
  Denied
}

Pending

The cancellation request is pending approval.

Approved

The cancellation request has been approved.

Denied

The cancellation request has been denied.