400
merchants.invalid_bodymerchantsThe request body could not be read
Returned by the implementation; no specification rule declares it yet.
The body was not readable as JSON for this endpoint.
Why the API refuses
the request body could not be read
What to do
Check Content-Type: application/json and that the body is the serialised object the reference documents. See bad_json for the general case.