CustomResponse8
data object
The creation date from the client system of the Purchase Order
2023-02-10
Global Custom ID of the Brand/Retailer organization of the purchase order
client_1
Name of the Brand or Retailer of the purchase order
Lex Corp
The last updated date from the client system of the Purchase Order
2019-02-20T06:37:18.048000+00:00
Commit ID of the purchase order
commit_id_1
Commit PO sequence of the purchase order
commit_po_sequence_1
Creation date of the purchase order
2021-06-03T04:30:22.726000+00:00
Delivery date of the purchase order
2021-09-14T00:00:00+00:00
Name of the corresponding event in the client’s system
Event 1
Global Custom ID of the Factory organization of the purchase order
factory_1
Name of the Factory of the purchase order
Padme Corp
The date the purchase order will be delivered to stores
2021-09-19T00:00:00+00:00
Local Custom ID of the Brand/Retailer organization of the purchase order that is inputted from the request body
client_1
The list of all connected Local Custom IDs of the Brand/Retailer organization
["sub_org_1"]
Local Custom ID of the Factory organization of the purchase order that is inputted from the request body
factory_1
The list of all connected Local Custom IDs of the Factory organization
["sub_org_1"]
Local Custom ID of the Supplier organization of the purchase order that is inputted from the request body
supplier_1
The list of all connected Local Custom IDs of the Supplier organization
["sub_org_1"]
Original Purchase Order number
opo_1
Purchase Order number
po_1
Indicate the source of materials (produced by domestic vendors or imported from vendors outside the country)
domestic
Status of the purchase order
canceled
Purchase order type in a pre-configured list in configuration
po_type_1
Unique identifier of the Product Line
product_line_1
Name of the product line
Apparel
Global Custom IDs of the shared organizations of the purchase order. By default, it always returns the Global Custom IDs of the Supplier, Factory, and Brand/Retailer (if have) of the purchase order
Possible values: non-empty
["sub_org_1"]
The list of all connected Local Custom IDs of the shared Global organizations of the purchase order. By default, it always returns the Local Custom IDs of the Supplier, Factory, and Brand/Retailer (if have)
["sub_org_1"]
The last date of the shipment window
2021-09-19T00:00:00+00:00
styles object[]
List of styles of items in the purchase order
assortments object[]nullable
Possible values: non-empty
items object[]required
Possible values: >= 1
Precondition: must be configured in your Inspectorio's account.
brand_1
Possible values: non-empty
class_id_1
Possible values: non-empty
Possible values: >= 1
department_id_1
Possible values: non-empty
product_category_1
Possible values: non-empty
Possible values: non-empty
product_line_1
shipment_term_1
Possible values: non-empty
product_category_1
Possible values: non-empty
solids object[]nullable
Precondition: must be configured in your Inspectorio's account.
brand_1
Possible values: non-empty
class_id_1
Possible values: non-empty
department_id_1
Possible values: non-empty
product_category_1
Possible values: non-empty
Possible values: non-empty
product_line_1
Possible values: >= 1
shipment_term_1
Possible values: non-empty
Possible values: non-empty
style_1
Unique identifier of the PO stored in the system
uid
Last updated date of the purchase order
2021-06-03T04:30:22.726000+00:00
Global Custom ID of the Supplier organization of the purchase order
vendor_1
Name of the Vendor or Supplier of the purchase order
Acme Corp
{
"data": {
"clientCreatedDate": "2023-02-10",
"clientId": "client_1",
"clientName": "Lex Corp",
"clientUpdatedDate": "2019-02-20T06:37:18.048000+00:00",
"commitId": "commit_id_1",
"commitPoSequence": "commit_po_sequence_1",
"createdDate": "2021-06-03T04:30:22.726000+00:00",
"deliveryDate": "2021-09-14T00:00:00+00:00",
"eventName": "Event 1",
"factoryId": "factory_1",
"factoryName": "Padme Corp",
"inStoreDate": "2021-09-19T00:00:00+00:00",
"localClientId": "client_1",
"localClientIds": [
"sub_org_1"
],
"localFactoryId": "factory_1",
"localFactoryIds": [
"sub_org_1"
],
"localSupplierId": "supplier_1",
"localSupplierIds": [
"sub_org_1"
],
"opoNumber": "opo_1",
"poNumber": "po_1",
"poSource": "domestic",
"poStatus": "canceled",
"poType": "po_type_1",
"productLineId": "product_line_1",
"productLineName": "Apparel",
"shareToIds": [
"sub_org_1"
],
"shareToLocalIds": [
"sub_org_1"
],
"shipEndDate": "2021-09-19T00:00:00+00:00",
"styles": [
{
"assortments": [
{
"assortmentId": "string",
"cartonQuantity": 0,
"items": [
{
"brandId": "brand_1",
"brandName": "string",
"classId": "class_id_1",
"color": "string",
"configuration": 0,
"departmentId": "department_id_1",
"id": "string",
"itemId": "string",
"productCategoryId": "product_category_1",
"productCategoryName": "string",
"productLineId": "product_line_1",
"productLineName": "string",
"quantity": 0,
"shipmentTerm": "shipment_term_1",
"size": "string"
}
]
}
],
"productCategoryId": "product_category_1",
"productCategoryName": "string",
"solids": [
{
"brandId": "brand_1",
"brandName": "string",
"cartonQuantity": 0,
"casePackQuantity": 0,
"classId": "class_id_1",
"color": "string",
"departmentId": "department_id_1",
"id": "string",
"itemId": "string",
"productCategoryId": "product_category_1",
"productCategoryName": "string",
"productLineId": "product_line_1",
"productLineName": "string",
"quantity": 0,
"shipmentTerm": "shipment_term_1",
"size": "string"
}
],
"styleId": "style_1",
"styleName": "string"
}
],
"uid": "uid",
"updatedDate": "2021-06-03T04:30:22.726000+00:00",
"vendorId": "vendor_1",
"vendorName": "Acme Corp"
}
}