List 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.
Otorisasi
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Parameter Query
Number of items per page (default: 25, max: 25)
x <= 2525
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.
order_id, shipment_receipt, external_id, pg_reference_id, gross_revenue, customer_name, customer_email, customer_phone Filter spam orders
true, false Filter by business role
retailer, fulfillment_provider 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
true, false Filter repeat orders
true, false Comma-separated list of tags to filter orders
Filter orders containing a specific product ID
Filter orders with transfer proof
true, false Filter orders by specific order ID
Filter orders by AWB status
unavailable, pending, waiting, failed, created, canceled Filter orders by status
draft, pending, confirmed, in_process, ready, canceled, shipped, shipped_rts, completed, rts, closed Filter orders by payment status
paid, unpaid, conflict, settled Filter orders by payment method
va, qris, card, invoice, alfamart, indomaret, ovo, dana, shopeepay, linkaja, gopay, no_payment, bank_transfer, marketplace, cod 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
scalev, tiktokshop, tokopedia, shopee, lazada, blibli, bukalapak, orderonline, berdu 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, sub_payment_method, 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
Respons
Orders list with pagination

