Skip to content

Shopware Filter #35

@buzzeins

Description

@buzzeins

Any example, how to use filter? https://developers.shopware.com/developers-guide/rest-api/examples/filter/

By using getOrders() for followed filter for instance:

	'filter' => [
		[
			'property' => 'customer.groupKey',
			'value' => 'H'
		],
		[
			'property' => 'orderTime',
			'expression' => '>=',
			'value'    => '2019-06-24'
		]
        ]

thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions