In the repo we provide an example OCAPI client configuration here: documentation/ocapi-example-configuration.json
The resource /orders fails due to the get method being included.
{
"resource_id":"/orders",
"methods":["post", "get"],
"read_attributes":"(**)",
"write_attributes":"(**)"
}
In the repo we provide an example OCAPI client configuration here: documentation/ocapi-example-configuration.json
The resource
/ordersfails due to thegetmethod being included.