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

    Claim code configuration for accessing the promotion.

    interface ClaimCode {
        type: ClaimCodeTypeEnum;
        value?: string;
    }
    Index

    The type of claim code.

    value?: string

    The claim code (6-12 alphanumeric uppercase). Required when type is GROUP.