Methods

  • post - Search Categories
  • post - Search Customers
  • post - Search Manufacturers
  • post - Search Orders
  • post - Search Parcel Services
  • post - Search Products
  • post - Search Special Offer

Properties

{
    "search": [
        "string"
    ]
}
{
    "search": [
        {
            "match": {
                "database_table.database_attribute": "some value"
            }
        },
        {
            "match": {
                "another_database_table.another_database_attribute": "some other value"
            }
        }
    ]
}
Name Type Description Additional
search[] array of string

Contains the search condition. Further information can be found on the Search Example page.

Required