Skip to content

Incorrect Type Definitions for getCatalogItem Response #319

@ernbaltaci

Description

@ernbaltaci

Hi, thanks for your great work on this package!

I noticed that the type definitions for the response of getCatalogItem are incorrect. The actual response object contains asin and summaries fields at the root level, but the types expect them under a payload property.

Version is "amazon-sp-api": "^1.1.5",

Example response:
{
asin: "...",
summaries: [...]
}

But the type definition expects:
{
payload: {
asin: "...",
summaries: [...]
}
}

Could you please update the type definitions to match the actual response structure? Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions