question

richa avatar image
richa asked richa commented

Get inventory item api not giving me proper result with filter = id in

I am trying to fetch inventory item by specific id using following request ,but get reponse with list of 100 items instead of item ids specified.
Request :

https://sandbox.dev.clover.com/v3/merchants/XXXX/items?filter =id in ('R06G2YRKHVXQ4', 'QPFJCJKKVBGSY'
Can you please help me with why I am getting incorrect response?
Inventory
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
David Marginian avatar image
David Marginian Deactivated answered richa commented

This works fine, you have a space after "filter" which is probably causing this.

1 comment
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

richa avatar image richa commented ·
okay thanks alot
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community