Skip to main content
GET
Commands for Products
Commands are actions that can be executed on one or more Product records. Use this endpoint to discover which commands are available, then execute them via the Run command endpoint.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the Product-List role.

Query Parameters

integer
If provided, only commands available for this specific Product will be returned.

Code Examples

Response

200

Returns an array of available commands.
string
Unique identifier for the command. Pass this to the Run command endpoint.
string
Human-readable name of the command.
boolean
Whether the command can only be run on multiple records at once.
boolean
Whether the command can only be run on a single record.
boolean
Whether the command requires record Ids to execute.
integer
Display order for the command.
object[]
List of parameters required by this command, each containing Name and Type.
Example Response