Item CA Prop 65 Feed
Batch add California’s Proposition 65 (“Prop 65”) Warnings for Items.
Side-by-side mapping list of the Proposition 65 Warning Type and Newegg Warning Code:
Proposition 65 Warning Type | Newegg Warning Type ID | Warning Will Be Displayed |
CONSUMER PRODUCTS (For exposures to listed carcinogens – Long-Form) |
103 | ![]() |
CONSUMER PRODUCTS (For exposures to listed carcinogens – Short-Form) |
104 | ![]() |
CONSUMER PRODUCTS (For exposures to listed reproductive toxicants – Long-Form) |
105 | ![]() chemicals], which is/are known to the State of California to cause birth defects or other reproductive harm. For more information go to www.P65Warnings.ca.gov. |
CONSUMER PRODUCTS (For exposures to listed reproductive toxicants – Short-Form) |
106 | ![]() |
CONSUMER PRODUCTS (For exposures to both listed carcinogens and reproductive toxicants – Long-Form) |
107 | ![]() |
CONSUMER PRODUCTS (For exposures to both listed carcinogens and reproductive toxicants – Short-Form) |
108 | ![]() |
CONSUMER PRODUCTS (For exposures to a chemical that is listed as both a carcinogen and a reproductive toxicant – Long-Form) |
109 | ![]() chemicals], which is/are known to the State of California to cause cancer and birth defects or other reproductive harm. For more information go to www.P65Warnings.ca.gov. |
FOOD (For exposure to a listed carcinogen) | 110 | ![]() |
FOOD (For exposure to a listed reproductive toxicant) | 111 | ![]() |
FOOD (For exposure to both listed carcinogens and reproductive toxicants) | 112 | ![]() [name of one or more chemicals], which is/are known to the State of California to cause birth defects or other reproductive harm. For more information go to www.P65Warnings.ca.gov/food. |
FOOD (For exposure to a chemical that is listed as both a carcinogen and a reproductive toxicant) | 113 | ![]() one or more chemicals], which is/are known to the State of California to cause cancer and birth defects or other reproductive harm. For more information go to www.P65Warnings.ca.gov/food. |
ALCOHOLIC BEVERAGES | 114 | ![]() |
DIESEL ENGINES | 115 | ![]() State of California to cause cancer and birth defects or other reproductive harm.
For more information, go to www.p65warnings.ca.gov/products/diesel. |
FURNITURE | 116 | ![]() chemicals], which is/are known to the State of California to cause cancer or birth defects or other reproductive harm. For more information go to www.P65Warnings.ca.gov/furniture. |
RECREATIONAL MARINE VESSELS | 117 | ![]() |
VEHICLES | 118 | ![]() |
WOOD DUST (TOOLS) | 119 | ![]() |
Resource URL
Newegg.com: https://api.newegg.com/marketplace/datafeedmgmt/feeds/submitfeed?sellerid={sellerid}&requesttype={RequestType} Neweggbusiness.com: https://api.newegg.com/marketplace/b2b/datafeedmgmt/feeds/submitfeed?sellerid={sellerid}&requesttype={RequestType}
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 |
RequestType | Yes | Value: ITEM_CAPROP65_DATA |
Resource Information
HTTP Method | Authentication? | Request Formats | Response Formats | Rate Limited? |
POST | Required | XML, Json | XML, Json | 1000 request per hour |
Request Body
Attribute | Required? | Format | Description |
DocumentVersion | Yes | Decimal | Fixed value: 4.0 |
MessageType | Yes | String | Fixed value: AddingCAProp65 |
SellerPartNumber | Yes, if NeweggItemNumber not provided | String | The item’s seller part number. It will be used to identify the item for “Prop 65” update. |
NeweggItemNumber | Yes, if SellerPartNumber not provided | String | Newegg’s assigned number to item. It will be used to identify the item for “Prop 65” update. |
WarningType_ID | Yes, if UPC code is not provided | String | Available values are from 103 to 119. Please review the Side-by-side mapping list of the Proposition 65 Warning Type and Newegg Warning Code for the details of each Warning Type and related Warning Type ID. |
ChemicalName_Carcinogen | No | String | List chemical name(s) for product to cause cancer.
|
ChemicalName_ReproductiveToxicant | No | String | List chemical name(s) for product to cause birth defects or other reproductive harm.
|
ChemicalName_Both | No | String | List chemical name(s) for product to cause both cancer and birth defects or other reproductive harm.
|
For the background on the Proposition 65 warnings: https://www.p65warnings.ca.gov/new-proposition-65-warnings
For information about Proposition 65 and businesses: https://oehha.ca.gov/proposition-65/businesses-and-proposition-65
For information about chemicals listed under Proposition 65: https://oehha.ca.gov/proposition-65/chemicals
Schema: AddingCA_Prop65.xsd
Example: XML, Request
POST https://api.newegg.com/marketplace/datafeedmgmt/feeds/submitfeed?sellerid={sellerid}&requesttype=ITEM_CAPROP65_DATA Authorization: 720ddc067f4d115bd544aff46bc75634 SecretKey: 21EC2020-3AEA-1069-A2DD-08002B30309D Content-Type: application/xml Accept: application/xml <NeweggEnvelope> <Header> <DocumentVersion>4.0</DocumentVersion> </Header> <MessageType>AddingCAProp65</MessageType> <Message> <Itemfeed> <Item> <SellerPartNumber>a006-test-001</SellerPartNumber> <NeweggItemNumber>9SIAWE50008504</NeweggItemNumber> <WarningType_ID>103</WarningType_ID> <ChemicalName_Carcinogen> <![CDATA[Acetaldehyde, Acetamide]]> </ChemicalName_Carcinogen> <ChemicalName_ReproductiveToxicant/> <ChemicalName_Both/> </Item> </Itemfeed> </Message> </NeweggEnvelope>
Example: Json, Request
POST https://api.newegg.com/marketplace/datafeedmgmt/feeds/submitfeed?sellerid={sellerid}&requesttype=ITEM_CAPROP65_DATA Authorization: 720ddc067f4d115bd544aff46bc75634 SecretKey: 21EC2020-3AEA-1069-A2DD-08002B30309D Content-Type: application/json Accept: application/json { "NeweggEnvelope": { "Header": { "DocumentVersion": "4.0" }, "MessageType": "AddingCAProp65", "Message": { "Itemfeed": { "Item": { "SellerPartNumber": "a006-test-001", "NeweggItemNumber": "9SIAWE50008504", "WarningType_ID": "103", "ChemicalName_Carcinogen": "Acetaldehyde, Acetamide" } } } } }
Response Body
Attribute | Format | Description |
IsSuccess | String | Get feed status operation:
True: Successful |
OperationType | String | Fixed value: SubmitFeedResponse |
SellerID | String | Your seller ID |
RequestType | String | Value: ITEM_CAPROP65_DATA |
RequestDate | String | The date when the feed was submitted. (Pacific Standard Time) |
RequestStatus | String | The status of the feed submission:
SUBMITTED |
Memo | String | Additional Information |
Schema: SubmitFeedResponse.xsd
Example: XML, Response
<?xml version="1.0" encoding="utf-8"?> <NeweggAPIResponse> <IsSuccess>true</IsSuccess> <OperationType>SubmitFeedResponse</OperationType> <SellerID>A006</SellerID> <ResponseBody> <ResponseList> <ResponseInfo> <RequestId>2291326430</RequestId> <RequestType>ITEM_CAPROP65_DATA</RequestType> <RequestDate>2/16/2012 12:29:19</RequestDate> <RequestStatus>SUBMITTED</RequestStatus> </ResponseInfo> </ResponseList> </ResponseBody> <Memo /> </NeweggAPIResponse>
Example: Json, Response
{ "IsSuccess": true, "OperationType": "SubmitFeedResponse", "ResponseBody": { "ResponseList": [ { "RequestDate": "2/22/2012 17:24:35", "RequestId": "2PQCX3CMQ82MK", "RequestStatus": "SUBMITTED", "RequestType": "ITEM_CAPROP65_DATA" } ] }, "SellerID": "A006" }
Request Failure Errors
For common HTTP error responses, please refer to Failed Response Error Code List.
Error Code | Description |
DF003 | The MaxCount (maximum request records) CANNOT be over 30000. |
DF004 | Unfortunately, we are unable to process your request at this time. We apologize for the inconvenience. Please try again later. |
DF011 | Your data feed request will not be processed during the scheduled data feed processing restriction from [{begin timestamp: hh:mm:ss, MM/DD/YYYY}] to [{end timestamp: hh:mm:ss, MM/DD/YYYY}]). Please contact datafeeds@newegg.com if you have any question or concern. Thank you for your patience. |
Example: XML, Response
<?xml version="1.0" encoding="utf-8"?> <Errors> <Error> <Code>DF003</Code> <Message>The MaxCount (maximum request records) CANNOT be over 30000</Message> </Error> </Errors>
Example: Json, Response
[ { "Code": "DF003", "Message": "The MaxCount (maximum request records) CANNOT be over 30000" } ]
Last updated: October 15, 2018