Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Describes a granularity at which inventory data can be aggregated. For example, if you use Marketplace granularity, the fulfillable quantity will reflect inventory that could be fulfilled in the given marketplace.

    interface Granularity {
        granularityId?: string;
        granularityType?: string;
    }
    Index
    granularityId?: string

    The granularity ID for the specified granularity type. When granularityType is Marketplace, specify the marketplaceId.

    granularityType?: string

    The granularity type for the inventory aggregation level.