question

chetan avatar image
chetan asked chetan answered

How we can add multiple Line item in a single order

Hello Guys,

I am using Web API to create Order Which is generated from my website. I am following the instruction mentioned in

https://docs.clover.com/build/web-app... link.

I need to create multiple line items for a single order.

How can I use it via API

10 |2000

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

jim-patel avatar image
jim-patel answered

You have to use separate calls to add each Line Item. You will need to POST to /v3/merchants/{mId}/orders/{orderId}/line_items for each line item you want to add.

10 |2000

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

chetan avatar image
chetan answered

Thanks for quick response Jim it is working fine for me now.

I have a new issue which i have mentioned in this

http://devask.clover.com/question/233...

Please help me on thi s

10 |2000

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