Hi,
I am not able to create a new orderType by calling the POST /v3/merchants/{mId}/order_types
I get blank / no content response header, body and response code as 0. Please help in resolving this issue.
I am passing the access token got using OAuth and merchant ID and my JSON is following. However, I am able to do GET on order_types using the same access token and merchant ID. { "id": "", "label": "my custom label", "taxable": true, "isDefault": false, "filterCategories": false, "isHidden": true, "hoursAvailable": "BUSINESS" }