Selling Partner API SDK for JavaScript
    Preparing search index...

    Selling Partner API for Catalog Items The Selling Partner API for Catalog Items helps you programmatically retrieve item details for items in the catalog.

    The version of the OpenAPI document: v0

    NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). https://openapi-generator.tech Do not edit the class manually.

    interface Categories {
        parent?: object;
        ProductCategoryId?: string;
        ProductCategoryName?: string;
    }
    Index

    Properties

    parent?: object

    The parent product category.

    ProductCategoryId?: string

    The identifier for the product category (or browse node).

    ProductCategoryName?: string

    The name of the product category (or browse node).