Category is invalid
Hi, I got issue related to API ReviseFixedPriceItemRequest, I try to update new category for an active listing but it now returnsĀ error "Category is not valid".
Here's the request:
<?xml version="1.0" encoding="utf-8"?>
<ReviseFixedPriceItemRequest xmlns="urn:ebay:apis:eBLBaseComponents">
<Item>
<AutoPay>false</AutoPay>
<DispatchTimeMax>0</DispatchTimeMax>
<DisableBuyerRequirements>true</DisableBuyerRequirements>
<ProductListingDetails>
<UPC>Does not apply</UPC>
<EAN>Does not apply</EAN>
<BrandMPN>
<MPN>A50305</MPN>
<Brand>Rain Bird</Brand>
</BrandMPN>
</ProductListingDetails>
<ItemSpecifics>
<NameValueList>
<Name>Type</Name>
<Value>Spray Sprinkler</Value>
</NameValueList>
<NameValueList>
<Name>Brand</Name>
<Value>Rain Bird</Value>
</NameValueList>
</ItemSpecifics>
<ItemCompatibilityList>
<Compatibility>
<CompatibilityNotes></CompatibilityNotes>
</Compatibility>
</ItemCompatibilityList>
<ShippingPackageDetails>
<WeightMajor unit="lbs">0</WeightMajor>
<WeightMinor unit="oz">8</WeightMinor>
</ShippingPackageDetails>
<StartPrice>14.99</StartPrice>
<ListingDuration>GTC</ListingDuration>
<BestOfferDetails>
<BestOfferEnabled>false</BestOfferEnabled>
</BestOfferDetails>
<ConditionID>1000</ConditionID>
<Currency>USD</Currency>
<Description>aaaa
</Description>
<Location>Woodland, WA</Location>
<Country>US</Country>
<PostalCode>98674</PostalCode>
<PayPalEmailAddress></PayPalEmailAddress>
<PictureDetails>
<GalleryType>Gallery</GalleryType>
<PhotoDisplay>PicturePack</PhotoDisplay>
<PictureURL>https://i.ebayimg.com/00/s/Nzg2WDc4Ng==/z/evQAAeSwcTlp3sW7/$_10.JPG?set_id=2</PictureURL>
<PictureURL>https://i.ebayimg.com/00/s/MTYwMFgxNjAw/z/UsIAAeSw5M9p3sW8/$_10.JPG?set_id=2</PictureURL>
<PictureURL>https://i.ebayimg.com/00/s/NjAwWDYwMA==/z/T18AAeSwo41p3sW9/$_10.JPG?set_id=2</PictureURL>
<PictureURL>https://i.ebayimg.com/00/s/NTg5WDU4OQ==/z/VeUAAeSwxChp3sW9/$_10.JPG?set_id=2</PictureURL>
<PictureURL>https://i.ebayimg.com/00/s/MTYwMFgxNjAw/z/e30AAeSwxahp3sW~/$_10.JPG?set_id=2</PictureURL>
<PictureURL>https://i.ebayimg.com/00/s/Nzc0WDc3NA==/z/aigAAeSwzy5p3sXA/$_10.JPG?set_id=2</PictureURL>
<PictureURL>https://i.ebayimg.com/00/s/NTEwWDUxMA==/z/aisAAeSwzy5p3sXA/$_10.JPG?set_id=2</PictureURL>
</PictureDetails>
<Title>Rainbird 1806PRS A50305 - 6 in. 1800 Series PRS Spray Head - No Nozzle</Title>
<Quantity>100</Quantity>
<PrimaryCategory>
<CategoryID>20542</CategoryID>
</PrimaryCategory>
<SecondaryCategory>
<CategoryID>0</CategoryID>
</SecondaryCategory>
<SKU>7253014</SKU>
<SellerProfiles>
<SellerPaymentProfile>
<PaymentProfileID>239757145012</PaymentProfileID>
<PaymentProfileName>eBay Managed Payments (239757145012)</PaymentProfileName>
</SellerPaymentProfile>
<SellerReturnProfile>
<ReturnProfileID>255222580012</ReturnProfileID>
<ReturnProfileName>free 30 days money back (255222580012)</ReturnProfileName>
</SellerReturnProfile>
<SellerShippingProfile>
<ShippingProfileID>241612696012</ShippingProfileID>
<ShippingProfileName>Free Economy - 3 business day</ShippingProfileName>
</SellerShippingProfile>
</SellerProfiles>
<ItemID>397840546803</ItemID>
</Item>
<ErrorLanguage>en_US</ErrorLanguage>
</ReviseFixedPriceItemRequest>Any insight would be appreciated!
Thanks in advance.
0 comments