Skip to main content
Published: July 07 2011, 10:18:00 PMUpdated: September 01 2022, 12:44:23 AM

My ReviseItem call is blocked with ErrorCode: 21916728. However; only 198  item compatibilities were specified in the request. What is the problem?

 <Errors>
  <ShortMessage>Listing exceeds the maximum number of item compatibilities, 300, for category.</ShortMessage>
  <LongMessage>Listing exceeds the maximum number of item compatibilities, 300, for category.</LongMessage>
  <ErrorCode>21916728</ErrorCode>
  <SeverityCode>Error</SeverityCode>
  <ErrorParameters ParamID="0">
    <Value>300</Value>
  </ErrorParameters>
  <ErrorClassification>RequestError</ErrorClassification>
</Errors>

 

  When specifying Item.ItemCompatibilityList in ReviseItem call, you are adding additional compatibilities to the existing ones.  The item in question has 169 compatibilities ( using GetItem call to check ItemCompatibilityCount tag ) and you are providing 198 more fitments in your ReviseItem request hence the error.

How well did this answer your question?
Answers others found helpful