Tangkapan API Jakmall

Pasang ekstensi extension/api-capture → jelajahi semua halaman Mitra → response JSON tersimpan di sini untuk otomasi nanti. Panduan: ROADMAP · Referensi API (ID, payload checkout)

Modul (seed + live)

Katalog Toko
/mitra/store/catalogue

Sinkron SKU per channel
/mitra/store-profiles/manage/sku

Checkout dropship
/mitra/checkout

Order marketplace & pengiriman
/mitra/purchase-history

Endpoint tertangkap live

23 unik

  • POST /_api/_auth/ws (198×)
  • GET /_api/menu/counter (44×)
  • GET /_api/v2/notification (38×)
  • GET /_api/affiliate/purchase-history/tab (34×)
  • GET /_api/user/announcement (29×)
  • GET /_api/support/contact-us (29×)
  • GET /_api/chat/counter (27×)
  • GET /_api/onboarding/start/data (28×)
  • GET /_api/mitra/education-center/journey/progress (29×)
  • GET /_api/mitra/subscription/quota (27×)
  • GET /_api/affiliate/purchase-history/filter (13×)
  • POST /_api/mitra/subscription/check-access (11×)
  • GET /_api/affiliate/purchase-history/order/list (12×)
  • POST /_api/affiliate/purchase-history/order/confirm (1×)
  • POST /_api/affiliate/purchase-history/order/deadline-check (1×)
  • GET /_api/affiliate/purchase-history/order/payment-method (1×)
  • GET /_api/affiliate/purchase-history/list (2×)
  • GET /_api/sku/8181606769510/warehouse-delivery (1×)
  • GET /_api/sku/5647613880477/warehouse-delivery (1×)
  • GET /_api/sku/1100485976716/warehouse-delivery (1×)
  • POST /_api/mitra/store-profile/catalogue/products (2×)
  • GET /_api/mitra/store-profile/catalogue/list (1×)
  • GET /_api/mitra/store-profile/catalogue/sync-status (1×)

File tangkapan terbaru

Isi: 2026-06-08/api-affiliate-purchase-history-tab.jsonl

