Optionalparams: GetLateOrdersParamsOptional request parameters
Parameters for the get late orders API
Optionalpage_no?: numberSpecifies the page number of data to return in the current call. Starting from 1. Default is 1.
Optionalpage_size?: numberMaximum number of entries to return in a single "page" of data. The limit is between 1 and 100. Default is 10.
Response containing late orders information
This API returns a list of orders that are late for shipping and require immediate attention to avoid potential cancellations and resulting penalty points. Each late order record includes:
The response is paginated - use page_no and page_size to navigate through the results. The total_count field indicates the total number of late orders across all pages.
Use this API to prioritize shipping for late orders and take action to minimize late shipment rates, which can affect your shop's performance metrics and potentially result in penalties or restrictions on your shop.
Get the listings that have issues and need improvement
Optionalparams: GetListingsWithIssuesParamsOptional request parameters
Parameters for the get listings with issues API
Optionalpage_no?: numberSpecifies the page number of data to return in the current call. Starting from 1. Default is 1.
Optionalpage_size?: numberMaximum number of entries to return in a single "page" of data. The limit is between 1 and 100. Default is 10.
Response containing listings with issues
This API returns details of problematic listings that need improvement. Each listing record includes:
The response is paginated - use page_no and page_size to navigate through the results. The total_count field indicates the total number of listings with issues across all pages.
Use this API to identify listings that need improvement to maintain good shop health and avoid potential penalties or restrictions on your shop.
Get the Affected Orders / Relevant Listings / Relevant Violations details of metrics
Request parameters
Parameters for the get metric source detail API
ID of metric. Supported values: 1: Late Shipment Rate (All Channels) 3: Non-Fulfilment Rate (All Channels) 12: Pre-order Listing % 15: Days of Pre-order Listing Violation 25: Fast Handover Rate 28: On-time Pickup Failure Rate Violation Value 42: Cancellation Rate (All Channels) 43: Return-refund Rate (All Channels) 52: Severe Listing Violations 53: Other Listing Violations 85: Late Shipment Rate (NDD) 88: Non-fulfilment Rate (NDD) 91: Cancellation Rate (NDD) 92: Return-refund Rate (NDD) 97: % NDD Listings 2001: Fast Handover Rate - SLS 2002: Fast Handover Rate - FBS 2003: Fast Handover Rate - 3PF
Optionalpage_no?: numberSpecifies the page number of data to return in the current call. Starting from 1. Default is 1.
Optionalpage_size?: numberMaximum number of entries to return in a single "page" of data. The limit is between 1 and 100. Default is 10.
Response containing detailed information about the metric
This API returns detailed information about specific metrics, including affected orders, relevant listings, or violation details. The response structure varies based on the metric_id provided:
nfr_order_list with affected orderscancellation_order_list with affected ordersreturn_refund_order_list with affected orderslsr_order_list with late shipment detailsfhr_order_list with handover detailsopfr_day_detail_data_list with daily violation dataviolation_listing_list with problematic listingspre_order_listing_violation_data_list with daily datapre_order_listing_list with pre-order listingsndd_listing_list with NDD-enabled listingsThe response is paginated - use page_no and page_size to navigate through the results. The total_count field indicates the total number of items available across all pages.
Use this API to identify specific orders or listings that are affecting your shop's performance metrics and take corrective actions.
Get the penalty point records generated in the current quarter
Optionalparams: GetPenaltyPointHistoryParamsOptional request parameters
Parameters for the get penalty point history API
Optionalpage_no?: numberSpecifies the page number of data to return in the current call. Starting from 1. Default is 1.
Optionalpage_size?: numberMaximum number of entries to return in a single "page" of data. The limit is between 1 and 100. Default is 10.
Optionalviolation_type?: numberFilter by specific violation type. See ViolationType enum for values.
Response containing penalty point records
This API returns detailed records of penalty points that have been issued to the shop during the current quarter. Each record includes:
Use this API to track and analyze penalty points history, which can help in:
The response is paginated - use page_no and page_size to navigate through the results. You can also filter by violation_type to focus on specific types of issues.
Note: Penalty points reset at the beginning of each quarter (on the first Monday).
Get the punishment records generated in the current quarter
Request parameters
Parameters for the get punishment history API
Optionalpage_no?: numberSpecifies the page number of data to return in the current call. Starting from 1. Default is 1.
Optionalpage_size?: numberMaximum number of entries to return in a single "page" of data. The limit is between 1 and 100. Default is 10.
The status of punishment to retrieve. 1: Ongoing punishments 2: Ended punishments
Response containing punishment records
This API returns detailed records of punishments that have been applied to the shop during the current quarter. Each punishment record includes:
You can retrieve either ongoing punishments (punishment_status=1) or ended punishments (punishment_status=2).
Common punishment types include:
The response is paginated - use page_no and page_size to navigate through the results.
Use this API to understand current restrictions on your shop and when they will expire.
Get the information of shop penalty
Response containing penalty points and ongoing punishments
This API returns the seller's shop penalty information, including:
Penalty points that remain on record till the end of a quarter (reset on the first Monday of each quarter)
List of ongoing punishments with details about:
Use this API to monitor your shop's health status and take proactive measures to address any issues that could affect your shop's performance.
Get data metrics of shop performance
Response containing shop performance metrics
This API returns comprehensive data metrics about a shop's performance across three key dimensions:
Fulfillment Performance - Metrics related to order processing and logistics:
Listing Performance - Metrics related to product listings quality:
Customer Service Performance - Metrics related to customer interactions:
The response includes both overall performance ratings and detailed metrics with:
Use this API to gain insights into shop performance and identify areas for improvement to maintain good shop health.
Get the late orders to take action to avoid order cancellation and penalty points