Validate Transition

View as Markdown
Validate if a transition is allowed.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

account_idstringRequired

Request

This endpoint expects an object.
source_product_idstringRequired
ID of source product
target_product_idstringRequired
ID of target product

Response

Successful Response
allowedboolean
Whether the transition is allowed
transition_typestring or nullOptional
reasonstring or nullOptional
path_idstring or nullOptional

Errors

422
Unprocessable Entity Error