- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2024 08:52 AM
Merchant Integration Platform Processing Error: Add Part Type
I am getting an error that states:
"21919303 The item specific Part Type is missing. Add Part Type to this listing, enter a valid value, and then try again."
The spreadsheet that I am uploading includes the "part type", so I'm not sure what is causing the error. Links are screenshots of the error and all the data in the upload file.
Solved! Go to Best Answer
Accepted Solutions
Re: Merchant Integration Platform Processing Error: Add Part Type
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2024 10:49 AM
I haven't used MIP, but it appears that the product creation spreadsheet uses Name/Value pairs to state Item Specifics.
https://developer.ebay.com/api-docs/user-guides/static/mip-user-guide-landing.html
So, from this spreadsheet example, it would appear that you must provide your Item Specifics as values in the Attribute pairs, rather than in the headings:
Attribute Name 1 | Attribute Value 1 | Attribute Name 2 | Attribute Value 2 |
Brand | Unbranded | Part Type | Tube |
Your bicycle tube requires two Item Specifics (Brand, Part Type), but there are more recommended specifics, such as Wheel Size, Valve Type, Tube Size, etc. These can be seen on eBay's listing form when manually creating a listing, and a listing should include as many as relevant for best search results.
Re: Merchant Integration Platform Processing Error: Add Part Type
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2024 10:49 AM
I haven't used MIP, but it appears that the product creation spreadsheet uses Name/Value pairs to state Item Specifics.
https://developer.ebay.com/api-docs/user-guides/static/mip-user-guide-landing.html
So, from this spreadsheet example, it would appear that you must provide your Item Specifics as values in the Attribute pairs, rather than in the headings:
Attribute Name 1 | Attribute Value 1 | Attribute Name 2 | Attribute Value 2 |
Brand | Unbranded | Part Type | Tube |
Your bicycle tube requires two Item Specifics (Brand, Part Type), but there are more recommended specifics, such as Wheel Size, Valve Type, Tube Size, etc. These can be seen on eBay's listing form when manually creating a listing, and a listing should include as many as relevant for best search results.
Re: Merchant Integration Platform Processing Error: Add Part Type
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2024 02:41 PM
That was it! Thank you!
