GET /v3/merchants/{mId}/orders/{orderId}
My question is how to get merchantId who owns the order?
For instance, if I make api call.
GET /v3/merchants/{mId}/orders/{orderId}?expand=merchant
It will response
{ id: [orderId], merchant: { id: [merchantId] } }