GET https://www.jakmall.com/_api/affiliate/purchase-history/tab?without_detail=1 — 200 purchase_history
{
    "at": "2026-06-08T23:10:15+07:00",
    "method": "GET",
    "url": "https:\/\/www.jakmall.com\/_api\/affiliate\/purchase-history\/tab?without_detail=1",
    "status": 200,
    "pageUrl": "https:\/\/www.jakmall.com\/mitra\/purchase-history?tab_detail%5B0%5D=status_need_process&tab=marketplace_order&tab_detail=status_need_process",
    "pageLabel": "purchase_history",
    "responseType": "application\/json",
    "response": {
        "data": [
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "marketplace_order",
                    "title": "Pesanan Baru",
                    "count": 0,
                    "is_active": true,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "not_paid",
                    "title": "Belum Dibayar",
                    "count": 0,
                    "is_active": false,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "on_process",
                    "title": "Diproses",
                    "count": 1,
                    "is_active": false,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "ready_to_deliver",
                    "title": "Atur Pickup",
                    "count": 1,
                    "is_active": false,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "on_delivery",
                    "title": "Pengiriman",
                    "count": 9,
                    "is_active": false,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "delivery_failed",
                    "title": "Terkendala",
                    "count": 0,
                    "is_active": false,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "all_status",
                    "title": "Semua",
                    "count": 11,
                    "is_active": false,
                    "is_show_count": false
                }
            }
        ]
    }
}
GET https://www.jakmall.com/_api/affiliate/purchase-history/tab?tab=marketplace_order — 200 purchase_history
{
    "at": "2026-06-08T20:23:49+07:00",
    "method": "GET",
    "url": "https:\/\/www.jakmall.com\/_api\/affiliate\/purchase-history\/tab?tab=marketplace_order",
    "status": 200,
    "pageUrl": "https:\/\/www.jakmall.com\/mitra\/purchase-history?tab_detail%5B0%5D=status_need_process&tab=marketplace_order&tab_detail=status_need_process",
    "pageLabel": "purchase_history",
    "responseType": "application\/json",
    "response": {
        "data": [
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "marketplace_order",
                    "title": "Pesanan Baru",
                    "count": 1,
                    "is_active": true,
                    "is_show_count": true
                },
                "relations": {
                    "options": {
                        "data": [
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_need_process",
                                    "title": "Perlu Diproses",
                                    "count": 0,
                                    "is_active": true,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_on_process",
                                    "title": "Sedang Diproses",
                                    "count": 1,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_failed_process",
                                    "title": "Gagal Diproses",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            }
                        ]
                    }
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "not_paid",
                    "title": "Belum Dibayar",
                    "count": 0,
                    "is_active": false,
                    "is_show_count": true
                },
                "relations": {
                    "options": {
                        "data": [
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_payment_not_confirmed",
                                    "title": "Menunggu Pembayaran",
                                    "count": 0,
                                    "is_active": true,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_payment_on_verification",
                                    "title": "Sedang Diverifikasi",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            }
                        ]
                    }
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "on_process",
                    "title": "Diproses",
                    "count": 0,
                    "is_active": false,
                    "is_show_count": true
                },
                "relations": {
                    "options": {
                        "data": [
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_on_process",
                                    "title": "Sedang Diproses",
                                    "count": 0,
                                    "is_active": true,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_pending",
                                    "title": "Tertunda",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            }
                        ]
                    }
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "ready_to_deliver",
                    "title": "Atur Pickup",
                    "count": 1,
                    "is_active": false,
                    "is_show_count": true
                },
                "relations": {
                    "options": {
                        "data": [
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_pickup_need_processed",
                                    "title": "Perlu Diproses",
                                    "count": 0,
                                    "is_active": true,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_pickup_on_process",
                                    "title": "Sedang Diproses",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_failed_pickup",
                                    "title": "Gagal Diproses",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_pickup_ready_to_process",
                                    "title": "Siap Pickup",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            }
                        ]
                    }
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "on_delivery",
                    "title": "Pengiriman",
                    "count": 9,
                    "is_active": false,
                    "is_show_count": true
                },
                "relations": {
                    "options": {
                        "data": [
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_on_delivery",
                                    "title": "Diterima Ekspedisi",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_on_shipment",
                                    "title": "Dalam Pengiriman",
                                    "count": 6,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_already_delivered",
                                    "title": "Konfirmasi Penerimaan",
                                    "count": 3,
                                    "is_active": true,
                                    "is_show_count": true
                                }
                            }
                        ]
                    }
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "delivery_failed",
                    "title": "Terkendala",
                    "count": 0,
                    "is_active": false,
                    "is_show_count": true
                },
                "relations": {
                    "options": {
                        "data": [
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "has_potential_constrained",
                                    "title": "Potensi Terkendala",
                                    "count": 0,
                                    "is_active": true,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_return_to_warehouse",
                                    "title": "Pengembalian",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_failed_to_deliver",
                                    "title": "Pengiriman Gagal",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_complained",
                                    "title": "Komplain Jakmall",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            }
                        ]
                    }
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "all_status",
                    "title": "Semua",
                    "count": 11,
                    "is_active": false,
                    "is_show_count": false
                },
                "relations": {
                    "options": {
                        "data": [
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_jakmall_order",
                                    "title": "Pesanan Terbuat",
                                    "count": 10,
                                    "is_active": true,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_marketplace_order",
                                    "title": "Pesanan Baru",
                                    "count": 1,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            }
                        ]
                    }
                }
            }
        ]
    }
}
GET https://www.jakmall.com/_api/affiliate/purchase-history/tab?tab=marketplace_order — 200 purchase_history
{
    "at": "2026-06-08T20:23:28+07:00",
    "method": "GET",
    "url": "https:\/\/www.jakmall.com\/_api\/affiliate\/purchase-history\/tab?tab=marketplace_order",
    "status": 200,
    "pageUrl": "https:\/\/www.jakmall.com\/mitra\/purchase-history?tab_detail%5B0%5D=status_need_process&tab=marketplace_order&tab_detail=status_need_process",
    "pageLabel": "purchase_history",
    "responseType": "application\/json",
    "response": {
        "data": [
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "marketplace_order",
                    "title": "Pesanan Baru",
                    "count": 1,
                    "is_active": true,
                    "is_show_count": true
                },
                "relations": {
                    "options": {
                        "data": [
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_need_process",
                                    "title": "Perlu Diproses",
                                    "count": 1,
                                    "is_active": true,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_on_process",
                                    "title": "Sedang Diproses",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_failed_process",
                                    "title": "Gagal Diproses",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            }
                        ]
                    }
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "not_paid",
                    "title": "Belum Dibayar",
                    "count": 0,
                    "is_active": false,
                    "is_show_count": true
                },
                "relations": {
                    "options": {
                        "data": [
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_payment_not_confirmed",
                                    "title": "Menunggu Pembayaran",
                                    "count": 0,
                                    "is_active": true,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_payment_on_verification",
                                    "title": "Sedang Diverifikasi",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            }
                        ]
                    }
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "on_process",
                    "title": "Diproses",
                    "count": 0,
                    "is_active": false,
                    "is_show_count": true
                },
                "relations": {
                    "options": {
                        "data": [
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_on_process",
                                    "title": "Sedang Diproses",
                                    "count": 0,
                                    "is_active": true,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_pending",
                                    "title": "Tertunda",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            }
                        ]
                    }
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "ready_to_deliver",
                    "title": "Atur Pickup",
                    "count": 1,
                    "is_active": false,
                    "is_show_count": true
                },
                "relations": {
                    "options": {
                        "data": [
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_pickup_need_processed",
                                    "title": "Perlu Diproses",
                                    "count": 0,
                                    "is_active": true,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_pickup_on_process",
                                    "title": "Sedang Diproses",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_failed_pickup",
                                    "title": "Gagal Diproses",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_pickup_ready_to_process",
                                    "title": "Siap Pickup",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            }
                        ]
                    }
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "on_delivery",
                    "title": "Pengiriman",
                    "count": 9,
                    "is_active": false,
                    "is_show_count": true
                },
                "relations": {
                    "options": {
                        "data": [
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_on_delivery",
                                    "title": "Diterima Ekspedisi",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_on_shipment",
                                    "title": "Dalam Pengiriman",
                                    "count": 6,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_already_delivered",
                                    "title": "Konfirmasi Penerimaan",
                                    "count": 3,
                                    "is_active": true,
                                    "is_show_count": true
                                }
                            }
                        ]
                    }
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "delivery_failed",
                    "title": "Terkendala",
                    "count": 0,
                    "is_active": false,
                    "is_show_count": true
                },
                "relations": {
                    "options": {
                        "data": [
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "has_potential_constrained",
                                    "title": "Potensi Terkendala",
                                    "count": 0,
                                    "is_active": true,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_return_to_warehouse",
                                    "title": "Pengembalian",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_failed_to_deliver",
                                    "title": "Pengiriman Gagal",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_complained",
                                    "title": "Komplain Jakmall",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            }
                        ]
                    }
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "all_status",
                    "title": "Semua",
                    "count": 11,
                    "is_active": false,
                    "is_show_count": false
                },
                "relations": {
                    "options": {
                        "data": [
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_jakmall_order",
                                    "title": "Pesanan Terbuat",
                                    "count": 10,
                                    "is_active": true,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_marketplace_order",
                                    "title": "Pesanan Baru",
                                    "count": 1,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            }
                        ]
                    }
                }
            }
        ]
    }
}
GET https://www.jakmall.com/_api/affiliate/purchase-history/tab?without_detail=1 — 200 other
{
    "at": "2026-06-08T20:23:25+07:00",
    "method": "GET",
    "url": "https:\/\/www.jakmall.com\/_api\/affiliate\/purchase-history\/tab?without_detail=1",
    "status": 200,
    "pageUrl": "https:\/\/www.jakmall.com\/",
    "pageLabel": "other",
    "responseType": "application\/json",
    "response": {
        "data": [
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "marketplace_order",
                    "title": "Pesanan Baru",
                    "count": 1,
                    "is_active": true,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "not_paid",
                    "title": "Belum Dibayar",
                    "count": 0,
                    "is_active": false,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "on_process",
                    "title": "Diproses",
                    "count": 0,
                    "is_active": false,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "ready_to_deliver",
                    "title": "Atur Pickup",
                    "count": 1,
                    "is_active": false,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "on_delivery",
                    "title": "Pengiriman",
                    "count": 9,
                    "is_active": false,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "delivery_failed",
                    "title": "Terkendala",
                    "count": 0,
                    "is_active": false,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "all_status",
                    "title": "Semua",
                    "count": 11,
                    "is_active": false,
                    "is_show_count": false
                }
            }
        ]
    }
}
GET https://www.jakmall.com/_api/affiliate/purchase-history/tab?without_detail=1 — 200 other
{
    "at": "2026-06-08T19:04:31+07:00",
    "method": "GET",
    "url": "https:\/\/www.jakmall.com\/_api\/affiliate\/purchase-history\/tab?without_detail=1",
    "status": 200,
    "pageUrl": "https:\/\/www.jakmall.com\/",
    "pageLabel": "other",
    "responseType": "application\/json",
    "response": {
        "data": [
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "marketplace_order",
                    "title": "Pesanan Baru",
                    "count": 0,
                    "is_active": true,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "not_paid",
                    "title": "Belum Dibayar",
                    "count": 0,
                    "is_active": false,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "on_process",
                    "title": "Diproses",
                    "count": 0,
                    "is_active": false,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "ready_to_deliver",
                    "title": "Atur Pickup",
                    "count": 1,
                    "is_active": false,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "on_delivery",
                    "title": "Pengiriman",
                    "count": 9,
                    "is_active": false,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "delivery_failed",
                    "title": "Terkendala",
                    "count": 0,
                    "is_active": false,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "all_status",
                    "title": "Semua",
                    "count": 10,
                    "is_active": false,
                    "is_show_count": false
                }
            }
        ]
    }
}
GET https://www.jakmall.com/_api/affiliate/purchase-history/tab?without_detail=1 — 200 other
{
    "at": "2026-06-08T17:47:19+07:00",
    "method": "GET",
    "url": "https:\/\/www.jakmall.com\/_api\/affiliate\/purchase-history\/tab?without_detail=1",
    "status": 200,
    "pageUrl": "https:\/\/www.jakmall.com\/",
    "pageLabel": "other",
    "responseType": "application\/json",
    "response": {
        "data": [
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "marketplace_order",
                    "title": "Pesanan Baru",
                    "count": 0,
                    "is_active": true,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "not_paid",
                    "title": "Belum Dibayar",
                    "count": 0,
                    "is_active": false,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "on_process",
                    "title": "Diproses",
                    "count": 0,
                    "is_active": false,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "ready_to_deliver",
                    "title": "Atur Pickup",
                    "count": 1,
                    "is_active": false,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "on_delivery",
                    "title": "Pengiriman",
                    "count": 9,
                    "is_active": false,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "delivery_failed",
                    "title": "Terkendala",
                    "count": 0,
                    "is_active": false,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "all_status",
                    "title": "Semua",
                    "count": 10,
                    "is_active": false,
                    "is_show_count": false
                }
            }
        ]
    }
}
GET https://www.jakmall.com/_api/affiliate/purchase-history/tab?without_detail=1 — 200 other
{
    "at": "2026-06-08T17:47:14+07:00",
    "method": "GET",
    "url": "https:\/\/www.jakmall.com\/_api\/affiliate\/purchase-history\/tab?without_detail=1",
    "status": 200,
    "pageUrl": "https:\/\/www.jakmall.com\/",
    "pageLabel": "other",
    "responseType": "application\/json",
    "response": {
        "data": [
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "marketplace_order",
                    "title": "Pesanan Baru",
                    "count": 0,
                    "is_active": true,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "not_paid",
                    "title": "Belum Dibayar",
                    "count": 0,
                    "is_active": false,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "on_process",
                    "title": "Diproses",
                    "count": 0,
                    "is_active": false,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "ready_to_deliver",
                    "title": "Atur Pickup",
                    "count": 1,
                    "is_active": false,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "on_delivery",
                    "title": "Pengiriman",
                    "count": 9,
                    "is_active": false,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "delivery_failed",
                    "title": "Terkendala",
                    "count": 0,
                    "is_active": false,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "all_status",
                    "title": "Semua",
                    "count": 10,
                    "is_active": false,
                    "is_show_count": false
                }
            }
        ]
    }
}
GET https://www.jakmall.com/_api/affiliate/purchase-history/tab?tab=on_process — 200 purchase_history
{
    "at": "2026-06-08T02:12:31+07:00",
    "method": "GET",
    "url": "https:\/\/www.jakmall.com\/_api\/affiliate\/purchase-history\/tab?tab=on_process",
    "status": 200,
    "pageUrl": "https:\/\/www.jakmall.com\/mitra\/purchase-history?tab_detail%5B0%5D=status_on_process&tab=on_process&tab_detail=status_on_process",
    "pageLabel": "purchase_history",
    "responseType": "application\/json",
    "response": {
        "data": [
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "marketplace_order",
                    "title": "Pesanan Baru",
                    "count": 0,
                    "is_active": false,
                    "is_show_count": true
                },
                "relations": {
                    "options": {
                        "data": [
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_need_process",
                                    "title": "Perlu Diproses",
                                    "count": 0,
                                    "is_active": true,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_on_process",
                                    "title": "Sedang Diproses",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_failed_process",
                                    "title": "Gagal Diproses",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            }
                        ]
                    }
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "not_paid",
                    "title": "Belum Dibayar",
                    "count": 0,
                    "is_active": false,
                    "is_show_count": true
                },
                "relations": {
                    "options": {
                        "data": [
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_payment_not_confirmed",
                                    "title": "Menunggu Pembayaran",
                                    "count": 0,
                                    "is_active": true,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_payment_on_verification",
                                    "title": "Sedang Diverifikasi",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            }
                        ]
                    }
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "on_process",
                    "title": "Diproses",
                    "count": 1,
                    "is_active": true,
                    "is_show_count": true
                },
                "relations": {
                    "options": {
                        "data": [
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_on_process",
                                    "title": "Sedang Diproses",
                                    "count": 1,
                                    "is_active": true,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_pending",
                                    "title": "Tertunda",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            }
                        ]
                    }
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "ready_to_deliver",
                    "title": "Atur Pickup",
                    "count": 0,
                    "is_active": false,
                    "is_show_count": true
                },
                "relations": {
                    "options": {
                        "data": [
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_pickup_need_processed",
                                    "title": "Perlu Diproses",
                                    "count": 0,
                                    "is_active": true,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_pickup_on_process",
                                    "title": "Sedang Diproses",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_failed_pickup",
                                    "title": "Gagal Diproses",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_pickup_ready_to_process",
                                    "title": "Siap Pickup",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            }
                        ]
                    }
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "on_delivery",
                    "title": "Pengiriman",
                    "count": 10,
                    "is_active": false,
                    "is_show_count": true
                },
                "relations": {
                    "options": {
                        "data": [
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_on_delivery",
                                    "title": "Diterima Ekspedisi",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_on_shipment",
                                    "title": "Dalam Pengiriman",
                                    "count": 5,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_already_delivered",
                                    "title": "Konfirmasi Penerimaan",
                                    "count": 5,
                                    "is_active": true,
                                    "is_show_count": true
                                }
                            }
                        ]
                    }
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "delivery_failed",
                    "title": "Terkendala",
                    "count": 0,
                    "is_active": false,
                    "is_show_count": true
                },
                "relations": {
                    "options": {
                        "data": [
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "has_potential_constrained",
                                    "title": "Potensi Terkendala",
                                    "count": 0,
                                    "is_active": true,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_return_to_warehouse",
                                    "title": "Pengembalian",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_failed_to_deliver",
                                    "title": "Pengiriman Gagal",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_complained",
                                    "title": "Komplain Jakmall",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            }
                        ]
                    }
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "all_status",
                    "title": "Semua",
                    "count": 11,
                    "is_active": false,
                    "is_show_count": false
                },
                "relations": {
                    "options": {
                        "data": [
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_jakmall_order",
                                    "title": "Pesanan Terbuat",
                                    "count": 11,
                                    "is_active": true,
                                    "is_show_count": true
                                }
                            },
                            {
                                "type": "affiliate_purchase_history_options",
                                "attributes": {
                                    "identifier": "status_marketplace_order",
                                    "title": "Pesanan Baru",
                                    "count": 0,
                                    "is_active": false,
                                    "is_show_count": true
                                }
                            }
                        ]
                    }
                }
            }
        ]
    }
}
GET https://www.jakmall.com/_api/affiliate/purchase-history/tab?without_detail=1 — 200 other
{
    "at": "2026-06-08T02:12:25+07:00",
    "method": "GET",
    "url": "https:\/\/www.jakmall.com\/_api\/affiliate\/purchase-history\/tab?without_detail=1",
    "status": 200,
    "pageUrl": "https:\/\/www.jakmall.com\/member\/jakwallet",
    "pageLabel": "other",
    "responseType": "application\/json",
    "response": {
        "data": [
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "marketplace_order",
                    "title": "Pesanan Baru",
                    "count": 0,
                    "is_active": true,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "not_paid",
                    "title": "Belum Dibayar",
                    "count": 0,
                    "is_active": false,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "on_process",
                    "title": "Diproses",
                    "count": 1,
                    "is_active": false,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "ready_to_deliver",
                    "title": "Atur Pickup",
                    "count": 0,
                    "is_active": false,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "on_delivery",
                    "title": "Pengiriman",
                    "count": 10,
                    "is_active": false,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "delivery_failed",
                    "title": "Terkendala",
                    "count": 0,
                    "is_active": false,
                    "is_show_count": true
                }
            },
            {
                "type": "affiliate_purchase_history",
                "attributes": {
                    "identifier": "all_status",
                    "title": "Semua",
                    "count": 11,
                    "is_active": false,
                    "is_show_count": false
                }
            }
        ]
    }
}