Skip to content

Add an end point to determine if any collections contain products that match specified parameters #42

Description

@felixMasonJncc

End Point
POST: /search/collections-containing-products

Query same as /search/products

Result

{
    "query": {...
    },
    "result": [
        {"collection_name" : "collection/name", "count" : "12"}
        ....
    ]
}

Update online docs

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions