Get Order Types

Returns the Order Type object for a valid identifier. If it’s for a deleted Order Type it returns the deleted property that’s set to true.

SecurityOAuth2.0
Request
path Parameters
order-type-id
required
string
header Parameters
x-api-key
string
tenant-id
string
Content-Type
string
Default: application/json
Responses
200
get/order-types/{order-type-id}
Request samples
Response samples
application/json
{
  • "id": "string",
  • "code": "string",
  • "merchants": [
    ],
  • "deleted": true
}