Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
The Item object represents a “product item” as a transactable element of a product that, for example, in a created order, is represented as a “line item” of that order.
id
string
Platform generated Id.
Example: "ITM-0690-0539-0001"
href
string
The resource URI of the Item.
Example: "/product-items/ITM-0690-0539-0001"
name
string
Name of the item.
Example: "Microsoft 365 Apps for Business"
description
string
Item description.
Example: "Best for businesses that need Office apps across devices and cloud file storage. For businesses with up to 300 employees."
externalIds
Example:
{
"vendor": "ven-1233-3222",
"operations": "op-322-322",
}
terms
Terms
Terms for the Items, as defined in Terms object.
Example:
{
"period": "1m",
"commitment": "1y"
}
quantityNotApplicable
boolean
Is quantity is not applicable or relevant to the product item being sold.
Example: "true"
status
Status of the item.
Example: "Draft"
parameters
Captures any additional information required for a product item and is defined by item configuration parameters.
Only item configuration parameters are available on this list.
Example:
{
"id": "PRM-1234-1234-1234",
"externalId": "SKU",
"value": "65272478BB01A12"
}
group
Item group to wich item is assigned.
unit
UnitOfMeasure
Unit of measure assigned to item.
product
Product to which item is assigned.
audit
AuditObject
Audit object with possible entries: created, updated, activated, terminated, according to lifecycle of the object. Possible audit events: created, updated.
Example:
{
"created": { "at": "...", "by": { } },
"updated": { "at": "...", "by": { } }
}
The parameter object contains the value of the given parameter along with additional information like constraints.
id
string
Identifier of parameter definition this value refers to.
Example: "PDF-1234-1234-1234"
externalId
string
Id of the parameter in external system.
Example: "SKU"
name
string
Parameter display name.
Example: "Stock keeping unit"
value
string
Value of the parameter.
Example: "65272478BB01A12"
ExternalIds contain any external identifier
vendor
string
A vendor identifier is item identifier recognizable by vendor, so when an order is placed they will easily understand which item is to be provisioned.
{
"id": "ITM-0690-0539-0001",
"href": "/product-items/ITM-0690-0539-0001",
"name": "Microsoft 365 Online Services for Charity",
"description": "mashaTestTajfunTeam",
"state": "Draft",
"parameters": [
{
"id": "PRM-0690-0539-0001",
"externalId": "SKU",
"name": "Stock keeping unit",
"value": "65272478BB01A12"
},
{
"id": "PRM-0690-0539-0004",
"externalId": "countries",
"name": "Countries (checkboxes)",
"value": [
"us",
"eu",
"jp"
]
},
{
"id": "PRM-0690-0539-0004",
"externalId": "countries",
"name": "Countries (checkboxes)",
"value": {
"addressLine1": "123 Main Street",
"addressLine2": "Apt 4B",
"postCode": "12345",
"city": "Cityville",
"state": "S",
"country": "ST"
}
},
{
"id": "PRM-0690-0539-0002",
"externalId": "JSON_data",
"name": "Information stored by vendor integration",
"value": { ...data... }
}
],
"group": {
"id": "IGR-0690-0539-0001",
},
"unit": {
"id": "UNT-7362",
},
"product": {
"id": "PRD-0690-0539",
},
"audit": {
"created": { "at": "...", "by": { } },
"updated": { "at": "...", "by": { } }
}
}
See .
The following diagram shows the possible states an item object may have in the Marketplace Platform and the transition between these states:
Draft
The item object is being created by the vendor.
The object is not visible to the clients in the marketplace.
Review
The vendor has submitted the item to SoftwareOne Operations for review and publishing.
SoftwareOne Operations will add the ERP item ID before publishing.
Published
The item object is available in the marketplace.
Unpublished
The item object is not available in the marketplace.
Deleted
The item object no longer exists.
It's no longer part of the product definition and can't be used anymore.
/v1/catalog/items/{id}/unpublish
curl -L \
--request POST \
--url '/v1/catalog/items/{id}/unpublish'
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"pending": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[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:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"pending": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[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"
}
]
}
OK
/v1/catalog/items/{id}/publish
curl -L \
--request POST \
--url '/v1/catalog/items/{id}/publish'
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"pending": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[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:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"pending": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[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"
}
]
}
OK
/v1/catalog/items
curl -L \
--request POST \
--url '/v1/catalog/items' \
--header 'Content-Type: application/json' \
--data '{"product":{},"externalIds":{},"group":{},"unit":{},"terms":{"period":"1m","commitment":"1m"},"parameters":[{}]}'
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"pending": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[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:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"pending": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[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"
}
]
}
Created
/v1/catalog/items
curl -L \
--url '/v1/catalog/items'
{
"$meta": {
"pagination": {
"offset": 1,
"limit": 1,
"total": 1
},
"omitted": [
"text"
]
},
"data": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"pending": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[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:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"pending": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[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"
}
]
}
]
}
OK
/v1/catalog/items/{id}
curl -L \
--request PUT \
--url '/v1/catalog/items/{id}' \
--header 'Content-Type: application/json' \
--data '{"externalIds":{},"group":{},"unit":{},"parameters":[{}]}'
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"pending": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[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:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"pending": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[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"
}
]
}
OK
/v1/catalog/items/{id}
curl -L \
--url '/v1/catalog/items/{id}'
{
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"pending": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[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:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"published": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"pending": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"unpublished": {
"at": "2025-02-22T08:41:33.942Z",
"by": {
"id": "text",
"audit": {
"created": {
"at": "2025-02-22T08:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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:41:33.942Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-02-22T08:41:33.942Z",
"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": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"description": "text",
"account": "[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"
}
]
}
OK
/v1/catalog/items/{id}/review
curl -L \
--request POST \
--url '/v1/catalog/items/{id}/review'
No body
No Content
/v1/catalog/items/{id}
curl -L \
--request DELETE \
--url '/v1/catalog/items/{id}'
No body
No Content