Get Settlement Summary Report
Get summary of payments/refund/fees from seller’s account per settlement date.
Resource URL
Newegg.com: https://api.newegg.com/marketplace/reportmgmt/report/result?{sellerid}&version={version} Neweggbusiness.com: https://api.newegg.com/marketplace/b2b/reportmgmt/report/result?{sellerid}&version={version} Newegg.ca: https://api.newegg.com/marketplace/can/reportmgmt/report/result?sellerid={sellerid}={version}
Note: Please make sure your request URL is all in lower case (except for Seller ID) and cannot contain any blank spaces or line breaks.
Parameters
Name | Required? | Description | |||||||||||||||||||||||||||
sellerid | Yes | Your seller ID on Newegg Marketplace | |||||||||||||||||||||||||||
version | No | Available version:
|
Resource Information
HTTP Method | Authentication? | Request Formats | Response Formats | Rate Limited? |
PUT | Required | XML, Json | XML, Json | 500 request per hour |
Request Body
Attribute | Required? | Format | Description |
IssueUser | No | String | Issuer’s registered Seller Portal email address. System will only accept Seller’s registered Seller Portal email addresses. If left blank, default value will be Seller ID. |
OperationType | Yes | String | Fixed values: SettlementSummaryReportRequest |
RequestID | Yes | String | Newegg’s assigned ID for submitted request |
PageIndex | Yes | Integer | Current page index |
PageSize | Yes | Integer | Return records count in one page
Max is 100 per page |
Schema: GetReportRequest.xsd
Example: XML, Request
PUT https://api.newegg.com/marketplace/reportmgmt/report/result?sellerid={sellerid} Authorization: 720ddc067f4d115bd544aff46bc75634 SecretKey: 21EC2020-3AEA-1069-A2DD-08002B30309D Content-Type: application/xml Accept: application/xml <NeweggAPIRequest > <OperationType>SettlementSummaryReportRequest</OperationType> <RequestBody> <RequestID>2PQBYWH4V68ZP</RequestID> <PageInfo> <PageIndex>1</PageIndex> <PageSize>10</PageSize> </PageInfo> </RequestBody> </NeweggAPIRequest>
Example: Json, Request
PUT https://api.newegg.com/marketplace/reportmgmt/report/result?sellerid={sellerid} Authorization: 720ddc067f4d115bd544aff46bc75634 SecretKey: 21EC2020-3AEA-1069-A2DD-08002B30309D Content-Type: application/json Accept: application/json { "OperationType": "SettlementSummaryReportRequest", "RequestBody": { "RequestID": "2PQBYWH4V68ZP", "PageInfo": { "PageSize": "10", "PageIndex": "1" } } }
Response Body
Attribute | Format | Description |
IsSuccess | String | Get feed status operation:
True: Successful |
SellerID | String | Your seller ID |
OperationType | String | Fixed value: GetSettlementSummaryInfoResponse |
RequestID | String | Newegg’s assigned ID for submitted request |
RequestDate | String | Your request date time (Pacific Standard Time) |
TotalCount | Integer | Total number of records |
TotalPageCount | Integer | Total page count |
PageIndex | Integer | Current page index |
PageSize | Integer | How many records in a page |
SettlementDateFrom | String | Settlement Date From (Pacific Standard Time) |
SettlementDateTo | String | Settlement Date To (Pacific Standard Time) |
SettlementID | String | Newegg’s assigned ID for settlement |
CheckNumber | String | Check number |
ItemPrice | Decimal | ItemPrice
|
Shipping | Decimal | Shipping
|
TaxDuty | Decimal | Tax Duty
Not available for Newggbusiness.com and Newegg.ca |
GSTTotal | Decimal | GSTTotal
Not available for Newegg.com and Newggbusiness.com |
HSTTotal | Decimal | HSTTotal
Not available for Newegg.com and Newggbusiness.com |
GSTAndHST | Decimal | GST And HST
Not available for Newegg.com and Newggbusiness.com |
PSTTotal | Decimal | PSTTotal
Not available for Newegg.com and Newggbusiness.com |
PSTTotal | Decimal | PSTTotal
Not available for Newegg.com and Newggbusiness.com |
PSTAndQST | Decimal | PST And QST
Not available for Newegg.com and Newggbusiness.com |
EHFTotal | Decimal | EHFTotal
Not available for Newegg.com and Newggbusiness.com |
Other | Decimal | Other
|
RecyclingFeeTotal | Decimal | A Recycling Fee is a fee imposed by government on new purchases of electronic products, batteries, new tires, etc. The fees are used to pay for the future recycling of these products, as many contain hazardous materials. The following recycling fees will be added to Recycling Fee Total: E-Waste Recycling Fee, Battery Recycling Fee, Tire Recycling Fee, Eco Fee.
|
TotalOrderAmount | Decimal | TotalOrderAmount
|
Refunds | Decimal | Refunds
|
ChargeBack | Decimal | ChargeBack
|
MiscellaneousAdjustment | Decimal | MiscellaneousAdjustment
|
CourtesyRefund | Decimal | CourtesyRefund
|
TotalRefunds | Decimal | TotalRefunds
|
NeweggCommissionFee | Decimal | NeweggCommissionFee
|
NeweggTransactionFee | Decimal | NeweggTransactionFee
|
NeweggRefundCommissionFee | Decimal | NeweggRefundCommissionFee
|
NeweggMonthlyFee | Decimal | NeweggMonthlyFee
|
NeweggStorageFee | Decimal | NeweggStorageFee
|
NeweggRMABuyoutFee | Decimal | NeweggRMABuyoutFee
|
NeweggServiceFeeTax | Decimal | NeweggServiceFeeTax
Not available for Newegg.com and Newggbusiness.com |
NeweggPremierFee | Decimal | NeweggPremierFee
|
NeweggShippingLabelFee | Decimal | NeweggShippingLabelFee
|
CreditCardPayment | Decimal | CreditCardPayment
|
FulfillmentByNeweggFee | Decimal | FulfillmentByNeweggFee
|
MultiChannelFee | Decimal | MultiChannelFee
|
AdjustmentFee | Decimal | AdjustmentFee
|
MerchandisingFee | Decimal | MerchandisingFee
|
TotalNeweggFee | Decimal | TotalNeweggFee
|
TotalSettlement | Decimal | TotalSettlement
|
SalesTaxFeeCollectedFromCustomer | Decimal | Sales Tax/Fees Collected From Customer
|
SalesTaxFeesLiabilityShiftToNewegg | Decimal | Sales Tax/Fees Liability Shift To Newegg
|
ReservedBalance | Decimal |
Reserved Balance: This is the amount that Newegg temporarily withholds to cover potential claims, returns, and chargebacks on your account.
|
PreviousReservedBalance | Decimal |
Previous Reserved Balance: This is the amount that was temporarily withheld from the previous remittance.
|
Memo | String | Additional information |
Schema 2024: SettlementSummaryResponse.docx
(please copy the text and save into the format needed .xml, .xsd)
Example: XML, Response
<?xml version="1.0" encoding="utf-8"?> <NeweggAPIResponse> <IsSuccess>true</IsSuccess> <SellerID>A09D</SellerID> <OperationType>GetSettlementSummaryInfoResponse</OperationType> <ResponseBody> <PageInfo> <TotalCount>1</TotalCount> <TotalPageCount>1</TotalPageCount> <PageSize>10</PageSize> <PageIndex>1</PageIndex> </PageInfo> <RequestID>2PQBZMZTL3DYF</RequestID> <RequestDate>2/21/2012 15:12:55</RequestDate> <SettlementSummaryList> <SettlementSummary> <SettlementDate>2/21/2012 12:00:00</SettlementDate> <SettlementDateFrom>8/5/2011 12:00:00</SettlementDateFrom> <SettlementDateTo>2/21/2012 12:00:00</SettlementDateTo> <SettlementID>0</SettlementID> <CheckNumber /> <ItemPrice>71.00</ItemPrice> <Shipping>31.95</Shipping> <Other>0.00</Other> <TotalOrderAmount>102.95</TotalOrderAmount> <Refunds>-1.98</Refunds> <ChargeBack>0.00</ChargeBack> <MiscellaneousAdjustment>-182.53</MiscellaneousAdjustment> <TotalRefunds>-184.51</TotalRefunds> <NeweggCommissionFee>-7.71</NeweggCommissionFee> <NeweggTransactionFee>0.00</NeweggTransactionFee> <NeweggRefundCommissionFee>0.15</NeweggRefundCommissionFee> <NeweggMonthlyFee>0.00</NeweggMonthlyFee> <NeweggStorageFee>-59.05</NeweggStorageFee> <NeweggRMABuyoutFee>-0.72</NeweggRMABuyoutFee> <NeweggPremierFee>0.00</NeweggPremierFee> <NeweggShippingLabelFee>0.00</NeweggShippingLabelFee> <TotalNeweggFee>-638.63</TotalNeweggFee> <TotalSettlement>-720.19</TotalSettlement> <SalesTaxFeeCollectedFromCustomer>-1.10</SalesTaxFeeCollectedFromCustomer> <SalesTaxFeesLiabilityShiftToNewegg>1.10</SalesTaxFeesLiabilityShiftToNewegg> <ReservedBalance>12.22</ReservedBalance> <PreviousReservedBalance>1.22</PreviousReservedBalance> </SettlementSummary> </SettlementSummaryList> </ResponseBody> <Memo /> </NeweggAPIResponse>
<?xml version="1.0" encoding="utf-8"?> <NeweggAPIResponse> <IsSuccess>true</IsSuccess> <SellerID>BFUS</SellerID> <OperationType>GetSettlementSummaryInfoResponse</OperationType> <ResponseBody> <PageInfo> <TotalCount>2</TotalCount> <TotalPageCount>1</TotalPageCount> <PageIndex>1</PageIndex> <PageSize>10</PageSize> </PageInfo> <RequestID>24L8PVM11WG8S</RequestID> <RequestDate>04/27/2020 02:49:09</RequestDate> <SettlementSummaryList> <SettlementSummary> <SettlementDate>10/16/2019 00:00:00</SettlementDate> <SettlementDateFrom>05/14/2012 00:00:00</SettlementDateFrom> <SettlementDateTo>10/16/2019 00:00:00</SettlementDateTo> <SettlementID>0</SettlementID> <CheckNumber></CheckNumber> <ItemPrice>1256.46</ItemPrice> <Shipping>611.90</Shipping> <GSTTotal>41.00</GSTTotal> <HSTTotal>0.00</HSTTotal> <PSTTotal>0.00</PSTTotal> <EHFTotal>0.00</EHFTotal> <Other>0.00</Other> <TotalOrderAmount>1909.36</TotalOrderAmount> <Refunds>-36.50</Refunds> <ChargeBack>0.00</ChargeBack> <MiscellaneousAdjustment>-75.67</MiscellaneousAdjustment> <TotalRefunds>-112.17</TotalRefunds> <NeweggCommissionFee>-186.85</NeweggCommissionFee> <NeweggTransactionFee>0.00</NeweggTransactionFee> <NeweggRefundCommissionFee>3.65</NeweggRefundCommissionFee> <NeweggMonthlyFee>-19.99</NeweggMonthlyFee> <NeweggStorageFee>-6.98</NeweggStorageFee> <NeweggRMABuyoutFee>0.00</NeweggRMABuyoutFee> <NeweggServiceFeeTax>0.00</NeweggServiceFeeTax> <TotalNeweggFee>-263.29</TotalNeweggFee> <TotalSettlement>1533.90</TotalSettlement> <SalesTaxFeeCollectedFromCustomer>-1.10</SalesTaxFeeCollectedFromCustomer <SalesTaxFeesLiabilityShiftToNewegg>1.10</SalesTaxFeesLiabilityShiftToNewegg> <ReservedBalance>12.22</ReservedBalance> <PreviousReservedBalance>1.22</PreviousReservedBalance> </SettlementSummary> <SettlementSummary> <SettlementDate>04/22/2020 00:00:00</SettlementDate> <SettlementDateFrom>11/19/2013 00:00:00</SettlementDateFrom> <SettlementDateTo>04/22/2020 00:00:00</SettlementDateTo> <SettlementID>0</SettlementID> <CheckNumber></CheckNumber> <ItemPrice>1256.46</ItemPrice> <Shipping>611.90</Shipping> <GSTTotal>41.00</GSTTotal> <HSTTotal>0.00</HSTTotal> <PSTTotal>0.00</PSTTotal> <EHFTotal>0.00</EHFTotal> <Other>0.00</Other> <TotalOrderAmount>1930.36</TotalOrderAmount> <Refunds>-36.50</Refunds> <ChargeBack>0.00</ChargeBack> <MiscellaneousAdjustment>-75.67</MiscellaneousAdjustment> <TotalRefunds>-112.17</TotalRefunds> <NeweggCommissionFee>-186.85</NeweggCommissionFee> <NeweggTransactionFee>0.00</NeweggTransactionFee> <NeweggRefundCommissionFee>3.65</NeweggRefundCommissionFee> <NeweggMonthlyFee>0.00</NeweggMonthlyFee> <NeweggStorageFee>0.00</NeweggStorageFee> <NeweggRMABuyoutFee>0.00</NeweggRMABuyoutFee> <NeweggServiceFeeTax>-2.52</NeweggServiceFeeTax> <TotalNeweggFee>-200.79</TotalNeweggFee> <TotalSettlement>1617.40</TotalSettlement> <SalesTaxFeeCollectedFromCustomer>-1.10</SalesTaxFeeCollectedFromCustomer> <SalesTaxFeesLiabilityShiftToNewegg>1.10</SalesTaxFeesLiabilityShiftToNewegg> <ReservedBalance>12.22</ReservedBalance> <PreviousReservedBalance>1.22</PreviousReservedBalance> </SettlementSummary> </SettlementSummaryList> </ResponseBody> <Memo></Memo> </NeweggAPIResponse>
Example: Json, Response
{ "NeweggAPIResponse": { "IsSuccess": "true", "SellerID": "A09D", "OperationType": "GetSettlementSummaryInfoResponse", "ResponseBody": { "PageInfo": { "TotalCount": "1", "TotalPageCount": "1", "PageSize": "10", "PageIndex": "1" }, "RequestID": "2PQBZMZTL3DYF", "RequestDate": "2/21/2012 15:12:55", "SettlementSummaryList": [ { "SettlementDate": "2/21/2012 12:00:00", "SettlementDateFrom": "8/5/2011 12:00:00", "SettlementDateTo": "2/21/2012 12:00:00", "SettlementID": "0", "ItemPrice": "71.00", "Shipping": "31.95", "Other": "0.00", "TotalOrderAmount": "102.95", "Refunds": "-1.98", "ChargeBack": "0.00", "MiscellaneousAdjustment": "-182.53", "TotalRefunds": "-184.51", "NeweggCommissionFee": "-7.71", "NeweggTransactionFee": "0.00", "NeweggRefundCommissionFee": "0.15", "NeweggMonthlyFee": "0.00", "NeweggStorageFee": "-59.05", "NeweggRMABuyoutFee": "-0.72", "NeweggPremierFee": "0.00", "NeweggShippingLabelFee": "0.00", "TotalNeweggFee": "-638.63", "TotalSettlement": "-720.19", "ReservedBalance": "12.22", "PreviousReservedBalance": "1.22" "SalerTaxFeeCollectedFromCustomer": "-1.10" "SalesTaxFeesLiabilityShiftToNewegg": "1.10" } ] } } }
{ "IsSuccess": "true", "SellerID": "BFUS", "OperationType": "GetSettlementSummaryInfoResponse", "ResponseBody": { "PageInfo": { "TotalCount": "2", "TotalPageCount": "1", "PageIndex": "1", "PageSize": "10" }, "RequestID": "24L8PVM11WG8S", "RequestDate": "04/27/2020 02:49:09", "SettlementSummaryList": [ { "SettlementDate": "10/16/2019 00:00:00", "SettlementDateFrom": "05/14/2012 00:00:00", "SettlementDateTo": "10/16/2019 00:00:00", "SettlementID": "0", "CheckNumber": [], "ItemPrice": "1256.46", "Shipping": "611.90", "GSTTotal": "41.00", "HSTTotal": "0.00", "PSTTotal": "0.00", "EHFTotal": "0.00", "Other": "0.00", "TotalOrderAmount": "1909.36", "Refunds": "-36.50", "ChargeBack": "0.00", "MiscellaneousAdjustment": "-75.67", "TotalRefunds": "-112.17", "NeweggCommissionFee": "-186.85", "NeweggTransactionFee": "0.00", "NeweggRefundCommissionFee": "3.65", "NeweggMonthlyFee": "-19.99", "NeweggStorageFee": "-6.98", "NeweggRMABuyoutFee": "0.00", "NeweggServiceFeeTax": "0.00", "TotalNeweggFee": "-263.29", "TotalSettlement": "1533.90", "SalerTaxFeeCollectedFromCustomer": "-1.10" "SalesTaxFeesLiabilityShiftToNewegg": "1.10" "ReservedBalance": "12.22", "PreviousReservedBalance": "1.22" }, { "SettlementDate": "04/22/2020 00:00:00", "SettlementDateFrom": "11/19/2013 00:00:00", "SettlementDateTo": "04/22/2020 00:00:00", "SettlementID": "0", "CheckNumber": [], "ItemPrice": "1256.46", "Shipping": "611.90", "GSTTotal": "41.00", "HSTTotal": "0.00", "PSTTotal": "0.00", "EHFTotal": "0.00", "Other": "0.00", "TotalOrderAmount": "1930.36", "Refunds": "-36.50", "ChargeBack": "0.00", "MiscellaneousAdjustment": "-75.67", "TotalRefunds": "-112.17", "NeweggCommissionFee": "-186.85", "NeweggTransactionFee": "0.00", "NeweggRefundCommissionFee": "3.65", "NeweggMonthlyFee": "0.00", "NeweggStorageFee": "0.00", "NeweggRMABuyoutFee": "0.00", "NeweggServiceFeeTax": "-2.52", "TotalNeweggFee": "-200.79", "TotalSettlement": "1617.40", "SalerTaxFeeCollectedFromCustomer": "-1.10" "SalesTaxFeesLiabilityShiftToNewegg": "1.10" "ReservedBalance": "12.22", "PreviousReservedBalance": "1.22" } ] }, "Memo": [] }
Request Failure Errors
For common HTTP error responses, please refer to Failed Response Error Code List.
Example: XML, Response
<?xml version="1.0" encoding="utf-8"?> <Errors> <Error> <Code>CE001</Code> <Message>SellerID cannot be null or empty</Message> </Error> </Errors>
Example: Json, Response
[ { "Code": "CE001", "Message": "SellerID cannot be null or empty" } ]
Last updated: September 23, 2021