Anonymous Orders
Order number
Email address used for the order (must match)
Order details retrieved successfully
Array containing the matched order (always single item if successful)
Order ID
Order number (unique identifier)
Order total amount
Total discount applied
Amount before discounts (computed field)
Shipping cost
Tax rate for shipping
Total refund amount
Refunded discount amount
Refunded shipping amount
Whether order is fully cancelled
Whether order can be cancelled
Whether order is eligible for refund
Whether order has pending payment
Shipment tracking URL
Shipment tracking number
Invoice number
Invoice date
E-Archive document URL
Email address used for order
Whether order includes gift box
Gift box message/note
Order delivery instructions
Number of payment installments
Interest amount for installment payment
Credit card BIN number (first 6-8 digits)
Additional order data (rewards, custom fields, etc.)
Validation errors:
- Order number doesn't exist or doesn't belong to a guest user
- Email doesn't match order's user_email
- Invalid email format
Order number
Email address (must match order)
Order item ID to cancel
Cancellation reason ID
Type of cancellation.
- cancel: Simple cancellation
- refund: Cancellation with refund (easy return)
Optional cancellation description
Easy return shipping company ID (required for refund type). Must be an active EasyReturnShippingCompany.
Quantity to cancel (for mergeable order items). Cannot exceed order item quantity.
IBAN for refund (for cash payment orders)
Account holder name for refund
Cancellation request created successfully
Cancellation request record (response)
Unique identifier for the cancellation request
Order item ID
Cancellation reason ID
User-provided cancellation description
IBAN for refund (for cash payment orders)
Account holder name for refund
Quantity being cancelled (for mergeable order items)
Whether refund is issued as loyalty points
Validation errors:
- Order not found or doesn't belong to guest user
- Email doesn't match order
- Order item doesn't exist or doesn't belong to order
- Cancellation request already exists (error_code: cancellation_request_100_1)
- Missing required fields for refund type
- Invalid quantity (exceeds order item quantity for mergeable items)
Order number
Email address (must match order)
Optional shared pickup address ID for all items. Must be a customer address belonging to the user.
Whether to refund entire amount as loyalty points
falseCancellation requests created successfully for all items
Array of created cancellation requests
Unique identifier for the cancellation request
Order item ID
Cancellation reason ID
User-provided cancellation description
IBAN for refund (for cash payment orders)
Account holder name for refund
Quantity being cancelled (for mergeable order items)
Whether refund is issued as loyalty points
Validation errors:
- Order not found or doesn't belong to guest user
- Email doesn't match order
- Empty cancel_order_items array
- Order item doesn't exist or doesn't belong to order
- Missing required fields (order_item, reason, cancellation_type)
- Invalid quantity for mergeable items
- Too many images per item (exceeds CANCELLATION_REQUEST_MAX_IMAGE_COUNT_PER_ORDER_ITEM)
Last updated
Was this helpful?

