Requests
The Request object contains the following properties:
id
string
Primary identifier for the request.
Example: REQ-1671-0642
href
string
Relative reference to the object in the API.
Example: /v1/commerce/requests/REQ-1671-0642
status
string
The status of the request.
Example: Querying
client
A reference to the client account object.
Example:
vendor
A reference to the vendor account object.
Example:
requester
The client account user who created the request.
Example:
assignee
The vendor account user responsible for processing the request.
Example:
product
A reference to the Product object.
Example:
externalIds
object
A set of external ID identifiers.
Example:
parameters.order
The values of the ordering parameters associated with the request.
Example:
error
errorObject
Error reported by validation procedure.
Example:
audit
A reference to the Audit object.
Possible values: Created
, Updated
, Activated
, Terminated
.
Example:
Example
Last updated
Was this helpful?