Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
The Pricelist
object includes key pricing details such as sales and purchase prices, enabling vendors and operations to effectively manage and apply different price points for product items. This tool is essential for aligning pricing strategies with market and internal financial objectives.
id
string
The business identifier of the Price List.
Example: "PRC-1234-5678-9012"
href
string
The resource URI of the Price List.
Example: "/v1/price-lists/PRC-1234-5678-9012"
currency
string
Currency as ISO code.
Example: "EUR"
precision
integer
Precision of the Price List as number of decimal places.
Example: "3"
notes
string
Any user notes about the Price List.
Example: "This is the primary Price List for the EU region"
externalIds
ExternalIds
Example:
{
"vendor": "op-322-322",
}
statistics
PriceListStatistics
System calculated metrics about the Price List
product
Product
The Product that the Price List belongs to.
vendor
Account
The Vendor that the Price List belongs to. The field is visible only for OPS
audit
Audit
Audit events for the object.
Example:
{
"created": {
"at": "2023-12-14T17:28:57Z",
"by": {
"id": "UR-1234-1234-1234",
"name": "John Smith",
"icon": "/static/users/UR-1234-1234-1234.icon.svg"
}
}
sellers
integer
The number of Sellers that are using this Price List.
Example: "10"
listings
integer
The number of Listings that are using this Price List.
Example: "12"
priceListitems
integer
The total number of pice list Items on the Price List.
Example: "23"
purchasePriceItems
integer
The number of Items with a populated purchase price.
Example: "10"
purchasePriceCompleteness
decimal
The percentage of Items with a populated purchase price.
Example: "0.4347826"
{
"id": "PRC-1234-5678-9012",
"href": "/v1/price-lists/PRC-1234-5678-9012",
"currency": "EUR",
"precision": 3,
"notes": "This is the primary Price List for the EU region",
"statistics": {
"sellers": 10,
"listings": 12,
"items": 23,
"purchasePriceItems": 10,
"purchasePriceCompleteness": 0.4347826
},
"product": {
"id": "PRD-1234-5678"
},
"vendor": {
"id": "ACC-1671-0642"
}
}
Creates a price list.
The following diagram shows the possible states for the pricelist object in the Marketplace Platform and the transition between these states:
Idle
The pricelist object has been created as part of the product definition.
It will be used to sell the items against a listing in the scope of authorization.
Deleted
The price list no longer exists.
It's no longer part of the product definition and can't be used anymore.
List of price lists.
The following diagram shows the possible states for the pricelist item object in the Marketplace Platform and the transition between these states:
Gets a price list.
Updates a price list.
List of items in a price list.
Updates a price item within a price list.
Gets a price item within a price list.
/v1/catalog/price-lists
curl -L \
--request POST \
--url '/v1/catalog/price-lists' \
--header 'Content-Type: application/json' \
--data '{"precision":1,"externalIds":{},"product":{}}'
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"currency": "text",
"precision": 1,
"defaultMarkup": 1,
"notes": "text",
"externalIds": {
"vendor": "text"
},
"statistics": {
"sellers": 1,
"listings": 1,
"priceListItems": 1,
"purchasePriceItems": 1,
"purchasePriceCompleteness": 1,
"salesPriceItems": 1,
"salesPriceCompleteness": 1,
"averageMarkup": 1,
"averageMargin": 1
},
"product": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"pending": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"shortDescription": "text",
"longDescription": "text",
"externalIds": {
"operations": "text"
},
"website": "text",
"icon": "text",
"status": "text",
"vendor": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"settings": {
"productOrdering": true,
"productRequests": {
"enabled": true,
"name": "text",
"label": "text"
},
"itemSelection": true,
"orderQueueChanges": true,
"preValidation": {
"purchaseOrderDraft": true,
"purchaseOrderQuerying": true,
"changeOrderDraft": true,
"terminationOrder": true,
"productRequest": true
},
"splitBilling": {
"enabled": true,
"type": "text"
}
},
"statistics": {
"itemCount": 1,
"ordersPlacedCount": 1,
"agreementCount": 1,
"subscriptionCount": 1,
"requestCount": 1
}
},
"vendor": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
}
}
Created
/v1/catalog/price-lists
curl -L \
--url '/v1/catalog/price-lists'
{
"$meta": {
"pagination": {
"offset": 1,
"limit": 1,
"total": 1
},
"omitted": [
"text"
]
},
"data": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"currency": "text",
"precision": 1,
"defaultMarkup": 1,
"notes": "text",
"externalIds": {
"vendor": "text"
},
"statistics": {
"sellers": 1,
"listings": 1,
"priceListItems": 1,
"purchasePriceItems": 1,
"purchasePriceCompleteness": 1,
"salesPriceItems": 1,
"salesPriceCompleteness": 1,
"averageMarkup": 1,
"averageMargin": 1
},
"product": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"pending": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"shortDescription": "text",
"longDescription": "text",
"externalIds": {
"operations": "text"
},
"website": "text",
"icon": "text",
"status": "text",
"vendor": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"settings": {
"productOrdering": true,
"productRequests": {
"enabled": true,
"name": "text",
"label": "text"
},
"itemSelection": true,
"orderQueueChanges": true,
"preValidation": {
"purchaseOrderDraft": true,
"purchaseOrderQuerying": true,
"changeOrderDraft": true,
"terminationOrder": true,
"productRequest": true
},
"splitBilling": {
"enabled": true,
"type": "text"
}
},
"statistics": {
"itemCount": 1,
"ordersPlacedCount": 1,
"agreementCount": 1,
"subscriptionCount": 1,
"requestCount": 1
}
},
"vendor": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
}
}
]
}
OK
/v1/catalog/price-lists/{id}
curl -L \
--url '/v1/catalog/price-lists/{id}'
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"currency": "text",
"precision": 1,
"defaultMarkup": 1,
"notes": "text",
"externalIds": {
"vendor": "text"
},
"statistics": {
"sellers": 1,
"listings": 1,
"priceListItems": 1,
"purchasePriceItems": 1,
"purchasePriceCompleteness": 1,
"salesPriceItems": 1,
"salesPriceCompleteness": 1,
"averageMarkup": 1,
"averageMargin": 1
},
"product": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"pending": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"shortDescription": "text",
"longDescription": "text",
"externalIds": {
"operations": "text"
},
"website": "text",
"icon": "text",
"status": "text",
"vendor": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"settings": {
"productOrdering": true,
"productRequests": {
"enabled": true,
"name": "text",
"label": "text"
},
"itemSelection": true,
"orderQueueChanges": true,
"preValidation": {
"purchaseOrderDraft": true,
"purchaseOrderQuerying": true,
"changeOrderDraft": true,
"terminationOrder": true,
"productRequest": true
},
"splitBilling": {
"enabled": true,
"type": "text"
}
},
"statistics": {
"itemCount": 1,
"ordersPlacedCount": 1,
"agreementCount": 1,
"subscriptionCount": 1,
"requestCount": 1
}
},
"vendor": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
}
}
OK
/v1/catalog/price-lists/{id}
curl -L \
--request PUT \
--url '/v1/catalog/price-lists/{id}' \
--header 'Content-Type: application/json' \
--data '{"externalIds":{}}'
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"currency": "text",
"precision": 1,
"defaultMarkup": 1,
"notes": "text",
"externalIds": {
"vendor": "text"
},
"statistics": {
"sellers": 1,
"listings": 1,
"priceListItems": 1,
"purchasePriceItems": 1,
"purchasePriceCompleteness": 1,
"salesPriceItems": 1,
"salesPriceCompleteness": 1,
"averageMarkup": 1,
"averageMargin": 1
},
"product": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"pending": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"shortDescription": "text",
"longDescription": "text",
"externalIds": {
"operations": "text"
},
"website": "text",
"icon": "text",
"status": "text",
"vendor": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"settings": {
"productOrdering": true,
"productRequests": {
"enabled": true,
"name": "text",
"label": "text"
},
"itemSelection": true,
"orderQueueChanges": true,
"preValidation": {
"purchaseOrderDraft": true,
"purchaseOrderQuerying": true,
"changeOrderDraft": true,
"terminationOrder": true,
"productRequest": true
},
"splitBilling": {
"enabled": true,
"type": "text"
}
},
"statistics": {
"itemCount": 1,
"ordersPlacedCount": 1,
"agreementCount": 1,
"subscriptionCount": 1,
"requestCount": 1
}
},
"vendor": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
}
}
OK
/v1/catalog/price-lists/{priceListId}/items
curl -L \
--url '/v1/catalog/price-lists/{priceListId}/items'
{
"$meta": {
"pagination": {
"offset": 1,
"limit": 1,
"total": 1
},
"omitted": [
"text"
]
},
"data": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"unitLP": 1,
"unitPP": 1,
"markup": 1,
"margin": 1,
"unitSP": 1,
"PPx1": 1,
"PPxM": 1,
"PPxY": 1,
"SPx1": 1,
"SPxM": 1,
"SPxY": 1,
"LPx1": 1,
"LPxM": 1,
"LPxY": 1,
"priceList": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"currency": "text",
"precision": 1,
"defaultMarkup": 1,
"notes": "text",
"externalIds": {
"vendor": "text"
},
"statistics": {
"sellers": 1,
"listings": 1,
"priceListItems": 1,
"purchasePriceItems": 1,
"purchasePriceCompleteness": 1,
"salesPriceItems": 1,
"salesPriceCompleteness": 1,
"averageMarkup": 1,
"averageMargin": 1
},
"product": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"pending": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"shortDescription": "text",
"longDescription": "text",
"externalIds": {
"operations": "text"
},
"website": "text",
"icon": "text",
"status": "text",
"vendor": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"settings": {
"productOrdering": true,
"productRequests": {
"enabled": true,
"name": "text",
"label": "text"
},
"itemSelection": true,
"orderQueueChanges": true,
"preValidation": {
"purchaseOrderDraft": true,
"purchaseOrderQuerying": true,
"changeOrderDraft": true,
"terminationOrder": true,
"productRequest": true
},
"splitBilling": {
"enabled": true,
"type": "text"
}
},
"statistics": {
"itemCount": 1,
"ordersPlacedCount": 1,
"agreementCount": 1,
"subscriptionCount": 1,
"requestCount": 1
}
},
"vendor": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
}
},
"item": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"externalIds": {
"vendor": "text",
"operations": "text"
},
"group": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"label": "text",
"description": "text",
"displayOrder": 1,
"default": true,
"multiple": true,
"required": true,
"itemCount": 1,
"product": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"pending": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"shortDescription": "text",
"longDescription": "text",
"externalIds": {
"operations": "text"
},
"website": "text",
"icon": "text",
"status": "text",
"vendor": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"settings": {
"productOrdering": true,
"productRequests": {
"enabled": true,
"name": "text",
"label": "text"
},
"itemSelection": true,
"orderQueueChanges": true,
"preValidation": {
"purchaseOrderDraft": true,
"purchaseOrderQuerying": true,
"changeOrderDraft": true,
"terminationOrder": true,
"productRequest": true
},
"splitBilling": {
"enabled": true,
"type": "text"
}
},
"statistics": {
"itemCount": 1,
"ordersPlacedCount": 1,
"agreementCount": 1,
"subscriptionCount": 1,
"requestCount": 1
}
}
},
"unit": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"description": "text",
"name": "text",
"statistics": {
"itemCount": 1
}
},
"terms": {
"period": "1m",
"commitment": "1m"
},
"quantityNotApplicable": true,
"status": "text",
"product": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"pending": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"shortDescription": "text",
"longDescription": "text",
"externalIds": {
"operations": "text"
},
"website": "text",
"icon": "text",
"status": "text",
"vendor": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"settings": {
"productOrdering": true,
"productRequests": {
"enabled": true,
"name": "text",
"label": "text"
},
"itemSelection": true,
"orderQueueChanges": true,
"preValidation": {
"purchaseOrderDraft": true,
"purchaseOrderQuerying": true,
"changeOrderDraft": true,
"terminationOrder": true,
"productRequest": true
},
"splitBilling": {
"enabled": true,
"type": "text"
}
},
"statistics": {
"itemCount": 1,
"ordersPlacedCount": 1,
"agreementCount": 1,
"subscriptionCount": 1,
"requestCount": 1
}
},
"parameters": [
{
"value": null,
"id": "text",
"externalId": "text",
"type": "text",
"name": "text",
"displayValue": "text"
}
]
},
"status": "Draft"
}
]
}
OK
/v1/catalog/price-lists/{priceListId}/items/{id}
Draft
, Private
, ForSale
curl -L \
--request PUT \
--url '/v1/catalog/price-lists/{priceListId}/items/{id}' \
--header 'Content-Type: application/json' \
--data '{"status":"Draft"}'
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"unitLP": 1,
"unitPP": 1,
"markup": 1,
"margin": 1,
"unitSP": 1,
"PPx1": 1,
"PPxM": 1,
"PPxY": 1,
"SPx1": 1,
"SPxM": 1,
"SPxY": 1,
"LPx1": 1,
"LPxM": 1,
"LPxY": 1,
"priceList": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"currency": "text",
"precision": 1,
"defaultMarkup": 1,
"notes": "text",
"externalIds": {
"vendor": "text"
},
"statistics": {
"sellers": 1,
"listings": 1,
"priceListItems": 1,
"purchasePriceItems": 1,
"purchasePriceCompleteness": 1,
"salesPriceItems": 1,
"salesPriceCompleteness": 1,
"averageMarkup": 1,
"averageMargin": 1
},
"product": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"pending": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"shortDescription": "text",
"longDescription": "text",
"externalIds": {
"operations": "text"
},
"website": "text",
"icon": "text",
"status": "text",
"vendor": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"settings": {
"productOrdering": true,
"productRequests": {
"enabled": true,
"name": "text",
"label": "text"
},
"itemSelection": true,
"orderQueueChanges": true,
"preValidation": {
"purchaseOrderDraft": true,
"purchaseOrderQuerying": true,
"changeOrderDraft": true,
"terminationOrder": true,
"productRequest": true
},
"splitBilling": {
"enabled": true,
"type": "text"
}
},
"statistics": {
"itemCount": 1,
"ordersPlacedCount": 1,
"agreementCount": 1,
"subscriptionCount": 1,
"requestCount": 1
}
},
"vendor": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
}
},
"item": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"externalIds": {
"vendor": "text",
"operations": "text"
},
"group": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"label": "text",
"description": "text",
"displayOrder": 1,
"default": true,
"multiple": true,
"required": true,
"itemCount": 1,
"product": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"pending": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"shortDescription": "text",
"longDescription": "text",
"externalIds": {
"operations": "text"
},
"website": "text",
"icon": "text",
"status": "text",
"vendor": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"settings": {
"productOrdering": true,
"productRequests": {
"enabled": true,
"name": "text",
"label": "text"
},
"itemSelection": true,
"orderQueueChanges": true,
"preValidation": {
"purchaseOrderDraft": true,
"purchaseOrderQuerying": true,
"changeOrderDraft": true,
"terminationOrder": true,
"productRequest": true
},
"splitBilling": {
"enabled": true,
"type": "text"
}
},
"statistics": {
"itemCount": 1,
"ordersPlacedCount": 1,
"agreementCount": 1,
"subscriptionCount": 1,
"requestCount": 1
}
}
},
"unit": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"description": "text",
"name": "text",
"statistics": {
"itemCount": 1
}
},
"terms": {
"period": "1m",
"commitment": "1m"
},
"quantityNotApplicable": true,
"status": "text",
"product": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"pending": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"shortDescription": "text",
"longDescription": "text",
"externalIds": {
"operations": "text"
},
"website": "text",
"icon": "text",
"status": "text",
"vendor": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"settings": {
"productOrdering": true,
"productRequests": {
"enabled": true,
"name": "text",
"label": "text"
},
"itemSelection": true,
"orderQueueChanges": true,
"preValidation": {
"purchaseOrderDraft": true,
"purchaseOrderQuerying": true,
"changeOrderDraft": true,
"terminationOrder": true,
"productRequest": true
},
"splitBilling": {
"enabled": true,
"type": "text"
}
},
"statistics": {
"itemCount": 1,
"ordersPlacedCount": 1,
"agreementCount": 1,
"subscriptionCount": 1,
"requestCount": 1
}
},
"parameters": [
{
"value": null,
"id": "text",
"externalId": "text",
"type": "text",
"name": "text",
"displayValue": "text"
}
]
},
"status": "Draft"
}
OK
/v1/catalog/price-lists/{priceListId}/items/{id}
curl -L \
--url '/v1/catalog/price-lists/{priceListId}/items/{id}'
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"unitLP": 1,
"unitPP": 1,
"markup": 1,
"margin": 1,
"unitSP": 1,
"PPx1": 1,
"PPxM": 1,
"PPxY": 1,
"SPx1": 1,
"SPxM": 1,
"SPxY": 1,
"LPx1": 1,
"LPxM": 1,
"LPxY": 1,
"priceList": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"currency": "text",
"precision": 1,
"defaultMarkup": 1,
"notes": "text",
"externalIds": {
"vendor": "text"
},
"statistics": {
"sellers": 1,
"listings": 1,
"priceListItems": 1,
"purchasePriceItems": 1,
"purchasePriceCompleteness": 1,
"salesPriceItems": 1,
"salesPriceCompleteness": 1,
"averageMarkup": 1,
"averageMargin": 1
},
"product": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"pending": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"shortDescription": "text",
"longDescription": "text",
"externalIds": {
"operations": "text"
},
"website": "text",
"icon": "text",
"status": "text",
"vendor": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"settings": {
"productOrdering": true,
"productRequests": {
"enabled": true,
"name": "text",
"label": "text"
},
"itemSelection": true,
"orderQueueChanges": true,
"preValidation": {
"purchaseOrderDraft": true,
"purchaseOrderQuerying": true,
"changeOrderDraft": true,
"terminationOrder": true,
"productRequest": true
},
"splitBilling": {
"enabled": true,
"type": "text"
}
},
"statistics": {
"itemCount": 1,
"ordersPlacedCount": 1,
"agreementCount": 1,
"subscriptionCount": 1,
"requestCount": 1
}
},
"vendor": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
}
},
"item": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"externalIds": {
"vendor": "text",
"operations": "text"
},
"group": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"label": "text",
"description": "text",
"displayOrder": 1,
"default": true,
"multiple": true,
"required": true,
"itemCount": 1,
"product": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"pending": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"shortDescription": "text",
"longDescription": "text",
"externalIds": {
"operations": "text"
},
"website": "text",
"icon": "text",
"status": "text",
"vendor": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"settings": {
"productOrdering": true,
"productRequests": {
"enabled": true,
"name": "text",
"label": "text"
},
"itemSelection": true,
"orderQueueChanges": true,
"preValidation": {
"purchaseOrderDraft": true,
"purchaseOrderQuerying": true,
"changeOrderDraft": true,
"terminationOrder": true,
"productRequest": true
},
"splitBilling": {
"enabled": true,
"type": "text"
}
},
"statistics": {
"itemCount": 1,
"ordersPlacedCount": 1,
"agreementCount": 1,
"subscriptionCount": 1,
"requestCount": 1
}
}
},
"unit": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"description": "text",
"name": "text",
"statistics": {
"itemCount": 1
}
},
"terms": {
"period": "1m",
"commitment": "1m"
},
"quantityNotApplicable": true,
"status": "text",
"product": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"pending": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"shortDescription": "text",
"longDescription": "text",
"externalIds": {
"operations": "text"
},
"website": "text",
"icon": "text",
"status": "text",
"vendor": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:51:57.815Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"externalIds": {
"pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
},
"externalId": "text",
"externalName": "text",
"type": "Client",
"status": "Active",
"serviceLevel": "Express",
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"icon": "text",
"technicalSupportEmail": "hello@example.com",
"website": "text",
"description": "text",
"name": "text",
"groups": "[Circular Reference]"
},
"logo": "text",
"isDefault": true,
"modules": [
"[Circular Reference]"
],
"users": [
"[Circular Reference]"
],
"buyers": [
"[Circular Reference]"
]
}
]
},
"settings": {
"productOrdering": true,
"productRequests": {
"enabled": true,
"name": "text",
"label": "text"
},
"itemSelection": true,
"orderQueueChanges": true,
"preValidation": {
"purchaseOrderDraft": true,
"purchaseOrderQuerying": true,
"changeOrderDraft": true,
"terminationOrder": true,
"productRequest": true
},
"splitBilling": {
"enabled": true,
"type": "text"
}
},
"statistics": {
"itemCount": 1,
"ordersPlacedCount": 1,
"agreementCount": 1,
"subscriptionCount": 1,
"requestCount": 1
}
},
"parameters": [
{
"value": null,
"id": "text",
"externalId": "text",
"type": "text",
"name": "text",
"displayValue": "text"
}
]
},
"status": "Draft"
}
OK