Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Update some properties (assignee
and externalIDs
) of a request.
Get a list of requests.
Get a single request by ID.
id
string
Primary Request identifier
Example: "REQ-1671-0642"
href
string
Relative reference to object on API (always /v1/commerce/requests/{id})
Example: "/v1/commerce/requests/REQ-1671-0642"
status
string
Status of the request.
Example: "Querying"
client
Reference to client Account object.
Example:
{
"id": "ACC-1234-4444",
"name": "stark industries"
}
vendor
Reference to vendor Account object.
Example:
{
"id": "ACC-1234-1111",
"name": "Microsoft"
}
requester
User of requester, in client account.
Example:
{
"id": "USR-1234-4444",
"name": "John Smith"
}
assignee
User of vendor who is responsible to processing request.
Example:
{
"id": "USR-1234-1111",
"name": "Santa Claus"
}
product
Product
Example:
{
"id": "PRD-1111-1111-1111",
"href": "/catalog/products/PRD-1111-1111-1111",
"name": "Microsoft Office 365 NCE",
"icon": "/static/PRD-1111-1111-1111/logo.png"
}
externalIds
ExternalIdsObject
Set of external IDs identifiers.
Example:
{
"client": "12345678",
"operations": "07bf766b-c767-4293-9ab3",
"vendor": "ABC-2023-C07-dbeee0b302c0"
}
parameters.order
ParameterValue[]
Request ordering parameters values
Example:
[
{
"id": "PRM-1234-1234-1234-1234",
"name": "Tennant Id",
"externalId": "tennant_id",
"constraints": { ... },
"value": "69b73824-ce76-4866-ad47-b615ae9d8998",
}
]
error
ErrorObject
Error reported by validation procedure.
Example:
{
"id": "E001234",
"message": "Agreement provisioning failed due to unavailability of the item"
}
audit
AuditObject
Audit object with possible entries: created, updated, activated, terminated, according to lifecycle of the object.
Possible audit events: Created, Updated, and Querying.
Example:
{
"created": { "at": "...", "by": { } },
"updated": { "at": "...", "by": { } }
}
{
"id": "REQ-1671-0642",
"href": "/commerce/requests/REQ-1671-0642",
"status": "Querying",
"client": {
"id": "ACC-1234-4444",
"name": "Stark-industries"
},
"vendor": {
"id": "ACC-1234-1111",
"name": "Microsoft"
},
"requester": {
"id": "USR-1234-4444",
"name": "John Smith"
},
"assignee": {
"id": "USR-1234-1111",
"name": "Santa Claus"
},
"product": {
"id": "PRD-1111-1111-1111",
"href": "/catalog/products/PRD-1111-1111-1111",
"name": "Microsoft Office 365 NCE",
"icon": "/static/PRD-1111-1111-1111/logo.png"
}
}
{
"id": "REQ-1671-0642",
"href": "/commerce/requests/REQ-1671-0642",
"status": "Querying",
"client": {
"id": "ACC-1234-4444",
"name": "Stark-industries"
},
"vendor": {
"id": "ACC-1234-1111",
"name": "Microsoft"
},
"requester": {
"id": "USR-1234-4444",
"name": "John Smith"
},
"assignee": {
"id": "USR-1234-1111",
"name": "Santa Claus"
},
"product": {
"id": "PRD-1111-1111-1111",
"href": "/catalog/products/PRD-1111-1111-1111",
"name": "Microsoft Office 365 NCE",
"icon": "/static/PRD-1111-1111-1111/logo.png"
},
"externalIds": {
"client": "12345678",
"operations": "07bf766b-c767-4293-9ab3",
"vendor": "ABC-2023-C07-dbeee0b302c0"
},
"audit": {
"created": { "at": "2023-12-14T17:28:57.667Z", "by": { "id": "USR-1234-1234", "name": "John Smith" } },
"updated": { "at": "2023-12-14T17:28:57.667Z", "by": { "id": "USR-1234-1234", "name": "John Smith" } }
}
}
/v1/commerce/requests/{id}
Request id
curl -L \
--request PUT \
--url '/v1/commerce/requests/{id}' \
--header 'Content-Type: application/json' \
--data '{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"from":{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"externalIds":{},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":[{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"account":{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"externalIds":{},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":["[Circular Reference]"]},"modules":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"filters":{"group.buyers":[null]},"settings":{"type":[null]},"accountTypes":[null]}],"users":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"phone":{},"settings":{},"currentAccount":"[Circular Reference]","accounts":"[Circular Reference]"}],"buyers":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"contact":"[Circular Reference]","externalIds":{},"status":"Active","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"account":"[Circular Reference]","errors":[{"message":"text"}],"sellers":"[Circular Reference]"}]}]},"requester":{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}}},"$meta":{"omitted":[null]},"phone":{},"settings":{},"currentAccount":{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"externalIds":{},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":[{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"account":{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"externalIds":{},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":["[Circular Reference]"]},"modules":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"filters":{"group.buyers":[null]},"settings":{"type":[null]},"accountTypes":[null]}],"users":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"phone":{},"settings":{},"currentAccount":"[Circular Reference]","accounts":"[Circular Reference]"}],"buyers":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"contact":"[Circular Reference]","externalIds":{},"status":"Active","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"account":"[Circular Reference]","errors":[{"message":"text"}],"sellers":"[Circular Reference]"}]}]},"accounts":[{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"externalIds":{},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":[{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"account":{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"externalIds":{},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":["[Circular Reference]"]},"modules":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"filters":{"group.buyers":[null]},"settings":{"type":[null]},"accountTypes":[null]}],"users":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"phone":{},"settings":{},"currentAccount":"[Circular Reference]","accounts":"[Circular Reference]"}],"buyers":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"contact":"[Circular Reference]","externalIds":{},"status":"Active","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"account":"[Circular Reference]","errors":[{"message":"text"}],"sellers":"[Circular Reference]"}]}]}]},"assignee":{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}}},"$meta":{"omitted":[null]},"phone":{},"settings":{},"currentAccount":{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"externalIds":{},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":[{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"account":{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"externalIds":{},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":["[Circular Reference]"]},"modules":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"filters":{"group.buyers":[null]},"settings":{"type":[null]},"accountTypes":[null]}],"users":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"phone":{},"settings":{},"currentAccount":"[Circular Reference]","accounts":"[Circular Reference]"}],"buyers":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"contact":"[Circular Reference]","externalIds":{},"status":"Active","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"account":"[Circular Reference]","errors":[{"message":"text"}],"sellers":"[Circular Reference]"}]}]},"accounts":[{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"externalIds":{},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":[{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"account":{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"externalIds":{},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":["[Circular Reference]"]},"modules":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"filters":{"group.buyers":[null]},"settings":{"type":[null]},"accountTypes":[null]}],"users":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"phone":{},"settings":{},"currentAccount":"[Circular Reference]","accounts":"[Circular Reference]"}],"buyers":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"contact":"[Circular Reference]","externalIds":{},"status":"Active","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"account":"[Circular Reference]","errors":[{"message":"text"}],"sellers":"[Circular Reference]"}]}]}]},"to":{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"externalIds":{},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":[{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"account":{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"externalIds":{},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":["[Circular Reference]"]},"modules":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"filters":{"group.buyers":[null]},"settings":{"type":[null]},"accountTypes":[null]}],"users":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"phone":{},"settings":{},"currentAccount":"[Circular Reference]","accounts":"[Circular Reference]"}],"buyers":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"contact":"[Circular Reference]","externalIds":{},"status":"Active","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"account":"[Circular Reference]","errors":[{"message":"text"}],"sellers":"[Circular Reference]"}]}]},"product":{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"published":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"pending":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"unpublished":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}}},"$meta":{"omitted":[null]},"externalIds":{},"vendor":{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"externalIds":{},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":[{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"account":{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"externalIds":{},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":["[Circular Reference]"]},"modules":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"filters":{"group.buyers":[null]},"settings":{"type":[null]},"accountTypes":[null]}],"users":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"phone":{},"settings":{},"currentAccount":"[Circular Reference]","accounts":"[Circular Reference]"}],"buyers":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"contact":"[Circular Reference]","externalIds":{},"status":"Active","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"account":"[Circular Reference]","errors":[{"message":"text"}],"sellers":"[Circular Reference]"}]}]},"settings":{"productRequests":{},"preValidation":{},"splitBilling":{}},"statistics":{}},"parameters":[{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"constraints":{},"request":{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"from":{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"externalIds":{},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":[{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"account":{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"externalIds":{},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":["[Circular Reference]"]},"modules":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"filters":{"group.buyers":[null]},"settings":{"type":[null]},"accountTypes":[null]}],"users":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"phone":{},"settings":{},"currentAccount":"[Circular Reference]","accounts":"[Circular Reference]"}],"buyers":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"contact":"[Circular Reference]","externalIds":{},"status":"Active","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"account":"[Circular Reference]","errors":[{"message":"text"}],"sellers":"[Circular Reference]"}]}]},"requester":{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}}},"$meta":{"omitted":[null]},"phone":{},"settings":{},"currentAccount":{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"externalIds":{},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":[{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"account":{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"externalIds":{},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":["[Circular Reference]"]},"modules":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"filters":{"group.buyers":[null]},"settings":{"type":[null]},"accountTypes":[null]}],"users":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"phone":{},"settings":{},"currentAccount":"[Circular Reference]","accounts":"[Circular Reference]"}],"buyers":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"contact":"[Circular Reference]","externalIds":{},"status":"Active","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"account":"[Circular Reference]","errors":[{"message":"text"}],"sellers":"[Circular Reference]"}]}]},"accounts":[{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"externalIds":{},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":[{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"account":{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"externalIds":{},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":["[Circular Reference]"]},"modules":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"filters":{"group.buyers":[null]},"settings":{"type":[null]},"accountTypes":[null]}],"users":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"phone":{},"settings":{},"currentAccount":"[Circular Reference]","accounts":"[Circular Reference]"}],"buyers":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"contact":"[Circular Reference]","externalIds":{},"status":"Active","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"account":"[Circular Reference]","errors":[{"message":"text"}],"sellers":"[Circular Reference]"}]}]}]},"assignee":{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}}},"$meta":{"omitted":[null]},"phone":{},"settings":{},"currentAccount":{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"externalIds":{},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":[{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"account":{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"externalIds":{},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":["[Circular Reference]"]},"modules":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"filters":{"group.buyers":[null]},"settings":{"type":[null]},"accountTypes":[null]}],"users":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"phone":{},"settings":{},"currentAccount":"[Circular Reference]","accounts":"[Circular Reference]"}],"buyers":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"contact":"[Circular Reference]","externalIds":{},"status":"Active","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"account":"[Circular Reference]","errors":[{"message":"text"}],"sellers":"[Circular Reference]"}]}]},"accounts":[{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"externalIds":{},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":[{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"account":{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"externalIds":{},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":["[Circular Reference]"]},"modules":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"filters":{"group.buyers":[null]},"settings":{"type":[null]},"accountTypes":[null]}],"users":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"phone":{},"settings":{},"currentAccount":"[Circular Reference]","accounts":"[Circular Reference]"}],"buyers":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"contact":"[Circular Reference]","externalIds":{},"status":"Active","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"account":"[Circular Reference]","errors":[{"message":"text"}],"sellers":"[Circular Reference]"}]}]}]},"to":{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"externalIds":{},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":[{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"account":{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"externalIds":{},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":["[Circular Reference]"]},"modules":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"filters":{"group.buyers":[null]},"settings":{"type":[null]},"accountTypes":[null]}],"users":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"phone":{},"settings":{},"currentAccount":"[Circular Reference]","accounts":"[Circular Reference]"}],"buyers":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"contact":"[Circular Reference]","externalIds":{},"status":"Active","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"account":"[Circular Reference]","errors":[{"message":"text"}],"sellers":"[Circular Reference]"}]}]},"product":{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"published":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"pending":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"unpublished":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}}},"$meta":{"omitted":[null]},"externalIds":{},"vendor":{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"externalIds":{},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":[{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"account":{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"externalIds":{},"type":"Client","status":"Active","serviceLevel":"Express","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","groups":["[Circular Reference]"]},"modules":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"filters":{"group.buyers":[null]},"settings":{"type":[null]},"accountTypes":[null]}],"users":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"phone":{},"settings":{},"currentAccount":"[Circular Reference]","accounts":"[Circular Reference]"}],"buyers":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"contact":"[Circular Reference]","externalIds":{},"status":"Active","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"account":"[Circular Reference]","errors":[{"message":"text"}],"sellers":"[Circular Reference]"}]}]},"settings":{"productRequests":{},"preValidation":{},"splitBilling":{}},"statistics":{}},"parameters":[{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"constraints":{},"request":"[Circular Reference]"}],"messages":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"visibility":{},"account":"[Circular Reference]","request":"[Circular Reference]"}]}}],"messages":[{"audit":"[Circular Reference]","$meta":{"omitted":[null]},"visibility":{},"account":"[Circular Reference]","request":"[Circular Reference]"}]}'
{
"id": "text",
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"href": "text",
"externalId": "text",
"name": "text",
"status": "text",
"error": "text",
"from": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"requester": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
}
},
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"accounts": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
}
]
},
"assignee": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
}
},
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"accounts": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
}
]
},
"to": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"product": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"published": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"pending": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"unpublished": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"vendor": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"settings": {
"productRequests": {},
"preValidation": {},
"splitBilling": {}
},
"statistics": {}
},
"parameters": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"constraints": {},
"request": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"from": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"requester": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
}
},
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"accounts": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
}
]
},
"assignee": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
}
},
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"accounts": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
}
]
},
"to": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"product": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"published": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"pending": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"unpublished": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"vendor": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"settings": {
"productRequests": {},
"preValidation": {},
"splitBilling": {}
},
"statistics": {}
},
"parameters": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"constraints": {},
"request": "[Circular Reference]"
}
],
"messages": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"visibility": {},
"account": "[Circular Reference]",
"request": "[Circular Reference]"
}
]
}
}
],
"messages": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"visibility": {},
"account": "[Circular Reference]",
"request": "[Circular Reference]"
}
]
}
OK
/v1/commerce/requests
curl -L \
--url '/v1/commerce/requests'
{
"$meta": {
"pagination": {
"offset": 1,
"limit": 1,
"total": 1
},
"omitted": [
"text"
]
},
"data": [
{
"id": "text",
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"href": "text",
"externalId": "text",
"name": "text",
"status": "text",
"error": "text",
"from": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"requester": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
}
},
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"accounts": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
}
]
},
"assignee": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
}
},
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"accounts": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
}
]
},
"to": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"product": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"published": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"pending": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"unpublished": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"vendor": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"settings": {
"productRequests": {},
"preValidation": {},
"splitBilling": {}
},
"statistics": {}
},
"parameters": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"constraints": {},
"request": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"from": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"requester": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
}
},
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"accounts": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
}
]
},
"assignee": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
}
},
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"accounts": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
}
]
},
"to": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"product": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"published": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"pending": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"unpublished": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"vendor": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"settings": {
"productRequests": {},
"preValidation": {},
"splitBilling": {}
},
"statistics": {}
},
"parameters": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"constraints": {},
"request": "[Circular Reference]"
}
],
"messages": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"visibility": {},
"account": "[Circular Reference]",
"request": "[Circular Reference]"
}
]
}
}
],
"messages": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"visibility": {},
"account": "[Circular Reference]",
"request": "[Circular Reference]"
}
]
}
]
}
OK
/v1/commerce/requests/{id}
curl -L \
--url '/v1/commerce/requests/{id}'
{
"id": "text",
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"href": "text",
"externalId": "text",
"name": "text",
"status": "text",
"error": "text",
"from": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"requester": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
}
},
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"accounts": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
}
]
},
"assignee": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
}
},
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"accounts": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
}
]
},
"to": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"product": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"published": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"pending": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"unpublished": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"vendor": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"settings": {
"productRequests": {},
"preValidation": {},
"splitBilling": {}
},
"statistics": {}
},
"parameters": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"constraints": {},
"request": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"from": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"requester": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
}
},
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"accounts": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
}
]
},
"assignee": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
}
},
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"accounts": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
}
]
},
"to": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"product": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"published": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"pending": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"unpublished": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"vendor": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"settings": {
"productRequests": {},
"preValidation": {},
"splitBilling": {}
},
"statistics": {}
},
"parameters": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"constraints": {},
"request": "[Circular Reference]"
}
],
"messages": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"visibility": {},
"account": "[Circular Reference]",
"request": "[Circular Reference]"
}
]
}
}
],
"messages": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"visibility": {},
"account": "[Circular Reference]",
"request": "[Circular Reference]"
}
]
}
OK
/v1/commerce/requests
curl -L \
--request POST \
--url '/v1/commerce/requests' \
--header 'Content-Type: application/json' \
--data '{"name":"text","status":"text","from":{},"requester":{},"assignee":{},"to":{},"product":{},"parameters":[{"parameterDefinitionId":"text","value":"text"}]}'
{
"id": "text",
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"href": "text",
"externalId": "text",
"name": "text",
"status": "text",
"error": "text",
"from": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"requester": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
}
},
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"accounts": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
}
]
},
"assignee": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
}
},
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"accounts": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
}
]
},
"to": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"product": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"published": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"pending": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"unpublished": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"vendor": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"settings": {
"productRequests": {},
"preValidation": {},
"splitBilling": {}
},
"statistics": {}
},
"parameters": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"constraints": {},
"request": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"from": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"requester": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
}
},
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"accounts": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
}
]
},
"assignee": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
}
},
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"accounts": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
}
]
},
"to": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"product": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"published": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"pending": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"unpublished": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"vendor": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"account": {
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
},
"externalIds": {},
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"groups": [
"[Circular Reference]"
]
},
"modules": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"filters": {
"group.buyers": [
null
]
},
"settings": {
"type": [
null
]
},
"accountTypes": [
null
]
}
],
"users": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"phone": {},
"settings": {},
"currentAccount": "[Circular Reference]",
"accounts": "[Circular Reference]"
}
],
"buyers": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"contact": "[Circular Reference]",
"externalIds": {},
"status": "Active",
"address": {
"addressLine1": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"account": "[Circular Reference]",
"errors": [
{
"message": "text"
}
],
"sellers": "[Circular Reference]"
}
]
}
]
},
"settings": {
"productRequests": {},
"preValidation": {},
"splitBilling": {}
},
"statistics": {}
},
"parameters": [
{
"audit": {
"created": {
"by": {
"audit": {
"created": {
"by": "[Circular Reference]"
},
"updated": {
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
null
]
}
}
},
"updated": {
"by": "[Circular Reference]"
}
},
"constraints": {},
"request": "[Circular Reference]"
}
],
"messages": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"visibility": {},
"account": "[Circular Reference]",
"request": "[Circular Reference]"
}
]
}
}
],
"messages": [
{
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
null
]
},
"visibility": {},
"account": "[Circular Reference]",
"request": "[Circular Reference]"
}
]
}
Created
/v1/commerce/requests/{id}/validate
Request id
curl -L \
--request POST \
--url '/v1/commerce/requests/{id}/validate'
{
"error": "text",
"parameters": [
{
"id": "text",
"externalId": "text",
"value": "text",
"isValid": true,
"error": "text"
}
]
}
OK
/v1/commerce/requests/{id}/complete
Request id
curl -L \
--request POST \
--url '/v1/commerce/requests/{id}/complete' \
--header 'Content-Type: application/json'
No body
No Content
/v1/commerce/requests/{id}/process
Request id
curl -L \
--request POST \
--url '/v1/commerce/requests/{id}/process' \
--header 'Content-Type: application/json'
No body
No Content
/v1/commerce/requests/{id}/query
Request id
curl -L \
--request POST \
--url '/v1/commerce/requests/{id}/query' \
--header 'Content-Type: application/json'
No body
No Content