Operations for managing Channels
required | object (Api) A Channel Api Object. |
id required | string <uuid> The Channel Id. |
name required | string A friendly name for the Channel. |
organizationId required | string <uuid> The Organization this Channel belongs to. |
url required | string <uri> The Channel's public URL. |
required | object (Api) A Channel Api Object. |
createdAt required | string <date-time> The RFC 3339 date in coordinated universal time (UTC) when created. |
id required | string <uuid> The Channel Id. |
name required | string A friendly name for the Channel. |
organizationId required | string <uuid> The Organization this Channel belongs to. |
updatedAt required | string <date-time> The RFC 3339 date in coordinated universal time (UTC) when last modified. |
url required | string <uri> The Channel's public URL. |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
- "name": "string",
- "api": {
- "type": "shift4shop",
- "endpointId": "string",
- "key": "string"
}
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
- "name": "string",
- "api": {
- "type": "shift4shop",
- "endpointId": "string",
- "key": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
{- "title": "I'm a teapot",
- "status": 418,
- "detail": "The server refuses to brew coffee because it is, permanently, a teapot.",
- "instance": "/api/v1/teapot"
}
required | object (Api) A Channel Api Object. |
createdAt required | string <date-time> The RFC 3339 date in coordinated universal time (UTC) when created. |
id required | string <uuid> The Channel Id. |
name required | string A friendly name for the Channel. |
organizationId required | string <uuid> The Organization this Channel belongs to. |
updatedAt required | string <date-time> The RFC 3339 date in coordinated universal time (UTC) when last modified. |
url required | string <uri> The Channel's public URL. |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
- "name": "string",
- "api": {
- "type": "shift4shop",
- "endpointId": "string",
- "key": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
id required | string |
required | object (Api) A Channel Api Object. |
createdAt required | string <date-time> The RFC 3339 date in coordinated universal time (UTC) when created. |
id required | string <uuid> The Channel Id. |
name required | string A friendly name for the Channel. |
organizationId required | string <uuid> The Organization this Channel belongs to. |
updatedAt required | string <date-time> The RFC 3339 date in coordinated universal time (UTC) when last modified. |
url required | string <uri> The Channel's public URL. |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
- "name": "string",
- "api": {
- "type": "shift4shop",
- "endpointId": "string",
- "key": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
id required | string |
required | object (Api) A Channel Api Object. |
id required | string <uuid> The Channel Id. |
name required | string A friendly name for the Channel. |
organizationId required | string <uuid> The Organization this Channel belongs to. |
url required | string <uri> The Channel's public URL. |
required | object (Api) A Channel Api Object. |
createdAt required | string <date-time> The RFC 3339 date in coordinated universal time (UTC) when created. |
id required | string <uuid> The Channel Id. |
name required | string A friendly name for the Channel. |
organizationId required | string <uuid> The Organization this Channel belongs to. |
updatedAt required | string <date-time> The RFC 3339 date in coordinated universal time (UTC) when last modified. |
url required | string <uri> The Channel's public URL. |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
- "name": "string",
- "api": {
- "type": "shift4shop",
- "endpointId": "string",
- "key": "string"
}
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
- "name": "string",
- "api": {
- "type": "shift4shop",
- "endpointId": "string",
- "key": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
Get a single Product by Id
id required | string |
createdAt required | string <date-time> The RFC 3339 date in coordinated universal time (UTC) when created. |
description required | string The Product's description. |
id required | string <uuid> The Product Id. |
image required | string <uri> The Product's image. |
name required | string The Product's name. |
price required | number The Product's price. |
quantity required | number The Product's quantity. |
updatedAt required | string <date-time> The RFC 3339 date in coordinated universal time (UTC) when last modified. |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "description": "string",
- "price": 0,
- "quantity": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
Get a single Product by Id
id required | string |
createdAt required | string <date-time> The RFC 3339 date in coordinated universal time (UTC) when created. |
description required | string The Product's description. |
id required | string <uuid> The Product Id. |
image required | string <uri> The Product's image. |
name required | string The Product's name. |
price required | number The Product's price. |
quantity required | number The Product's quantity. |
updatedAt required | string <date-time> The RFC 3339 date in coordinated universal time (UTC) when last modified. |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "description": "string",
- "price": 0,
- "quantity": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
Get a single Product by Id
id required | string |
createdAt required | string <date-time> The RFC 3339 date in coordinated universal time (UTC) when created. |
description required | string The Product's description. |
id required | string <uuid> The Product Id. |
image required | string <uri> The Product's image. |
name required | string The Product's name. |
price required | number The Product's price. |
quantity required | number The Product's quantity. |
updatedAt required | string <date-time> The RFC 3339 date in coordinated universal time (UTC) when last modified. |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "description": "string",
- "price": 0,
- "quantity": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}