Google Apps Script API
    Preparing search index...
    interface ProductstatusesCollection {
        custombatch(
            resource: ProductstatusesCustomBatchRequest,
        ): ProductstatusesCustomBatchResponse;
        custombatch(
            resource: ProductstatusesCustomBatchRequest,
            optionalArgs: object,
        ): ProductstatusesCustomBatchResponse;
        get(merchantId: string, productId: string): ProductStatus;
        get(
            merchantId: string,
            productId: string,
            optionalArgs: object,
        ): ProductStatus;
        list(merchantId: string): ProductstatusesListResponse;
        list(merchantId: string, optionalArgs: object): ProductstatusesListResponse;
    }
    Index

    Methods