-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels