Erro Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index

Pessoal, estou tentando exportar a base dos departamentos de especificação de produto e esta me retornando com o erro:

Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index

Alguém sabe oq é?
Obrigada!

Oi @jessica.carita, seja bem-vinda à VTEX Community!

Você pode compartilhar mais detalhes sobre como está fazendo isso? Qual a chamada de API que você fez para receber esse erro?

Hello @jessica.carita , As far I understand , you wanted to take the export of Product Specification from the “Import and Export” ?

If yes, then there is limitation sort of limited rows you can export product SPEC, so , to avoid such out of range error,

select any of the category and then select then “Export”.

Also you do have one more alternative, you can get the product specs with the Help of API Get Product SPEC API .

with this API you can setup the iteration of product IDs to fetch record of Product SPEC (With the help of Node API or Postman runner)