v2
latestOpenAPI 3.0.3Proprietary2026-07-263483431.1 MBList business orders
Requires the order:list scope. Retrieves a paginated list of orders with optional filtering. The data is sorted by created_at in descending order and cannot be changed. Uses cursor-based pagination with default page size of 25 and maximum of 25.
Query parameters
Number of items per page (default: 25, max: 25)
Opaque cursor for the next page.
Opaque cursor for the previous page.
Search term for the selected search_field. Defaults to order ID search when search_field is omitted or unsupported.
Field used by search. Defaults to order_id when omitted or unsupported.
Filter spam orders
Filter by business role
Filter orders by draft time until (ISO 8601 format)
Filter orders by confirmed time since (ISO 8601 format)
Filter orders by confirmed time until (ISO 8601 format)
Filter orders by shipped time since (ISO 8601 format)
Filter orders by shipped time until (ISO 8601 format)
Filter orders by completed time since (ISO 8601 format)
Filter orders by completed time until (ISO 8601 format)
Filter orders created from a form
Filter repeat orders
Comma-separated list of tags to filter orders
Filter orders containing a specific product ID
Filter orders with transfer proof
Filter orders by specific order ID
Filter orders by AWB status
Filter orders by status
Filter orders by payment status
Filter orders by payment method
Filter orders by shipment status
Filter orders by business ID
Filter orders by store ID
Filter orders by warehouse ID
Filter orders by courier ID
Filter orders by handler ID
Filter orders by advertiser ID
Filter orders by platform
Filter orders by financial entity ID
Filter orders by page ID
Filter orders by external ID
Filter orders by affiliate business ID (for affiliates to see orders they brought)
Filter orders by UTM source
Comma-separated list of columns to include. Available columns: secret_slug, public_order_url, payment_url, final_variants, store, origin_address, address_location, handler_phone, order_id, destination_address, quantity, product_price, total_weight, courier_service, shipping_cost, payment_method, gross_revenue, shipment_receipt, courier_additional_info, payment_status, status, customer, draft_time, orderlines, is_dropshipping, dropshipper_name, dropshipper_phone, unique_code_discount, tags, awb_status, awb_ca_status, follow_up_chats, follow_up_chat_type, message_history, metadata, notes, courier_aggregator_code, shipment_account, payment_account, financial_entity, payment_account_holder, payment_account_number, transferproof_url, transfer_time, product_discount, shipping_discount, other_income, other_income_name, shipment_status, is_repeat, platform, external_id, is_purchase_fb, is_purchase_tiktok, is_purchase_kwai, fb_pixel_ids, tiktok_pixel_ids, kwai_pixel_ids, pending_time, confirmed_time, shipped_time, completed_time, rts_time, canceled_time, closed_time, warehouse, page, channel_name, handler, advertiser, pg_payment_info, epayment_provider, invoice_url, pg_reference_id, net_revenue, payment_fee, scalev_fee, net_payment_revenue, discount_code_discount, discount_code_code, discount_code_applied_to, utm_source
Response
Orders list with pagination
Example response
{
"is_paginated": true,
"page_size": 25
}