question

hymsalih avatar image
hymsalih asked paulpetyo Deactivated answered

I have a issue on listing variations products in clover api

I have a group of variations products to list in clover but i couldn't find the structure of list my products via api. Please help me to solve this issue.

here is my variation details


[ 
   { 
      "id":96482,
      "name":"heavy,large,green"
   },
   { 
      "id":96483,
      "name":"heavy,large,blue"
   },
   { 
      "id":96502,
      "name":"light,small,green"
   }
]


App Market
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

·
paulpetyo avatar image
paulpetyo Deactivated answered

Hey @Hymsalih,


You should be able to grab this info from the following endpoint:


https://apisandbox.dev.clover.com/v3/merchants/mId/items

Depending on the language of your integration, you'll simply need to write a GET for that endpoint with the required info. You can filter or expand items, depending entirely on what you are looking for.


You can find more info in our docs located here:

https://docs.clover.com/clover-platform/reference/inventory-1#inventorygetitems-1


Hope this helps.


Thanks!

10 |2000

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

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