ScaleLeap / selling-partner-api-sdk

A fully typed TypeScript and Node.js SDK library for Amazon Selling Partner API
https://npm.im/@scaleleap/selling-partner-api-sdk
MIT License
68 stars 28 forks source link

Aplus getContentDocument error #999

Closed Javadebi closed 9 months ago

Javadebi commented 9 months ago

Hello, I'm trying to call getContentDocument for my aplus content but getting error:

SellingPartnerBadRequestError: Unsupported content module type [premium-module-6-three-column-comparison], unable to proceed.
 response: {
      status: 400,
      statusText: 'Bad Request',
      headers: [Object [AxiosHeaders]],
      config: [Object],
      request: [ClientRequest],
      data: [Object]
    }
moltar commented 9 months ago

Hi @Javadebi,

This error is produced by Amazon API, not the SDK.

Unsupported content module type [premium-module-6-three-column-comparison], unable to proceed.

You'd need to modify your request to make sure it abides by Amazon's API docs.

There's nothing we can do here, I believe.

If you believe otherwise, please clarify.