> RESOURCE_TYPES_BY_RESOURCETYPEID_PRODUCTS

        Handle resource of type
        resource_types_by_resourcetypeid_products

OPTIONS (= is mandatory):

- includeInactive
        If false, returns only products that are actively offered; if
        true, returns all products
        [Default: (null)]
        type: bool

- limit
        The maximum number of elements to return in a single paged
        request
        [Default: (null)]
        type: int

- offset
        Requested offset within the total result set to be the first
        element in the paged response
        [Default: (null)]
        type: int

- pageToken
        String pagination token returned from a previous query that
        encodes query information in order to optimize a
        subsequent request for a page of results. The token includes
        the limit and offset parameters for the next page, but one or
        both can be included to override the encoded values
        [Default: (null)]
        type: str

- resourceTypeId
        Products are filtered to those that are of this resource type
        [Default: (null)]
        type: str

- state
        (Choices: get, head)[Default: (null)]
        type: str


REQUIREMENTS:  python >= 3.6
