shopware-api-client icon indicating copy to clipboard operation
shopware-api-client copied to clipboard

Shopware Filter

Open buzzeins opened this issue 6 years ago • 0 comments

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

buzzeins avatar Jun 28 '19 08:06 buzzeins