添加加州65號提案
批量為商品添加加利福尼亞州 65 號提案警告。
65號提案警告類型和新蛋警告代碼的並排匹配列表:
|
65號提案警告類型 |
新蛋警告類型ID |
將會展示在網頁上的警告 |
| 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 |
相關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}
註:請確保您的請求URL全都是小寫(除Seller ID)並且不能包含任何空格或者分行符號。
參數
| 名稱 | 是否必填? | 描述 |
| sellerid | 是 | 您在新蛋商城的商家編號 |
| RequestType | 是 | 值:ITEM_CAPROP65_DATA |
相關請求資訊
| HTTP方式 | 是否需要認證? | 請求格式 | 回覆格式 | 頻率限制 |
| POST | 需要 | XML,Json | XML,Json | 1000 請求/小時 |
請求文件主體
| 屬性 | 是否必填? | 格式 | 描述 |
| DocumentVersion | 是 | Decimal | 固定值:4.0 |
| MessageType | 是 | String | 固定值:AddingCAProp65 |
| SellerPartNumber | 如果不提供NeweggItem#,此項為必填 | String | 商家制訂給商品的唯一編碼。 用來標識需要更新Prop65的商品。 |
| NeweggItemNumber | 如果不提供SellerPart#,此項為必填 | String | 新蛋制訂給商品的唯一編碼。 用來標識需要更新Prop65的商品。 |
| WarningType_ID | 如果不提供UPC code, 此項為必填。 | String | 從103到119都是有效值。更多關於每個警告類型和相關的警告類型ID,請查閱65號提案警告類型和新蛋警告代碼的並排匹配列表。 |
| ChemicalName_Carcinogen | 否 | String | 列出商品中會致癌的化學名稱:
請參考https://oehha.ca.gov/proposition-65 獲取更多資訊。 |
| ChemicalName_ReproductiveToxicant | 否 | String | 列出商品中會導致出生缺陷或其他生殖危害的化學名稱:
請參考https://oehha.ca.gov/proposition-65 獲取更多資訊。 |
| ChemicalName_Both | 否 | String | 列出商品中會致癌和導致出生缺陷或其他生殖危害化學名稱:
請參考https://oehha.ca.gov/proposition-65 獲取更多資訊。 |
有關Proposition 65警告的背景,請參考https://www.p65warnings.ca.gov/new-proposition-65-warnings
有關Proposition 65和商業資訊,請參考https://oehha.ca.gov/proposition-65/businesses-and-proposition-65
有關Proposition 65所列化學物的資訊,請參考https://oehha.ca.gov/proposition-65/chemicals
Schema: AddingCA_Prop65.xsd
示例: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>
示例: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"
}
}
}
}
}
回覆文件主體
| 屬性 | 格式 | 描述 |
| IsSuccess | String | 獲取文件狀態操作: True:成功 False:失敗 |
| OperationType | String | 固定值:SubmitFeedResponse |
| SellerID | String | 商家編號 |
| RequestType | String | 值:ITEM_CAPROP65_DATA |
| RequestDate | String | 文件提交的時間(太平洋標準時間) |
| RequestStatus | String | 文件提交的狀態: SUBMITTED 已提交 |
| Memo | String | 附加資訊 |
Schema: SubmitFeedResponse.xsd
示例: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>
示例: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"
}
請求失敗錯誤資訊
常規HTTP錯誤回應,請參考回覆失敗錯誤代碼清單。
| 錯誤代碼 | 描述 |
| DF003 | The MaxCount (maximum request records) CANNOT be over 30000.
最大請求數記錄不能超過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.
在已定的資料處理限制期內,從[{begin timestamp:hh:mm:ss, MM/DD/YYYY}] 到 [{end timestamp:hh:mm:ss, MM/DD/YYYY}],您的資料請求將無法被處理。如您有任何問題或者疑問,請聯繫datafeeds@newegg.com。 感謝您的耐心等待。 |
示例: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>
示例:Json, Response
[
{
"Code": "DF003",
"Message": "The MaxCount (maximum request records) CANNOT be over 30000"
}
]
更新日期:10/15/2018