question

manu avatar image
manu asked manu commented

How to set "Order" state to "open" ?

I created an order using POST call on /v3/merchants/{mId}/orders/ and get the created Order ID and added a line item to that Order ID successfully. I can do GET on that individual order ID using /v3/merchants/{mId}/orders//{orderId} but can't see them in Order list GET call on /v3/merchants/{mId}/orders/ because of its "state" i guess.

Orders
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

q-factor avatar image
q-factor answered manu commented

Yes, it is because of the State. Let me redirect you to this question, which is similar to yours.

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.

manu avatar image manu commented ·

Thanks q_factor for quick and correct response

0 Likes 0 ·

Welcome to the
Clover Developer Community