Create a sales order
Creates a new sales order.
Headers
The ID of the End-User to receive this request.
The ID of the End-User to receive this request.
Request body
Example request
{
"customerId": "80000001-1234567890",
"classId": "80000001-1234567890",
"documentTemplateId": "80000001-1234567890",
"transactionDate": "2024-10-01",
"refNumber": "SO-1234",
"billingAddress": {
"line1": "Conductor Labs Inc.",
"line2": "540 Market St.",
"line3": "Suite 100",
"city": "San Francisco",
"state": "CA",
"postalCode": "94110",
"country": "United States",
"note": "Conductor HQ"
},
"shippingAddress": {
"line1": "Conductor Labs Inc.",
"line2": "540 Market St.",
"line3": "Suite 100",
"city": "San Francisco",
"state": "CA",
"postalCode": "94110",
"country": "United States",
"note": "Conductor HQ"
},
"purchaseOrderNumber": "PO-1234",
"termsId": "80000001-1234567890",
"dueDate": "2024-10-31",
"salesRepresentativeId": "80000001-1234567890",
"shipmentOrigin": "San Francisco, CA",
"shippingDate": "2024-10-01",
"shippingMethodId": "80000001-1234567890",
"salesTaxItemId": "80000001-1234567890",
"isManuallyClosed": true,
"memo": "Customer requested rush delivery",
"customerMessageId": "80000001-1234567890",
"isQueuedForPrint": true,
"isQueuedForEmail": true,
"salesTaxCodeId": "80000001-1234567890",
"otherCustomField": "Special handling required",
"exchangeRate": 1.2345,
"externalId": "12345678-abcd-1234-abcd-1234567890ab",
"lines": [
{
"itemId": "80000001-1234567890",
"description": "Widget Model X100 - Blue",
"quantity": 5,
"unitOfMeasure": "Each",
"rate": "10.00",
"ratePercent": "10.5",
"priceLevelId": "80000001-1234567890",
"classId": "80000001-1234567890",
"amount": "1000.00",
"priceRuleConflictStrategy": "base_price",
"inventorySiteId": "80000001-1234567890",
"inventorySiteLocationId": "80000001-1234567890",
"serialNumber": "SN1234567890",
"lotNumber": "LOT2023-001",
"salesTaxCodeId": "80000001-1234567890",
"isManuallyClosed": true,
"otherCustomField1": "Special handling required",
"otherCustomField2": "Always ship with a spare",
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"value": "Premium"
}
]
}
],
"lineGroups": [
{
"itemGroupId": "80000001-1234567890",
"quantity": 5,
"unitOfMeasure": "Each",
"inventorySiteId": "80000001-1234567890",
"inventorySiteLocationId": "80000001-1234567890",
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"value": "Premium"
}
]
}
],
"salesChannelName": "ecommerce",
"salesStoreName": "Store 1",
"salesStoreType": "Retail"
}Response
Returns the newly created sales order.
Example response
{
"id": "123ABC-1234567890",
"objectType": "qbd_sales_order",
"createdAt": "2025-01-01T12:34:56+00:00",
"updatedAt": "2025-02-01T12:34:56+00:00",
"revisionNumber": "1721172183",
"customer": {
"id": "80000001-1234567890",
"fullName": "Acme Corporation"
},
"class": {
"id": "80000001-1234567890",
"fullName": "Online Sales"
},
"documentTemplate": {
"id": "80000001-1234567890",
"fullName": "Sales Order Template"
},
"transactionDate": "2024-10-01",
"refNumber": "SO-1234",
"billingAddress": {
"line1": "Conductor Labs Inc.",
"line2": "540 Market St.",
"line3": "Suite 100",
"city": "San Francisco",
"state": "CA",
"postalCode": "94110",
"country": "United States",
"note": "Conductor HQ"
},
"shippingAddress": {
"line1": "Conductor Labs Inc.",
"line2": "540 Market St.",
"line3": "Suite 100",
"city": "San Francisco",
"state": "CA",
"postalCode": "94110",
"country": "United States",
"note": "Conductor HQ"
},
"purchaseOrderNumber": "PO-1234",
"terms": {
"id": "80000001-1234567890",
"fullName": "Net 30"
},
"dueDate": "2024-10-31",
"salesRepresentative": {
"id": "80000001-1234567890",
"fullName": "Jane Doe"
},
"shipmentOrigin": "San Francisco, CA",
"shippingDate": "2024-10-01",
"shippingMethod": {
"id": "80000001-1234567890",
"fullName": "FedEx Ground"
},
"subtotal": "1000.00",
"salesTaxItem": {
"id": "80000001-1234567890",
"fullName": "State Sales Tax"
},
"salesTaxPercentage": "0.07",
"salesTaxTotal": "10.00",
"totalAmount": "1000.00",
"currency": {
"id": "80000001-1234567890",
"fullName": "USD"
},
"exchangeRate": 1.2345,
"totalAmountInHomeCurrency": "1234.56",
"isManuallyClosed": true,
"memo": "Customer requested rush delivery",
"customerMessage": {
"id": "80000001-1234567890",
"fullName": "Thank you for your business!"
},
"isQueuedForPrint": true,
"isQueuedForEmail": true,
"salesTaxCode": {
"id": "80000001-1234567890",
"fullName": "Non"
},
"otherCustomField": "Special handling required",
"externalId": "12345678-abcd-1234-abcd-1234567890ab",
"linkedTransactions": [
{
"id": "123ABC-1234567890",
"objectType": "qbd_linked_transaction",
"transactionType": "invoice",
"transactionDate": "2024-10-01",
"refNumber": "LINK-1234",
"linkType": "amount",
"amount": "1000.00"
}
],
"lines": [
{
"id": "456DEF-1234567890",
"objectType": "qbd_sales_order_line",
"item": {
"id": "80000001-1234567890",
"fullName": "Widget A"
},
"description": "Widget Model X100 - Blue",
"quantity": 5,
"unitOfMeasure": "Each",
"overrideUnitOfMeasureSet": {
"id": "80000001-1234567890",
"fullName": "Volume Units"
},
"rate": "10.00",
"ratePercent": "10.5",
"class": {
"id": "80000001-1234567890",
"fullName": "West-Coast:Sales"
},
"amount": "1000.00",
"inventorySite": {
"id": "80000001-1234567890",
"fullName": "Main Warehouse"
},
"inventorySiteLocation": {
"id": "80000001-1234567890",
"fullName": "Aisle 3, Shelf B"
},
"serialNumber": "SN1234567890",
"lotNumber": "LOT2023-001",
"expirationDate": "2025-12-31",
"salesTaxCode": {
"id": "80000001-1234567890",
"fullName": "Non"
},
"quantityInvoiced": 5,
"isManuallyClosed": true,
"otherCustomField1": "Special handling required",
"otherCustomField2": "Always ship with a spare",
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"type": "string_1024_type",
"value": "Premium"
}
]
}
],
"lineGroups": [
{
"id": "456DEF-1234567890",
"objectType": "qbd_sales_order_line_group",
"itemGroup": {
"id": "80000001-1234567890",
"fullName": "Office Supplies Bundle"
},
"description": "Service Bundle 1",
"quantity": 5,
"unitOfMeasure": "Each",
"overrideUnitOfMeasureSet": {
"id": "80000001-1234567890",
"fullName": "Volume Units"
},
"shouldPrintItemsInGroup": true,
"totalAmount": "1000.00",
"lines": [
{
"id": "456DEF-1234567890",
"objectType": "qbd_sales_order_line",
"item": {
"id": "80000001-1234567890",
"fullName": "Widget A"
},
"description": "Widget Model X100 - Blue",
"quantity": 5,
"unitOfMeasure": "Each",
"overrideUnitOfMeasureSet": {
"id": "80000001-1234567890",
"fullName": "Volume Units"
},
"rate": "10.00",
"ratePercent": "10.5",
"class": {
"id": "80000001-1234567890",
"fullName": "West-Coast:Sales"
},
"amount": "1000.00",
"inventorySite": {
"id": "80000001-1234567890",
"fullName": "Main Warehouse"
},
"inventorySiteLocation": {
"id": "80000001-1234567890",
"fullName": "Aisle 3, Shelf B"
},
"serialNumber": "SN1234567890",
"lotNumber": "LOT2023-001",
"expirationDate": "2025-12-31",
"salesTaxCode": {
"id": "80000001-1234567890",
"fullName": "Non"
},
"quantityInvoiced": 5,
"isManuallyClosed": true,
"otherCustomField1": "Special handling required",
"otherCustomField2": "Always ship with a spare",
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"type": "string_1024_type",
"value": "Premium"
}
]
}
],
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"type": "string_1024_type",
"value": "Premium"
}
]
}
],
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"type": "string_1024_type",
"value": "Premium"
}
],
"salesChannelName": "ecommerce",
"salesStoreName": "Store 1",
"salesStoreType": "Retail"
}Changes
Changed in 5 of the 46 revisions of this API.34026195
- ●
the
classIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
customerIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
customerMessageIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
documentTemplateIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
lineGroups/items/inventorySiteIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
lineGroups/items/inventorySiteLocationIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
lineGroups/items/itemGroupIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
lines/items/classIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
lines/items/inventorySiteIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
lines/items/inventorySiteLocationIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
lines/items/itemIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
lines/items/priceLevelIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
lines/items/salesTaxCodeIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
salesRepresentativeIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
salesTaxCodeIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
salesTaxItemIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
shippingMethodIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
termsIdrequest property's maxLength was set to36request-property-max-length-set
- ●
- ●
the
refNumberrequest property's maxLength was set to11request-property-max-length-set
- ●
the
shipmentOriginrequest property's maxLength was set to13request-property-max-length-set
- ●
- ▲
response property
dueDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
exchangeRatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
externalIdlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
isFullyInvoicedlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
isQueuedForEmaillist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
isQueuedForPrintlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/itemGroup/fullNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/itemGroup/idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/expirationDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/lotNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/otherCustomField1list-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/otherCustomField2list-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/quantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/quantityInvoicedlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/ratelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/ratePercentlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/serialNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/unitOfMeasurelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/quantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/unitOfMeasurelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/expirationDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/lotNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/otherCustomField1list-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/otherCustomField2list-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/quantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/quantityInvoicedlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/ratelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/ratePercentlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/serialNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/unitOfMeasurelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
linkedTransactions/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
linkedTransactions/items/linkTypelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
linkedTransactions/items/refNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
memolist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
otherCustomFieldlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
purchaseOrderNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
refNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
salesChannelNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
salesStoreNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
salesStoreTypelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
salesTaxPercentagelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
salesTaxTotallist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
shipmentOriginlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
shippingDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
totalAmountInHomeCurrencylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
the
classresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
currencyresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
customerresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
customerMessageresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
documentTemplateresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/classresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/inventorySiteresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/inventorySiteLocationresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/itemresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/overrideUnitOfMeasureSetresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/salesTaxCoderesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lineGroups/items/overrideUnitOfMeasureSetresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lines/items/classresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lines/items/inventorySiteresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lines/items/inventorySiteLocationresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lines/items/itemresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lines/items/overrideUnitOfMeasureSetresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lines/items/salesTaxCoderesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
salesRepresentativeresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
salesTaxCoderesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
salesTaxItemresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
shippingMethodresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
termsresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
removed the required property
class/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
class/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
currency/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
currency/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
customer/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
customer/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
customerMessage/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
customerMessage/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
documentTemplate/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
documentTemplate/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/class/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/class/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/inventorySite/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/inventorySite/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/inventorySiteLocation/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/inventorySiteLocation/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/item/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/item/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/overrideUnitOfMeasureSet/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/overrideUnitOfMeasureSet/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/salesTaxCode/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/salesTaxCode/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/overrideUnitOfMeasureSet/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/overrideUnitOfMeasureSet/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/class/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/class/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/inventorySite/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/inventorySite/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/inventorySiteLocation/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/inventorySiteLocation/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/item/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/item/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/overrideUnitOfMeasureSet/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/overrideUnitOfMeasureSet/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/salesTaxCode/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/salesTaxCode/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesRepresentative/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesRepresentative/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesTaxCode/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesTaxCode/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesTaxItem/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesTaxItem/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
shippingMethod/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
shippingMethod/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
terms/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
terms/idfrom the response with the200statusresponse-required-property-removed
- ○
added
qbd_addresssubschema #2to thebillingAddressresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
qbd_addresssubschema #2to theshippingAddressresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theclassresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thecurrencyresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thecustomerresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thecustomerMessageresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedocumentTemplateresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelineGroups/items/lines/items/classresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelineGroups/items/lines/items/inventorySiteresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelineGroups/items/lines/items/inventorySiteLocationresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelineGroups/items/lines/items/itemresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelineGroups/items/lines/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelineGroups/items/lines/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelineGroups/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelines/items/classresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelines/items/inventorySiteresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelines/items/inventorySiteLocationresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelines/items/itemresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelines/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelines/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thesalesRepresentativeresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thesalesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thesalesTaxItemresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theshippingMethodresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thetermsresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
removed the
amountenum value from thelinkedTransactions/items/linkTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
blankenum value from thesalesChannelNameresponse property for the response status200response-property-enum-value-removed
- ○
removed the
ecommerceenum value from thesalesChannelNameresponse property for the response status200response-property-enum-value-removed
- ○
removed the
quantityenum value from thelinkedTransactions/items/linkTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thelinkedTransactions/items/linkTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thesalesChannelNameresponse property for the response status200response-property-enum-value-removed
- ○
removed
qbd_addresssubschema #2from thebillingAddressresponse propertyoneOflist for the response status200response-property-one-of-removed
- ○
removed
qbd_addresssubschema #2from theshippingAddressresponse propertyoneOflist for the response status200response-property-one-of-removed
- ▲
- ▲
the response property
classbecame nullable for the status200response-property-became-nullable
- ▲
the response property
currencybecame nullable for the status200response-property-became-nullable
- ▲
the response property
customerbecame nullable for the status200response-property-became-nullable
- ▲
the response property
customerMessagebecame nullable for the status200response-property-became-nullable
- ▲
the response property
documentTemplatebecame nullable for the status200response-property-became-nullable
- ▲
the response property
dueDatebecame nullable for the status200response-property-became-nullable
- ▲
the response property
exchangeRatebecame nullable for the status200response-property-became-nullable
- ▲
the response property
externalIdbecame nullable for the status200response-property-became-nullable
- ▲
the response property
isFullyInvoicedbecame nullable for the status200response-property-became-nullable
- ▲
the response property
isQueuedForEmailbecame nullable for the status200response-property-became-nullable
- ▲
the response property
isQueuedForPrintbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/descriptionbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/itemGroup/fullNamebecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/itemGroup/idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/amountbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/classbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/descriptionbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/expirationDatebecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/inventorySitebecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/inventorySiteLocationbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/itembecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/lotNumberbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/otherCustomField1became nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/otherCustomField2became nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/overrideUnitOfMeasureSetbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/quantitybecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/quantityInvoicedbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/ratebecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/ratePercentbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/salesTaxCodebecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/serialNumberbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/unitOfMeasurebecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/overrideUnitOfMeasureSetbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/quantitybecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/unitOfMeasurebecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/amountbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/classbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/descriptionbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/expirationDatebecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/inventorySitebecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/inventorySiteLocationbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/itembecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/lotNumberbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/otherCustomField1became nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/otherCustomField2became nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/overrideUnitOfMeasureSetbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/quantitybecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/quantityInvoicedbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/ratebecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/ratePercentbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/salesTaxCodebecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/serialNumberbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/unitOfMeasurebecame nullable for the status200response-property-became-nullable
- ▲
the response property
linkedTransactions/items/amountbecame nullable for the status200response-property-became-nullable
- ▲
the response property
linkedTransactions/items/linkTypebecame nullable for the status200response-property-became-nullable
- ▲
the response property
linkedTransactions/items/refNumberbecame nullable for the status200response-property-became-nullable
- ▲
the response property
memobecame nullable for the status200response-property-became-nullable
- ▲
the response property
otherCustomFieldbecame nullable for the status200response-property-became-nullable
- ▲
the response property
purchaseOrderNumberbecame nullable for the status200response-property-became-nullable
- ▲
the response property
refNumberbecame nullable for the status200response-property-became-nullable
- ▲
the response property
salesChannelNamebecame nullable for the status200response-property-became-nullable
- ▲
the response property
salesRepresentativebecame nullable for the status200response-property-became-nullable
- ▲
the response property
salesStoreNamebecame nullable for the status200response-property-became-nullable
- ▲
the response property
salesStoreTypebecame nullable for the status200response-property-became-nullable
- ▲
the response property
salesTaxCodebecame nullable for the status200response-property-became-nullable
- ▲
the response property
salesTaxItembecame nullable for the status200response-property-became-nullable
- ▲
the response property
salesTaxPercentagebecame nullable for the status200response-property-became-nullable
- ▲
the response property
salesTaxTotalbecame nullable for the status200response-property-became-nullable
- ▲
the response property
shipmentOriginbecame nullable for the status200response-property-became-nullable
- ▲
the response property
shippingDatebecame nullable for the status200response-property-became-nullable
- ▲
the response property
shippingMethodbecame nullable for the status200response-property-became-nullable
- ▲
the response property
termsbecame nullable for the status200response-property-became-nullable
- ▲
the response property
totalAmountInHomeCurrencybecame nullable for the status200response-property-became-nullable
- ▲
added
qbd_addresssubschema #2to thebillingAddressresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
added
qbd_addresssubschema #2to theshippingAddressresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
the
classresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
currencyresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
customerresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
customerMessageresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
documentTemplateresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/classresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/inventorySiteresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/inventorySiteLocationresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/itemresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/overrideUnitOfMeasureSetresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/salesTaxCoderesponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
lineGroups/items/overrideUnitOfMeasureSetresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
lines/items/classresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
lines/items/inventorySiteresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
lines/items/inventorySiteLocationresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
lines/items/itemresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
lines/items/overrideUnitOfMeasureSetresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
lines/items/salesTaxCoderesponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
salesRepresentativeresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
salesTaxCoderesponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
salesTaxItemresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
shippingMethodresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
termsresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ●
added the new
amountenum value to thelinkedTransactions/items/linkTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
blankenum value to thesalesChannelNameresponse property for the response status200response-property-enum-value-added
- ●
added the new
ecommerceenum value to thesalesChannelNameresponse property for the response status200response-property-enum-value-added
- ●
added the new
quantityenum value to thelinkedTransactions/items/linkTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to thelinkedTransactions/items/linkTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to thesalesChannelNameresponse property for the response status200response-property-enum-value-added
- ○
removed the pattern
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$from the request propertydueDaterequest-property-pattern-removed
- ○
removed the pattern
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$from the request propertyshippingDaterequest-property-pattern-removed
- ○
removed the pattern
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$from the request propertytransactionDaterequest-property-pattern-removed
- ○
removed the pattern
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$from the request propertyexternalIdrequest-property-pattern-removed
- ○
removed
qbd_addresssubschema #2from thebillingAddressresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
qbd_addresssubschema #2from theshippingAddressresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from theclassresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thecurrencyresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thecustomerresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thecustomerMessageresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedocumentTemplateresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thelineGroups/items/lines/items/classresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thelineGroups/items/lines/items/inventorySiteresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thelineGroups/items/lines/items/inventorySiteLocationresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thelineGroups/items/lines/items/itemresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thelineGroups/items/lines/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thelineGroups/items/lines/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thelineGroups/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thelines/items/classresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thelines/items/inventorySiteresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thelines/items/inventorySiteLocationresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thelines/items/itemresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thelines/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thelines/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thesalesRepresentativeresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thesalesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thesalesTaxItemresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from theshippingMethodresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thetermsresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
response property
dueDatelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
exchangeRatelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
externalIdlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
isFullyInvoicedlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
isQueuedForEmaillist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
isQueuedForPrintlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/descriptionlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/itemGroup/fullNamelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/itemGroup/idlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/lines/items/amountlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/lines/items/descriptionlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/lines/items/expirationDatelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/lines/items/lotNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/lines/items/otherCustomField1list-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/lines/items/otherCustomField2list-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/lines/items/quantitylist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/lines/items/quantityInvoicedlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/lines/items/ratelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/lines/items/ratePercentlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/lines/items/serialNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/lines/items/unitOfMeasurelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/quantitylist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/unitOfMeasurelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lines/items/amountlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lines/items/descriptionlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lines/items/expirationDatelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lines/items/lotNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lines/items/otherCustomField1list-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lines/items/otherCustomField2list-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lines/items/quantitylist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lines/items/quantityInvoicedlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lines/items/ratelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lines/items/ratePercentlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lines/items/serialNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lines/items/unitOfMeasurelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
linkedTransactions/items/amountlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
linkedTransactions/items/linkTypelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
linkedTransactions/items/refNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
memolist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
otherCustomFieldlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
purchaseOrderNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
refNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
salesChannelNamelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
salesStoreNamelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
salesStoreTypelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
salesTaxPercentagelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
salesTaxTotallist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
shipmentOriginlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
shippingDatelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
totalAmountInHomeCurrencylist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
the
linkedTransactions/items/transactionDateresponse's property pattern^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$was removed for the status200response-property-pattern-removed
- ○
the
transactionDateresponse's property pattern^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$was removed for the status200response-property-pattern-removed
- ○
added the required property
class/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
class/idto the response with the200statusresponse-required-property-added
- ○
added the required property
currency/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
currency/idto the response with the200statusresponse-required-property-added
- ○
added the required property
customer/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
customer/idto the response with the200statusresponse-required-property-added
- ○
added the required property
customerMessage/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
customerMessage/idto the response with the200statusresponse-required-property-added
- ○
added the required property
documentTemplate/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
documentTemplate/idto the response with the200statusresponse-required-property-added
- ○
added the required property
lineGroups/items/lines/items/class/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
lineGroups/items/lines/items/class/idto the response with the200statusresponse-required-property-added
- ○
added the required property
lineGroups/items/lines/items/inventorySite/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
lineGroups/items/lines/items/inventorySite/idto the response with the200statusresponse-required-property-added
- ○
added the required property
lineGroups/items/lines/items/inventorySiteLocation/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
lineGroups/items/lines/items/inventorySiteLocation/idto the response with the200statusresponse-required-property-added
- ○
added the required property
lineGroups/items/lines/items/item/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
lineGroups/items/lines/items/item/idto the response with the200statusresponse-required-property-added
- ○
added the required property
lineGroups/items/lines/items/overrideUnitOfMeasureSet/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
lineGroups/items/lines/items/overrideUnitOfMeasureSet/idto the response with the200statusresponse-required-property-added
- ○
added the required property
lineGroups/items/lines/items/salesTaxCode/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
lineGroups/items/lines/items/salesTaxCode/idto the response with the200statusresponse-required-property-added
- ○
added the required property
lineGroups/items/overrideUnitOfMeasureSet/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
lineGroups/items/overrideUnitOfMeasureSet/idto the response with the200statusresponse-required-property-added
- ○
added the required property
lines/items/class/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
lines/items/class/idto the response with the200statusresponse-required-property-added
- ○
added the required property
lines/items/inventorySite/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
lines/items/inventorySite/idto the response with the200statusresponse-required-property-added
- ○
added the required property
lines/items/inventorySiteLocation/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
lines/items/inventorySiteLocation/idto the response with the200statusresponse-required-property-added
- ○
added the required property
lines/items/item/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
lines/items/item/idto the response with the200statusresponse-required-property-added
- ○
added the required property
lines/items/overrideUnitOfMeasureSet/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
lines/items/overrideUnitOfMeasureSet/idto the response with the200statusresponse-required-property-added
- ○
added the required property
lines/items/salesTaxCode/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
lines/items/salesTaxCode/idto the response with the200statusresponse-required-property-added
- ○
added the required property
salesRepresentative/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
salesRepresentative/idto the response with the200statusresponse-required-property-added
- ○
added the required property
salesTaxCode/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
salesTaxCode/idto the response with the200statusresponse-required-property-added
- ○
added the required property
salesTaxItem/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
salesTaxItem/idto the response with the200statusresponse-required-property-added
- ○
added the required property
shippingMethod/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
shippingMethod/idto the response with the200statusresponse-required-property-added
- ○
added the required property
terms/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
terms/idto the response with the200statusresponse-required-property-added
- ▲
- ▲
added the pattern
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$to the request propertydueDaterequest-property-pattern-added
- ▲
added the pattern
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$to the request propertyshippingDaterequest-property-pattern-added
- ▲
added the pattern
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$to the request propertytransactionDaterequest-property-pattern-added
- ▲
added the pattern
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$to the request propertyexternalIdrequest-property-pattern-added
- ▲
response property
dueDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
exchangeRatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
externalIdlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
isFullyInvoicedlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
isQueuedForEmaillist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
isQueuedForPrintlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/itemGroup/fullNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/itemGroup/idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/expirationDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/lotNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/otherCustomField1list-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/otherCustomField2list-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/quantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/quantityInvoicedlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/ratelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/ratePercentlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/serialNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/unitOfMeasurelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/quantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/unitOfMeasurelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/expirationDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/lotNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/otherCustomField1list-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/otherCustomField2list-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/quantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/quantityInvoicedlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/ratelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/ratePercentlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/serialNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/unitOfMeasurelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
linkedTransactions/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
linkedTransactions/items/linkTypelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
linkedTransactions/items/refNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
memolist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
otherCustomFieldlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
purchaseOrderNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
refNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
salesChannelNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
salesStoreNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
salesStoreTypelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
salesTaxPercentagelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
salesTaxTotallist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
shipmentOriginlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
shippingDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
totalAmountInHomeCurrencylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
the
classresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
currencyresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
customerresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
customerMessageresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
documentTemplateresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/classresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/inventorySiteresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/inventorySiteLocationresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/itemresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/overrideUnitOfMeasureSetresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/salesTaxCoderesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lineGroups/items/overrideUnitOfMeasureSetresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lines/items/classresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lines/items/inventorySiteresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lines/items/inventorySiteLocationresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lines/items/itemresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lines/items/overrideUnitOfMeasureSetresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lines/items/salesTaxCoderesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
salesRepresentativeresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
salesTaxCoderesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
salesTaxItemresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
shippingMethodresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
termsresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
removed the required property
class/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
class/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
currency/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
currency/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
customer/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
customer/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
customerMessage/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
customerMessage/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
documentTemplate/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
documentTemplate/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/class/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/class/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/inventorySite/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/inventorySite/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/inventorySiteLocation/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/inventorySiteLocation/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/item/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/item/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/overrideUnitOfMeasureSet/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/overrideUnitOfMeasureSet/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/salesTaxCode/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/salesTaxCode/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/overrideUnitOfMeasureSet/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/overrideUnitOfMeasureSet/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/class/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/class/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/inventorySite/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/inventorySite/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/inventorySiteLocation/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/inventorySiteLocation/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/item/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/item/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/overrideUnitOfMeasureSet/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/overrideUnitOfMeasureSet/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/salesTaxCode/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/salesTaxCode/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesRepresentative/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesRepresentative/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesTaxCode/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesTaxCode/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesTaxItem/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesTaxItem/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
shippingMethod/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
shippingMethod/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
terms/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
terms/idfrom the response with the200statusresponse-required-property-removed
- ○
added
qbd_addresssubschema #2to thebillingAddressresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
qbd_addresssubschema #2to theshippingAddressresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theclassresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thecurrencyresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thecustomerresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thecustomerMessageresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedocumentTemplateresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelineGroups/items/lines/items/classresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelineGroups/items/lines/items/inventorySiteresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelineGroups/items/lines/items/inventorySiteLocationresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelineGroups/items/lines/items/itemresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelineGroups/items/lines/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelineGroups/items/lines/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelineGroups/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelines/items/classresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelines/items/inventorySiteresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelines/items/inventorySiteLocationresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelines/items/itemresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelines/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelines/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thesalesRepresentativeresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thesalesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thesalesTaxItemresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theshippingMethodresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thetermsresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
removed the
amountenum value from thelinkedTransactions/items/linkTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
blankenum value from thesalesChannelNameresponse property for the response status200response-property-enum-value-removed
- ○
removed the
ecommerceenum value from thesalesChannelNameresponse property for the response status200response-property-enum-value-removed
- ○
removed the
quantityenum value from thelinkedTransactions/items/linkTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thelinkedTransactions/items/linkTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thesalesChannelNameresponse property for the response status200response-property-enum-value-removed
- ○
removed
qbd_addresssubschema #2from thebillingAddressresponse propertyoneOflist for the response status200response-property-one-of-removed
- ○
removed
qbd_addresssubschema #2from theshippingAddressresponse propertyoneOflist for the response status200response-property-one-of-removed
- ○
the
linkedTransactions/items/transactionDateresponse's property pattern^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$was added for the status200response-property-pattern-added
- ○
the
transactionDateresponse's property pattern^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$was added for the status200response-property-pattern-added
- ▲