Processes (Core)
A process groups all entities of an order.
all entities after given Id
number of entities to show
25All brands on listings for this tenant
StrippedBrands
Total number of found entities for this query
42Your user is not allowed to operate against this API instance
Your user, although recognized, is not authorized to use this endpoint
GET /api/brands HTTP/1.1
Host: your-tenant-name.api.fulfillmenttools.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"brands": [
{
"created": "2020-02-03T08:45:51.525Z",
"lastModified": "2020-02-03T09:45:51.525Z",
"version": 42,
"name": "Adidas"
}
],
"total": 42
}Download a file by its id
The document with given id
No content
Your user is not allowed to operate against this API instance
Your user, although recognized, is not authorized to use this endpoint
The requested entity was not found
GET /api/documents/{documentId}/file HTTP/1.1
Host: your-tenant-name.api.fulfillmenttools.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content
This part of the API is in Alpha status. For details, see the API release lifecycle documentation. Merge and download documents passed by document id and document set into one pdf
MergeDocumentsParameter
The merged document
No content
Your user is not allowed to operate against this API instance
Your user, although recognized, is not authorized to use this endpoint
The requested entity was not found
POST /api/documents/merge HTTP/1.1
Host: your-tenant-name.api.fulfillmenttools.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 94
{
"documents": [
{
"documentId": "text",
"documentsSetRef": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
}
]
}No content
Get a process by query parameters such as order or pickJob reference
Process belonging to the given parameters
Process
The date this entity was created at the platform. This value is generated by the service.
2020-02-03T08:45:51.525ZThe date this entity was modified last. This value is generated by the service.
2020-02-03T09:45:51.525ZThe version of the document to be used in optimistic locking mechanisms.
42The date that defines when the entities will be or have been deleted.
2020-02-03T08:45:50.525ZReferences to documents that are attached to this process.
ProcessStatus
References to the external actions connected to this process (if any).
References of the Facilities connected to this process (if any).
This field references all IDs of any entity connected to this process.
The date that defines when the entities will be or have been anonymized.
2020-02-03T08:45:50.525ZReferences to Handoverjobs connected to this process (if present).
ID of this process
ProcessStatus
Indicates if the entities have been anonymized.
References to the Item Return Job connected to this process (if present).
ProcessStatus
References to the Order connected to this process (if present).
References of the Packjobs connected to this process (if present).
References to the Pickjobs connected to this process (if present).
Deprecated. Use itemReturnJobRefs instead. References to the Returns connected to this process (if present).
ProcessStatus
References the RoutingPlans that were used during this process (if present).
References to the Service Jobs connected to this process (if present).
References to the Shipments connected to this process (if present).
ProcessStatus
The tenantOrderId referencing this process.
The given parameters are invalid
Your user is not allowed to operate against this API instance
Your user, although recognized, is not authorized to use this endpoint
Entity not found
GET /api/process HTTP/1.1
Host: your-tenant-name.api.fulfillmenttools.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"carrierManagementStatuses": {
"status": "CREATED",
"subStatuses": [
"MISMATCH"
],
"subStatusHistory": [
"MISMATCH"
]
},
"deletionDate": "2020-02-03T08:45:50.525Z",
"documentRefs": [
"text"
],
"domsStatuses": {
"status": "CREATED",
"subStatuses": [
"MISMATCH"
],
"subStatusHistory": [
"MISMATCH"
]
},
"externalActionRefs": [
"text"
],
"facilityRefs": [
"text"
],
"flatRefs": [
"text"
],
"gdprCleanupDate": "2020-02-03T08:45:50.525Z",
"handoverJobRefs": [
"text"
],
"id": "text",
"inventoryStatuses": {
"status": "CREATED",
"subStatuses": [
"MISMATCH"
],
"subStatusHistory": [
"MISMATCH"
]
},
"isAnonymized": true,
"itemReturnJobsRef": [
"text"
],
"lastModuleEntityStatuses": [
{
"entityRef": "text",
"facilityRef": "text",
"moduleEntity": "ORDER",
"status": "PENDING",
"subStatuses": [
"MISMATCH"
]
}
],
"moduleEntityStatusesHistory": [
{
"created": "2026-01-01T00:00:00.000Z",
"entityRef": "text",
"facilityRef": "text",
"moduleEntity": "ORDER",
"status": "PENDING",
"subStatus": "MISMATCH"
}
],
"moduleStatuses": [
{
"module": "PICKING",
"status": "PENDING",
"subStatuses": [
"MISMATCH"
]
}
],
"operativeStatuses": {
"status": "CREATED",
"subStatuses": [
"MISMATCH"
],
"subStatusHistory": [
"MISMATCH"
]
},
"orderRef": "text",
"packJobRefs": [
"text"
],
"pickJobRefs": [
"text"
],
"returnStatuses": {
"status": "CREATED",
"subStatuses": [
"MISMATCH"
],
"subStatusHistory": [
"MISMATCH"
]
},
"routingPlanRefs": [
"text"
],
"serviceJobRefs": [
"text"
],
"shipmentRefs": [
"text"
],
"statuses": {
"status": "CREATED",
"subStatuses": [
"MISMATCH"
],
"subStatusHistory": [
"MISMATCH"
]
},
"tenantOrderId": "text",
"tags": [],
"created": "2020-02-03T08:45:51.525Z",
"lastModified": "2020-02-03T09:45:51.525Z",
"version": 42
}This part of the API is deprecated. For details, see the API release lifecycle documentation. No longer supported legacy processes endpoint. Please use /api/processes/search instead.
all entities after given Id
number of entities to show
25Reference to the status you want to get the corresponding processes
Reference to the operativeStatus you want to get the corresponding processes
Reference to the trackingStatus you want to get the corresponding processes
Perform full text search based on the tenantOrderId
Perform full text search based on the consumerId
Return the Processes which have related pickjobs with a targettime on or after this date
2020-02-03T08:45:50.525ZReturn the Processes which have related pickjobs with a targettime on or before this date
2020-02-03T08:45:50.525ZReturn the Processes created on or after this date. If no start date is specified, the default is last 30 days.
2020-02-03T08:45:50.525ZReturn the Processes created on or before this date
2020-02-03T08:45:50.525ZId's of the facilities from which you want to get the processes
Id's of the active facilities based on processes from which you want to get the processes
Consumer country codes from which you want to get the processes
Facility country codes from which you want to get the processes
Brand ids for which you want to get the processes
Reference to the orderDomainStatus you want to get the corresponding processes
Reference to the routingDomainStatus you want to get the corresponding processes
Reference to the pickingDomainStatus you want to get the corresponding processes
Reference to the packingDomainStatus you want to get the corresponding processes
Reference to the shippingDomainStatus you want to get the corresponding processes
Reference to the handoverDomainStatus you want to get the corresponding processes
Reference to the returnDomainStatus you want to get the corresponding processes
Stickers attached to a order
Perform full text search over all searchable attributes
SortParameterName
SortDirection
@deprecated Use orderStatus instead
The state of the order. Initially it is OPEN.
Process are found.
Processes
Total number of found entities for this query
42Your user is not allowed to operate against this API instance
Your user, although recognized, is not authorized to use this endpoint
GET /api/processes HTTP/1.1
Host: your-tenant-name.api.fulfillmenttools.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"processes": [
{
"created": "2020-02-03T08:45:51.525Z",
"lastModified": "2020-02-03T09:45:51.525Z",
"version": 42
}
],
"total": 42
}Get a specific process by ID.
The found process.
Process
The date this entity was created at the platform. This value is generated by the service.
2020-02-03T08:45:51.525ZThe date this entity was modified last. This value is generated by the service.
2020-02-03T09:45:51.525ZThe version of the document to be used in optimistic locking mechanisms.
42The date that defines when the entities will be or have been deleted.
2020-02-03T08:45:50.525ZReferences to documents that are attached to this process.
ProcessStatus
References to the external actions connected to this process (if any).
References of the Facilities connected to this process (if any).
This field references all IDs of any entity connected to this process.
The date that defines when the entities will be or have been anonymized.
2020-02-03T08:45:50.525ZReferences to Handoverjobs connected to this process (if present).
ID of this process
ProcessStatus
Indicates if the entities have been anonymized.
References to the Item Return Job connected to this process (if present).
ProcessStatus
References to the Order connected to this process (if present).
References of the Packjobs connected to this process (if present).
References to the Pickjobs connected to this process (if present).
Deprecated. Use itemReturnJobRefs instead. References to the Returns connected to this process (if present).
ProcessStatus
References the RoutingPlans that were used during this process (if present).
References to the Service Jobs connected to this process (if present).
References to the Shipments connected to this process (if present).
ProcessStatus
The tenantOrderId referencing this process.
Your user is not allowed to operate against this API instance
Your user, although recognized, is not authorized to use this endpoint
Entity not found
GET /api/processes/{processId} HTTP/1.1
Host: your-tenant-name.api.fulfillmenttools.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"carrierManagementStatuses": {
"status": "CREATED",
"subStatuses": [
"MISMATCH"
],
"subStatusHistory": [
"MISMATCH"
]
},
"deletionDate": "2020-02-03T08:45:50.525Z",
"documentRefs": [
"text"
],
"domsStatuses": {
"status": "CREATED",
"subStatuses": [
"MISMATCH"
],
"subStatusHistory": [
"MISMATCH"
]
},
"externalActionRefs": [
"text"
],
"facilityRefs": [
"text"
],
"flatRefs": [
"text"
],
"gdprCleanupDate": "2020-02-03T08:45:50.525Z",
"handoverJobRefs": [
"text"
],
"id": "text",
"inventoryStatuses": {
"status": "CREATED",
"subStatuses": [
"MISMATCH"
],
"subStatusHistory": [
"MISMATCH"
]
},
"isAnonymized": true,
"itemReturnJobsRef": [
"text"
],
"lastModuleEntityStatuses": [
{
"entityRef": "text",
"facilityRef": "text",
"moduleEntity": "ORDER",
"status": "PENDING",
"subStatuses": [
"MISMATCH"
]
}
],
"moduleEntityStatusesHistory": [
{
"created": "2026-01-01T00:00:00.000Z",
"entityRef": "text",
"facilityRef": "text",
"moduleEntity": "ORDER",
"status": "PENDING",
"subStatus": "MISMATCH"
}
],
"moduleStatuses": [
{
"module": "PICKING",
"status": "PENDING",
"subStatuses": [
"MISMATCH"
]
}
],
"operativeStatuses": {
"status": "CREATED",
"subStatuses": [
"MISMATCH"
],
"subStatusHistory": [
"MISMATCH"
]
},
"orderRef": "text",
"packJobRefs": [
"text"
],
"pickJobRefs": [
"text"
],
"returnStatuses": {
"status": "CREATED",
"subStatuses": [
"MISMATCH"
],
"subStatusHistory": [
"MISMATCH"
]
},
"routingPlanRefs": [
"text"
],
"serviceJobRefs": [
"text"
],
"shipmentRefs": [
"text"
],
"statuses": {
"status": "CREATED",
"subStatuses": [
"MISMATCH"
],
"subStatusHistory": [
"MISMATCH"
]
},
"tenantOrderId": "text",
"tags": [],
"created": "2020-02-03T08:45:51.525Z",
"lastModified": "2020-02-03T09:45:51.525Z",
"version": 42
}This part of the API is deprecated. For details, see the API release lifecycle documentation. Deprecated, replaced with /api/processes/{processId}/actions
ID of process you want to patch
ProcessPatchActions
The version of the document to be used in optimistic locking mechanisms.
42Process was found & patch-set has been applied. The patched process is in the body.
Process
The date this entity was created at the platform. This value is generated by the service.
2020-02-03T08:45:51.525ZThe date this entity was modified last. This value is generated by the service.
2020-02-03T09:45:51.525ZThe version of the document to be used in optimistic locking mechanisms.
42The date that defines when the entities will be or have been deleted.
2020-02-03T08:45:50.525ZReferences to documents that are attached to this process.
ProcessStatus
References to the external actions connected to this process (if any).
References of the Facilities connected to this process (if any).
This field references all IDs of any entity connected to this process.
The date that defines when the entities will be or have been anonymized.
2020-02-03T08:45:50.525ZReferences to Handoverjobs connected to this process (if present).
ID of this process
ProcessStatus
Indicates if the entities have been anonymized.
References to the Item Return Job connected to this process (if present).
ProcessStatus
References to the Order connected to this process (if present).
References of the Packjobs connected to this process (if present).
References to the Pickjobs connected to this process (if present).
Deprecated. Use itemReturnJobRefs instead. References to the Returns connected to this process (if present).
ProcessStatus
References the RoutingPlans that were used during this process (if present).
References to the Service Jobs connected to this process (if present).
References to the Shipments connected to this process (if present).
ProcessStatus
The tenantOrderId referencing this process.
Your user is not allowed to operate against this API instance
Your user, although recognized, is not authorized to use this endpoint
Process not found
Process version conflict
PATCH /api/processes/{processId} HTTP/1.1
Host: your-tenant-name.api.fulfillmenttools.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 66
{
"actions": [
{
"action": "AddTagsToProcess",
"tags": []
}
],
"version": 42
}{
"carrierManagementStatuses": {
"status": "CREATED",
"subStatuses": [
"MISMATCH"
],
"subStatusHistory": [
"MISMATCH"
]
},
"deletionDate": "2020-02-03T08:45:50.525Z",
"documentRefs": [
"text"
],
"domsStatuses": {
"status": "CREATED",
"subStatuses": [
"MISMATCH"
],
"subStatusHistory": [
"MISMATCH"
]
},
"externalActionRefs": [
"text"
],
"facilityRefs": [
"text"
],
"flatRefs": [
"text"
],
"gdprCleanupDate": "2020-02-03T08:45:50.525Z",
"handoverJobRefs": [
"text"
],
"id": "text",
"inventoryStatuses": {
"status": "CREATED",
"subStatuses": [
"MISMATCH"
],
"subStatusHistory": [
"MISMATCH"
]
},
"isAnonymized": true,
"itemReturnJobsRef": [
"text"
],
"lastModuleEntityStatuses": [
{
"entityRef": "text",
"facilityRef": "text",
"moduleEntity": "ORDER",
"status": "PENDING",
"subStatuses": [
"MISMATCH"
]
}
],
"moduleEntityStatusesHistory": [
{
"created": "2026-01-01T00:00:00.000Z",
"entityRef": "text",
"facilityRef": "text",
"moduleEntity": "ORDER",
"status": "PENDING",
"subStatus": "MISMATCH"
}
],
"moduleStatuses": [
{
"module": "PICKING",
"status": "PENDING",
"subStatuses": [
"MISMATCH"
]
}
],
"operativeStatuses": {
"status": "CREATED",
"subStatuses": [
"MISMATCH"
],
"subStatusHistory": [
"MISMATCH"
]
},
"orderRef": "text",
"packJobRefs": [
"text"
],
"pickJobRefs": [
"text"
],
"returnStatuses": {
"status": "CREATED",
"subStatuses": [
"MISMATCH"
],
"subStatusHistory": [
"MISMATCH"
]
},
"routingPlanRefs": [
"text"
],
"serviceJobRefs": [
"text"
],
"shipmentRefs": [
"text"
],
"statuses": {
"status": "CREATED",
"subStatuses": [
"MISMATCH"
],
"subStatusHistory": [
"MISMATCH"
]
},
"tenantOrderId": "text",
"tags": [],
"created": "2020-02-03T08:45:51.525Z",
"lastModified": "2020-02-03T09:45:51.525Z",
"version": 42
}Update Process by calling an action. This can be used to trigger state transitions or other operations on the process.
ID of process you want to call the action for
ProcessActionsParameter
Updated Process in the body.
Process
The date this entity was created at the platform. This value is generated by the service.
2020-02-03T08:45:51.525ZThe date this entity was modified last. This value is generated by the service.
2020-02-03T09:45:51.525ZThe version of the document to be used in optimistic locking mechanisms.
42The date that defines when the entities will be or have been deleted.
2020-02-03T08:45:50.525ZReferences to documents that are attached to this process.
ProcessStatus
References to the external actions connected to this process (if any).
References of the Facilities connected to this process (if any).
This field references all IDs of any entity connected to this process.
The date that defines when the entities will be or have been anonymized.
2020-02-03T08:45:50.525ZReferences to Handoverjobs connected to this process (if present).
ID of this process
ProcessStatus
Indicates if the entities have been anonymized.
References to the Item Return Job connected to this process (if present).
ProcessStatus
References to the Order connected to this process (if present).
References of the Packjobs connected to this process (if present).
References to the Pickjobs connected to this process (if present).
Deprecated. Use itemReturnJobRefs instead. References to the Returns connected to this process (if present).
ProcessStatus
References the RoutingPlans that were used during this process (if present).
References to the Service Jobs connected to this process (if present).
References to the Shipments connected to this process (if present).
ProcessStatus
The tenantOrderId referencing this process.
Your user is not allowed to operate against this API instance
Your user, although recognized, is not authorized to use this endpoint
Process not found
Process version conflict
POST /api/processes/{processId}/actions HTTP/1.1
Host: your-tenant-name.api.fulfillmenttools.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 37
{
"name": "text",
"tags": [],
"version": 1
}{
"carrierManagementStatuses": {
"status": "CREATED",
"subStatuses": [
"MISMATCH"
],
"subStatusHistory": [
"MISMATCH"
]
},
"deletionDate": "2020-02-03T08:45:50.525Z",
"documentRefs": [
"text"
],
"domsStatuses": {
"status": "CREATED",
"subStatuses": [
"MISMATCH"
],
"subStatusHistory": [
"MISMATCH"
]
},
"externalActionRefs": [
"text"
],
"facilityRefs": [
"text"
],
"flatRefs": [
"text"
],
"gdprCleanupDate": "2020-02-03T08:45:50.525Z",
"handoverJobRefs": [
"text"
],
"id": "text",
"inventoryStatuses": {
"status": "CREATED",
"subStatuses": [
"MISMATCH"
],
"subStatusHistory": [
"MISMATCH"
]
},
"isAnonymized": true,
"itemReturnJobsRef": [
"text"
],
"lastModuleEntityStatuses": [
{
"entityRef": "text",
"facilityRef": "text",
"moduleEntity": "ORDER",
"status": "PENDING",
"subStatuses": [
"MISMATCH"
]
}
],
"moduleEntityStatusesHistory": [
{
"created": "2026-01-01T00:00:00.000Z",
"entityRef": "text",
"facilityRef": "text",
"moduleEntity": "ORDER",
"status": "PENDING",
"subStatus": "MISMATCH"
}
],
"moduleStatuses": [
{
"module": "PICKING",
"status": "PENDING",
"subStatuses": [
"MISMATCH"
]
}
],
"operativeStatuses": {
"status": "CREATED",
"subStatuses": [
"MISMATCH"
],
"subStatusHistory": [
"MISMATCH"
]
},
"orderRef": "text",
"packJobRefs": [
"text"
],
"pickJobRefs": [
"text"
],
"returnStatuses": {
"status": "CREATED",
"subStatuses": [
"MISMATCH"
],
"subStatusHistory": [
"MISMATCH"
]
},
"routingPlanRefs": [
"text"
],
"serviceJobRefs": [
"text"
],
"shipmentRefs": [
"text"
],
"statuses": {
"status": "CREATED",
"subStatuses": [
"MISMATCH"
],
"subStatusHistory": [
"MISMATCH"
]
},
"tenantOrderId": "text",
"tags": [],
"created": "2020-02-03T08:45:51.525Z",
"lastModified": "2020-02-03T09:45:51.525Z",
"version": 42
}Add a document to a process.
ExternalDocumentForCreation
Section
DocumentType
The document was successfully created
ExternalDocument
The date this entity was created at the platform. This value is generated by the service.
2020-02-03T08:45:51.525ZThe date this entity was modified last. This value is generated by the service.
2020-02-03T09:45:51.525ZThe version of the document to be used in optimistic locking mechanisms.
42Section
DocumentType
Invalid input. See response for details
POST /api/processes/{processId}/documents HTTP/1.1
Host: your-tenant-name.api.fulfillmenttools.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 1076
{
"file": {
"content": "JVBERi0xLjEKJcKlwrHDqwoKMSAwIG9iagogIDw8IC9UeXBlIC9DYXRhbG9nCiAgICAgL1BhZ2VzIDIgMCBSCiAgPj4KZW5kb2JqCgoyIDAgb2JqCiAgPDwgL1R5cGUgL1BhZ2VzCiAgICAgL0tpZHMgWzMgMCBSXQogICAgIC9Db3VudCAxCiAgICAgL01lZGlhQm94IFswIDAgMzAwIDE0NF0KICA+PgplbmRvYmoKCjMgMCBvYmoKICA8PCAgL1R5cGUgL1BhZ2UKICAgICAgL1BhcmVudCAyIDAgUgogICAgICAvUmVzb3VyY2VzCiAgICAgICA8PCAvRm9udAogICAgICAgICAgIDw8IC9GMQogICAgICAgICAgICAgICA8PCAvVHlwZSAvRm9udAogICAgICAgICAgICAgICAgICAvU3VidHlwZSAvVHlwZTEKICAgICAgICAgICAgICAgICAgL0Jhc2VGb250IC9UaW1lcy1Sb21hbgogICAgICAgICAgICAgICA+PgogICAgICAgICAgID4+CiAgICAgICA+PgogICAgICAvQ29udGVudHMgNCAwIFIKICA+PgplbmRvYmoKCjQgMCBvYmoKICA8PCAvTGVuZ3RoIDU1ID4+CnN0cmVhbQogIEJUCiAgICAvRjEgMTggVGYKICAgIDAgMCBUZAogICAgKEhlbGxvIFdvcmxkKSBUagogIEVUCmVuZHN0cmVhbQplbmRvYmoKCnhyZWYKMCA1CjAwMDAwMDAwMDAgNjU1MzUgZiAKMDAwMDAwMDAxOCAwMDAwMCBuIAowMDAwMDAwMDc3IDAwMDAwIG4gCjAwMDAwMDAxNzggMDAwMDAgbiAKMDAwMDAwMDQ1NyAwMDAwMCBuIAp0cmFpbGVyCiAgPDwgIC9Sb290IDEgMCBSCiAgICAgIC9TaXplIDUKICA+PgpzdGFydHhyZWYKNTY1CiUlRU9GCg==",
"name": "example.pdf"
},
"priority": 1,
"section": "ORDER",
"type": "PDF"
}{
"id": "text",
"name": "text",
"path": "text",
"priority": 1,
"section": "ORDER",
"type": "PDF",
"created": "2020-02-03T08:45:51.525Z",
"lastModified": "2020-02-03T09:45:51.525Z",
"version": 42
}This part of the API is in Beta status. For details, see the API release lifecycle documentation. Get document metadata from a process.
The document meta information with given id attached to the selected process
ExternalDocument
The date this entity was created at the platform. This value is generated by the service.
2020-02-03T08:45:51.525ZThe date this entity was modified last. This value is generated by the service.
2020-02-03T09:45:51.525ZThe version of the document to be used in optimistic locking mechanisms.
42Section
DocumentType
GET /api/processes/{processId}/documents/{documentId} HTTP/1.1
Host: your-tenant-name.api.fulfillmenttools.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
The document meta information with given id attached to the selected process
{
"id": "text",
"name": "text",
"path": "text",
"priority": 1,
"section": "ORDER",
"type": "PDF",
"created": "2020-02-03T08:45:51.525Z",
"lastModified": "2020-02-03T09:45:51.525Z",
"version": 42
}This part of the API is in Beta status. For details, see the API release lifecycle documentation. Download a document file from a process.
The document with given id attached to the selected process
GET /api/processes/{processId}/documents/{documentId}/file HTTP/1.1
Host: your-tenant-name.api.fulfillmenttools.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
The document with given id attached to the selected process
This part of the API is in Beta status. For details, see the API release lifecycle documentation. Update a document file in a process.
ExternalDocumentForUpdate
The date this entity was created at the platform. This value is generated by the service.
2020-02-03T08:45:51.525ZThe date this entity was modified last. This value is generated by the service.
2020-02-03T09:45:51.525ZThe version of the document to be used in optimistic locking mechanisms.
42The document was successfully updated
ExternalDocument
The date this entity was created at the platform. This value is generated by the service.
2020-02-03T08:45:51.525ZThe date this entity was modified last. This value is generated by the service.
2020-02-03T09:45:51.525ZThe version of the document to be used in optimistic locking mechanisms.
42Section
DocumentType
Invalid input. See response for details
PUT /api/processes/{processId}/documents/{documentId}/file HTTP/1.1
Host: your-tenant-name.api.fulfillmenttools.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 1124
{
"file": {
"content": "JVBERi0xLjEKJcKlwrHDqwoKMSAwIG9iagogIDw8IC9UeXBlIC9DYXRhbG9nCiAgICAgL1BhZ2VzIDIgMCBSCiAgPj4KZW5kb2JqCgoyIDAgb2JqCiAgPDwgL1R5cGUgL1BhZ2VzCiAgICAgL0tpZHMgWzMgMCBSXQogICAgIC9Db3VudCAxCiAgICAgL01lZGlhQm94IFswIDAgMzAwIDE0NF0KICA+PgplbmRvYmoKCjMgMCBvYmoKICA8PCAgL1R5cGUgL1BhZ2UKICAgICAgL1BhcmVudCAyIDAgUgogICAgICAvUmVzb3VyY2VzCiAgICAgICA8PCAvRm9udAogICAgICAgICAgIDw8IC9GMQogICAgICAgICAgICAgICA8PCAvVHlwZSAvRm9udAogICAgICAgICAgICAgICAgICAvU3VidHlwZSAvVHlwZTEKICAgICAgICAgICAgICAgICAgL0Jhc2VGb250IC9UaW1lcy1Sb21hbgogICAgICAgICAgICAgICA+PgogICAgICAgICAgID4+CiAgICAgICA+PgogICAgICAvQ29udGVudHMgNCAwIFIKICA+PgplbmRvYmoKCjQgMCBvYmoKICA8PCAvTGVuZ3RoIDU1ID4+CnN0cmVhbQogIEJUCiAgICAvRjEgMTggVGYKICAgIDAgMCBUZAogICAgKEhlbGxvIFdvcmxkKSBUagogIEVUCmVuZHN0cmVhbQplbmRvYmoKCnhyZWYKMCA1CjAwMDAwMDAwMDAgNjU1MzUgZiAKMDAwMDAwMDAxOCAwMDAwMCBuIAowMDAwMDAwMDc3IDAwMDAwIG4gCjAwMDAwMDAxNzggMDAwMDAgbiAKMDAwMDAwMDQ1NyAwMDAwMCBuIAp0cmFpbGVyCiAgPDwgIC9Sb290IDEgMCBSCiAgICAgIC9TaXplIDUKICA+PgpzdGFydHhyZWYKNTY1CiUlRU9GCg==",
"name": "example.pdf"
},
"created": "2020-02-03T08:45:51.525Z",
"lastModified": "2020-02-03T09:45:51.525Z",
"version": 42
}{
"id": "text",
"name": "text",
"path": "text",
"priority": 1,
"section": "ORDER",
"type": "PDF",
"created": "2020-02-03T08:45:51.525Z",
"lastModified": "2020-02-03T09:45:51.525Z",
"version": 42
}This part of the API is in Beta status. For details, see the API release lifecycle documentation. Return all logs for a given process.
A type parameter for filtering history logs
Reference to the username you want to get the corresponding history logs
Reference to the facility name you want to get the corresponding history logs
all entities after given Id
number of entities to show
25Attribute to order a process history log by
control whether you want to filter consecutive duplicate logs
trueThe process logs which were found in response body
ProcessHistoryLogs
Total number of found entities for this query
3Your user is not allowed to operate against this API instance
Your user, although recognized, is not authorized to use this endpoint
GET /api/processes/{processId}/historylogs HTTP/1.1
Host: your-tenant-name.api.fulfillmenttools.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"historyLogs": [
{
"domain": "ORDER",
"domainRef": "text",
"eventCause": "text",
"id": "text",
"status": "text",
"timestamp": "2025-01-01T08:45:50.525Z",
"type": "text",
"user": {
"username": "text",
"userRef": "text"
},
"version": 1,
"info": "text"
}
],
"total": 3
}Reroute a process to a different facility.
ID of process you want to reroute
Version of process you want to reroute
The id of the rerouteDescription
Process was found the corresponding reroute operations have been triggered.
Process
The date this entity was created at the platform. This value is generated by the service.
2020-02-03T08:45:51.525ZThe date this entity was modified last. This value is generated by the service.
2020-02-03T09:45:51.525ZThe version of the document to be used in optimistic locking mechanisms.
42The date that defines when the entities will be or have been deleted.
2020-02-03T08:45:50.525ZReferences to documents that are attached to this process.
ProcessStatus
References to the external actions connected to this process (if any).
References of the Facilities connected to this process (if any).
This field references all IDs of any entity connected to this process.
The date that defines when the entities will be or have been anonymized.
2020-02-03T08:45:50.525ZReferences to Handoverjobs connected to this process (if present).
ID of this process
ProcessStatus
Indicates if the entities have been anonymized.
References to the Item Return Job connected to this process (if present).
ProcessStatus
References to the Order connected to this process (if present).
References of the Packjobs connected to this process (if present).
References to the Pickjobs connected to this process (if present).
Deprecated. Use itemReturnJobRefs instead. References to the Returns connected to this process (if present).
ProcessStatus
References the RoutingPlans that were used during this process (if present).
References to the Service Jobs connected to this process (if present).
References to the Shipments connected to this process (if present).
ProcessStatus
The tenantOrderId referencing this process.
Your user is not allowed to operate against this API instance
Your user, although recognized, is not authorized to use this endpoint
Process not found
Process version conflict
POST /api/processes/{processId}/reroute?version=1 HTTP/1.1
Host: your-tenant-name.api.fulfillmenttools.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"carrierManagementStatuses": {
"status": "CREATED",
"subStatuses": [
"MISMATCH"
],
"subStatusHistory": [
"MISMATCH"
]
},
"deletionDate": "2020-02-03T08:45:50.525Z",
"documentRefs": [
"text"
],
"domsStatuses": {
"status": "CREATED",
"subStatuses": [
"MISMATCH"
],
"subStatusHistory": [
"MISMATCH"
]
},
"externalActionRefs": [
"text"
],
"facilityRefs": [
"text"
],
"flatRefs": [
"text"
],
"gdprCleanupDate": "2020-02-03T08:45:50.525Z",
"handoverJobRefs": [
"text"
],
"id": "text",
"inventoryStatuses": {
"status": "CREATED",
"subStatuses": [
"MISMATCH"
],
"subStatusHistory": [
"MISMATCH"
]
},
"isAnonymized": true,
"itemReturnJobsRef": [
"text"
],
"lastModuleEntityStatuses": [
{
"entityRef": "text",
"facilityRef": "text",
"moduleEntity": "ORDER",
"status": "PENDING",
"subStatuses": [
"MISMATCH"
]
}
],
"moduleEntityStatusesHistory": [
{
"created": "2026-01-01T00:00:00.000Z",
"entityRef": "text",
"facilityRef": "text",
"moduleEntity": "ORDER",
"status": "PENDING",
"subStatus": "MISMATCH"
}
],
"moduleStatuses": [
{
"module": "PICKING",
"status": "PENDING",
"subStatuses": [
"MISMATCH"
]
}
],
"operativeStatuses": {
"status": "CREATED",
"subStatuses": [
"MISMATCH"
],
"subStatusHistory": [
"MISMATCH"
]
},
"orderRef": "text",
"packJobRefs": [
"text"
],
"pickJobRefs": [
"text"
],
"returnStatuses": {
"status": "CREATED",
"subStatuses": [
"MISMATCH"
],
"subStatusHistory": [
"MISMATCH"
]
},
"routingPlanRefs": [
"text"
],
"serviceJobRefs": [
"text"
],
"shipmentRefs": [
"text"
],
"statuses": {
"status": "CREATED",
"subStatuses": [
"MISMATCH"
],
"subStatusHistory": [
"MISMATCH"
]
},
"tenantOrderId": "text",
"tags": [],
"created": "2020-02-03T08:45:51.525Z",
"lastModified": "2020-02-03T09:45:51.525Z",
"version": 42
}Retry routing for all not-routable processes.
The retry for all not routable proceses has been succesfully triggered
No content
The retry task can not be triggered due to a conflicting operation
Your user is not allowed to operate against this API instance
Your user, although recognized, is not authorized to use this endpoint
POST /api/processes/retrynotroutable HTTP/1.1
Host: your-tenant-name.api.fulfillmenttools.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content
This part of the API is in Beta status. For details, see the API release lifecycle documentation. Search for Process
ProcessSearchPayload
The cursor to start after for forward pagination. The value is provided in the pageInfo.endCursor field of the response. Cannot be used with before or last.
The cursor to start before for backward pagination. The value is provided in the pageInfo.startCursor field of the response. Cannot be used with after or size (first).
Number of items to return for backward pagination. Cannot be used with 'size' (first). Default: 20.
Number of items to return for forward pagination. Cannot be used with 'last'. Default: 20.
10The ID to start after. Deprecated, use after with the value provided in pageInfo.endCursor instead.
Your search result
ProcessPaginatedResult
The total number of items matching the search criteria. Only filled, if withTotal is set to true in the search options.
Your user is not allowed to operate against this API instance
Your user, although recognized, is not authorized to use this endpoint
POST /api/processes/search HTTP/1.1
Host: your-tenant-name.api.fulfillmenttools.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 31547
{
"after": "text",
"before": "text",
"last": 1,
"options": {
"withTotal": true
},
"query": {
"and": [
{
"and": [
{
"and": "[Circular Reference]",
"carrierManagementStatuses": {
"eq": "CREATED",
"in": [
"CREATED"
],
"notEq": "CREATED"
},
"created": {
"after": "text",
"before": "text",
"eq": "2026-01-01T00:00:00.000Z",
"gt": "2026-01-01T00:00:00.000Z",
"gte": "2026-01-01T00:00:00.000Z",
"lt": "2026-01-01T00:00:00.000Z",
"lte": "2026-01-01T00:00:00.000Z",
"notEq": "2026-01-01T00:00:00.000Z"
},
"documentRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"domainStatuses": {
"handover": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"order": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"packing": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"picking": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"return": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"routing": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"service": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"shipping": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
}
},
"domsStatus": {
"eq": "CREATED",
"in": [
"CREATED"
],
"notEq": "CREATED"
},
"externalActionRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"facilityRefsWithActiveOperations": {
"eq": "text",
"in": [
"text"
],
"notEq": "text",
"notIn": [
"text"
]
},
"flatRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"handoverJobRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"inventoryStatus": {
"eq": "CREATED",
"in": [
"CREATED"
],
"notEq": "CREATED"
},
"itemReturnJobsRef": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"operativeStatus": {
"eq": "CREATED",
"in": [
"CREATED"
],
"notEq": "CREATED"
},
"or": "[Circular Reference]",
"orderRef": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"packJobRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"pickJobRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"processId": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
},
"referenced": {
"brand": {
"name": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
}
},
"carrier": {
"carrierTrackingNumber": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
},
"name": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
}
},
"consumerAddress": {
"country": "US",
"deliveryCountry": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
}
},
"facility": {
"address": {
"country": "US"
},
"name": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
}
},
"handoverJob": {
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"pickupIdentifier": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
},
"status": {
"contains": {
"eq": "OPEN",
"in": [
"OPEN"
],
"notEq": "OPEN"
}
}
},
"order": {
"consumerId": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
},
"desiredDeliveryTime": "2026-06-17T12:00:00.000Z",
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"orderDate": "2026-06-17T12:00:00.000Z",
"orderedAmount": {
"eq": 1,
"gt": 1,
"gte": 1,
"in": [
1
],
"lt": 1,
"lte": 1,
"notEq": 1,
"notIn": [
1
]
},
"provisioningTime": "2026-06-17T12:00:00.000Z",
"status": {
"contains": {
"eq": "OPEN",
"in": [
"OPEN"
],
"notEq": "OPEN"
}
},
"tenantOrderId": "MY_ORDER_ID"
},
"packJob": {
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"status": {
"contains": {
"eq": "OPEN",
"in": [
"OPEN"
],
"notEq": "OPEN"
}
}
},
"parcel": {
"status": {
"contains": {
"eq": "OPEN",
"in": [
"OPEN"
],
"notEq": "OPEN"
}
}
},
"parcelTrackingStatus": {
"contains": {
"eq": "REGISTERED",
"in": [
"REGISTERED"
],
"notEq": "REGISTERED"
}
},
"pickJob": {
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"shortId": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
},
"status": {
"contains": {
"eq": "ABORTED",
"in": [
"ABORTED"
],
"notEq": "ABORTED"
}
}
},
"returnJob": {
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"returnFacilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"status": {
"contains": {
"eq": "OPEN",
"in": [
"OPEN"
],
"notEq": "OPEN"
}
}
},
"routingPlan": {
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"status": {
"contains": {
"eq": "IN_PREPARATION",
"in": [
"IN_PREPARATION"
],
"notEq": "IN_PREPARATION"
}
}
},
"serviceJob": {
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"status": {
"contains": {
"eq": "OPEN",
"in": [
"OPEN"
],
"notEq": "OPEN"
}
}
},
"serviceLevel": {
"contains": {
"eq": "DELIVERY",
"in": [
"DELIVERY"
],
"notEq": "DELIVERY"
}
},
"serviceType": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
},
"shipment": {
"status": {
"contains": {
"eq": "INITIAL",
"in": [
"INITIAL"
],
"notEq": "INITIAL"
}
}
},
"sticker": {
"name": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
}
},
"targetTime": "2026-06-17T12:00:00.000Z",
"tenantArticleId": "MY_ARTICLE_ID"
},
"returnRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"returnStatus": {
"eq": "CREATED",
"in": [
"CREATED"
],
"notEq": "CREATED"
},
"routingPlanRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"searchTerm": {
"like": "text"
},
"serviceJobRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"shipmentRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"status": {
"eq": "CREATED",
"in": [
"CREATED"
],
"notEq": "CREATED"
},
"tags": {
"contains": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"value": {
"eq": "text",
"in": [
"text"
],
"notEq": "text",
"notIn": [
"text"
]
}
},
"exists": true
}
}
],
"carrierManagementStatuses": {
"eq": "CREATED",
"in": [
"CREATED"
],
"notEq": "CREATED"
},
"created": {
"after": "text",
"before": "text",
"eq": "2026-01-01T00:00:00.000Z",
"gt": "2026-01-01T00:00:00.000Z",
"gte": "2026-01-01T00:00:00.000Z",
"lt": "2026-01-01T00:00:00.000Z",
"lte": "2026-01-01T00:00:00.000Z",
"notEq": "2026-01-01T00:00:00.000Z"
},
"documentRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"domainStatuses": {
"handover": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"order": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"packing": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"picking": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"return": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"routing": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"service": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"shipping": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
}
},
"domsStatus": {
"eq": "CREATED",
"in": [
"CREATED"
],
"notEq": "CREATED"
},
"externalActionRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"facilityRefsWithActiveOperations": {
"eq": "text",
"in": [
"text"
],
"notEq": "text",
"notIn": [
"text"
]
},
"flatRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"handoverJobRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"inventoryStatus": {
"eq": "CREATED",
"in": [
"CREATED"
],
"notEq": "CREATED"
},
"itemReturnJobsRef": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"operativeStatus": {
"eq": "CREATED",
"in": [
"CREATED"
],
"notEq": "CREATED"
},
"or": [
{
"and": "[Circular Reference]",
"carrierManagementStatuses": {
"eq": "CREATED",
"in": [
"CREATED"
],
"notEq": "CREATED"
},
"created": {
"after": "text",
"before": "text",
"eq": "2026-01-01T00:00:00.000Z",
"gt": "2026-01-01T00:00:00.000Z",
"gte": "2026-01-01T00:00:00.000Z",
"lt": "2026-01-01T00:00:00.000Z",
"lte": "2026-01-01T00:00:00.000Z",
"notEq": "2026-01-01T00:00:00.000Z"
},
"documentRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"domainStatuses": {
"handover": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"order": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"packing": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"picking": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"return": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"routing": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"service": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"shipping": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
}
},
"domsStatus": {
"eq": "CREATED",
"in": [
"CREATED"
],
"notEq": "CREATED"
},
"externalActionRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"facilityRefsWithActiveOperations": {
"eq": "text",
"in": [
"text"
],
"notEq": "text",
"notIn": [
"text"
]
},
"flatRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"handoverJobRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"inventoryStatus": {
"eq": "CREATED",
"in": [
"CREATED"
],
"notEq": "CREATED"
},
"itemReturnJobsRef": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"operativeStatus": {
"eq": "CREATED",
"in": [
"CREATED"
],
"notEq": "CREATED"
},
"or": "[Circular Reference]",
"orderRef": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"packJobRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"pickJobRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"processId": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
},
"referenced": {
"brand": {
"name": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
}
},
"carrier": {
"carrierTrackingNumber": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
},
"name": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
}
},
"consumerAddress": {
"country": "US",
"deliveryCountry": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
}
},
"facility": {
"address": {
"country": "US"
},
"name": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
}
},
"handoverJob": {
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"pickupIdentifier": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
},
"status": {
"contains": {
"eq": "OPEN",
"in": [
"OPEN"
],
"notEq": "OPEN"
}
}
},
"order": {
"consumerId": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
},
"desiredDeliveryTime": "2026-06-17T12:00:00.000Z",
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"orderDate": "2026-06-17T12:00:00.000Z",
"orderedAmount": {
"eq": 1,
"gt": 1,
"gte": 1,
"in": [
1
],
"lt": 1,
"lte": 1,
"notEq": 1,
"notIn": [
1
]
},
"provisioningTime": "2026-06-17T12:00:00.000Z",
"status": {
"contains": {
"eq": "OPEN",
"in": [
"OPEN"
],
"notEq": "OPEN"
}
},
"tenantOrderId": "MY_ORDER_ID"
},
"packJob": {
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"status": {
"contains": {
"eq": "OPEN",
"in": [
"OPEN"
],
"notEq": "OPEN"
}
}
},
"parcel": {
"status": {
"contains": {
"eq": "OPEN",
"in": [
"OPEN"
],
"notEq": "OPEN"
}
}
},
"parcelTrackingStatus": {
"contains": {
"eq": "REGISTERED",
"in": [
"REGISTERED"
],
"notEq": "REGISTERED"
}
},
"pickJob": {
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"shortId": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
},
"status": {
"contains": {
"eq": "ABORTED",
"in": [
"ABORTED"
],
"notEq": "ABORTED"
}
}
},
"returnJob": {
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"returnFacilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"status": {
"contains": {
"eq": "OPEN",
"in": [
"OPEN"
],
"notEq": "OPEN"
}
}
},
"routingPlan": {
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"status": {
"contains": {
"eq": "IN_PREPARATION",
"in": [
"IN_PREPARATION"
],
"notEq": "IN_PREPARATION"
}
}
},
"serviceJob": {
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"status": {
"contains": {
"eq": "OPEN",
"in": [
"OPEN"
],
"notEq": "OPEN"
}
}
},
"serviceLevel": {
"contains": {
"eq": "DELIVERY",
"in": [
"DELIVERY"
],
"notEq": "DELIVERY"
}
},
"serviceType": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
},
"shipment": {
"status": {
"contains": {
"eq": "INITIAL",
"in": [
"INITIAL"
],
"notEq": "INITIAL"
}
}
},
"sticker": {
"name": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
}
},
"targetTime": "2026-06-17T12:00:00.000Z",
"tenantArticleId": "MY_ARTICLE_ID"
},
"returnRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"returnStatus": {
"eq": "CREATED",
"in": [
"CREATED"
],
"notEq": "CREATED"
},
"routingPlanRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"searchTerm": {
"like": "text"
},
"serviceJobRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"shipmentRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"status": {
"eq": "CREATED",
"in": [
"CREATED"
],
"notEq": "CREATED"
},
"tags": {
"contains": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"value": {
"eq": "text",
"in": [
"text"
],
"notEq": "text",
"notIn": [
"text"
]
}
},
"exists": true
}
}
],
"orderRef": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"packJobRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"pickJobRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"processId": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
},
"referenced": {
"brand": {
"name": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
}
},
"carrier": {
"carrierTrackingNumber": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
},
"name": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
}
},
"consumerAddress": {
"country": "US",
"deliveryCountry": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
}
},
"facility": {
"address": {
"country": "US"
},
"name": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
}
},
"handoverJob": {
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"pickupIdentifier": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
},
"status": {
"contains": {
"eq": "OPEN",
"in": [
"OPEN"
],
"notEq": "OPEN"
}
}
},
"order": {
"consumerId": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
},
"desiredDeliveryTime": "2026-06-17T12:00:00.000Z",
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"orderDate": "2026-06-17T12:00:00.000Z",
"orderedAmount": {
"eq": 1,
"gt": 1,
"gte": 1,
"in": [
1
],
"lt": 1,
"lte": 1,
"notEq": 1,
"notIn": [
1
]
},
"provisioningTime": "2026-06-17T12:00:00.000Z",
"status": {
"contains": {
"eq": "OPEN",
"in": [
"OPEN"
],
"notEq": "OPEN"
}
},
"tenantOrderId": "MY_ORDER_ID"
},
"packJob": {
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"status": {
"contains": {
"eq": "OPEN",
"in": [
"OPEN"
],
"notEq": "OPEN"
}
}
},
"parcel": {
"status": {
"contains": {
"eq": "OPEN",
"in": [
"OPEN"
],
"notEq": "OPEN"
}
}
},
"parcelTrackingStatus": {
"contains": {
"eq": "REGISTERED",
"in": [
"REGISTERED"
],
"notEq": "REGISTERED"
}
},
"pickJob": {
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"shortId": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
},
"status": {
"contains": {
"eq": "ABORTED",
"in": [
"ABORTED"
],
"notEq": "ABORTED"
}
}
},
"returnJob": {
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"returnFacilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"status": {
"contains": {
"eq": "OPEN",
"in": [
"OPEN"
],
"notEq": "OPEN"
}
}
},
"routingPlan": {
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"status": {
"contains": {
"eq": "IN_PREPARATION",
"in": [
"IN_PREPARATION"
],
"notEq": "IN_PREPARATION"
}
}
},
"serviceJob": {
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"status": {
"contains": {
"eq": "OPEN",
"in": [
"OPEN"
],
"notEq": "OPEN"
}
}
},
"serviceLevel": {
"contains": {
"eq": "DELIVERY",
"in": [
"DELIVERY"
],
"notEq": "DELIVERY"
}
},
"serviceType": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
},
"shipment": {
"status": {
"contains": {
"eq": "INITIAL",
"in": [
"INITIAL"
],
"notEq": "INITIAL"
}
}
},
"sticker": {
"name": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
}
},
"targetTime": "2026-06-17T12:00:00.000Z",
"tenantArticleId": "MY_ARTICLE_ID"
},
"returnRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"returnStatus": {
"eq": "CREATED",
"in": [
"CREATED"
],
"notEq": "CREATED"
},
"routingPlanRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"searchTerm": {
"like": "text"
},
"serviceJobRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"shipmentRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"status": {
"eq": "CREATED",
"in": [
"CREATED"
],
"notEq": "CREATED"
},
"tags": {
"contains": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"value": {
"eq": "text",
"in": [
"text"
],
"notEq": "text",
"notIn": [
"text"
]
}
},
"exists": true
}
}
],
"carrierManagementStatuses": {
"eq": "CREATED",
"in": [
"CREATED"
],
"notEq": "CREATED"
},
"created": {
"after": "text",
"before": "text",
"eq": "2026-01-01T00:00:00.000Z",
"gt": "2026-01-01T00:00:00.000Z",
"gte": "2026-01-01T00:00:00.000Z",
"lt": "2026-01-01T00:00:00.000Z",
"lte": "2026-01-01T00:00:00.000Z",
"notEq": "2026-01-01T00:00:00.000Z"
},
"documentRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"domainStatuses": {
"handover": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"order": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"packing": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"picking": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"return": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"routing": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"service": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"shipping": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
}
},
"domsStatus": {
"eq": "CREATED",
"in": [
"CREATED"
],
"notEq": "CREATED"
},
"externalActionRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"facilityRefsWithActiveOperations": {
"eq": "text",
"in": [
"text"
],
"notEq": "text",
"notIn": [
"text"
]
},
"flatRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"handoverJobRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"inventoryStatus": {
"eq": "CREATED",
"in": [
"CREATED"
],
"notEq": "CREATED"
},
"itemReturnJobsRef": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"operativeStatus": {
"eq": "CREATED",
"in": [
"CREATED"
],
"notEq": "CREATED"
},
"or": [
{
"and": "[Circular Reference]",
"carrierManagementStatuses": {
"eq": "CREATED",
"in": [
"CREATED"
],
"notEq": "CREATED"
},
"created": {
"after": "text",
"before": "text",
"eq": "2026-01-01T00:00:00.000Z",
"gt": "2026-01-01T00:00:00.000Z",
"gte": "2026-01-01T00:00:00.000Z",
"lt": "2026-01-01T00:00:00.000Z",
"lte": "2026-01-01T00:00:00.000Z",
"notEq": "2026-01-01T00:00:00.000Z"
},
"documentRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"domainStatuses": {
"handover": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"order": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"packing": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"picking": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"return": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"routing": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"service": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
},
"shipping": {
"contains": {
"eq": "PENDING",
"in": [
"PENDING"
],
"notEq": "PENDING"
}
}
},
"domsStatus": {
"eq": "CREATED",
"in": [
"CREATED"
],
"notEq": "CREATED"
},
"externalActionRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"facilityRefsWithActiveOperations": {
"eq": "text",
"in": [
"text"
],
"notEq": "text",
"notIn": [
"text"
]
},
"flatRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"handoverJobRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"inventoryStatus": {
"eq": "CREATED",
"in": [
"CREATED"
],
"notEq": "CREATED"
},
"itemReturnJobsRef": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"operativeStatus": {
"eq": "CREATED",
"in": [
"CREATED"
],
"notEq": "CREATED"
},
"or": "[Circular Reference]",
"orderRef": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"packJobRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"pickJobRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"processId": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
},
"referenced": {
"brand": {
"name": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
}
},
"carrier": {
"carrierTrackingNumber": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
},
"name": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
}
},
"consumerAddress": {
"country": "US",
"deliveryCountry": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
}
},
"facility": {
"address": {
"country": "US"
},
"name": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
}
},
"handoverJob": {
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"pickupIdentifier": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
},
"status": {
"contains": {
"eq": "OPEN",
"in": [
"OPEN"
],
"notEq": "OPEN"
}
}
},
"order": {
"consumerId": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
},
"desiredDeliveryTime": "2026-06-17T12:00:00.000Z",
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"orderDate": "2026-06-17T12:00:00.000Z",
"orderedAmount": {
"eq": 1,
"gt": 1,
"gte": 1,
"in": [
1
],
"lt": 1,
"lte": 1,
"notEq": 1,
"notIn": [
1
]
},
"provisioningTime": "2026-06-17T12:00:00.000Z",
"status": {
"contains": {
"eq": "OPEN",
"in": [
"OPEN"
],
"notEq": "OPEN"
}
},
"tenantOrderId": "MY_ORDER_ID"
},
"packJob": {
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"status": {
"contains": {
"eq": "OPEN",
"in": [
"OPEN"
],
"notEq": "OPEN"
}
}
},
"parcel": {
"status": {
"contains": {
"eq": "OPEN",
"in": [
"OPEN"
],
"notEq": "OPEN"
}
}
},
"parcelTrackingStatus": {
"contains": {
"eq": "REGISTERED",
"in": [
"REGISTERED"
],
"notEq": "REGISTERED"
}
},
"pickJob": {
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"shortId": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
},
"status": {
"contains": {
"eq": "ABORTED",
"in": [
"ABORTED"
],
"notEq": "ABORTED"
}
}
},
"returnJob": {
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"returnFacilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"status": {
"contains": {
"eq": "OPEN",
"in": [
"OPEN"
],
"notEq": "OPEN"
}
}
},
"routingPlan": {
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"status": {
"contains": {
"eq": "IN_PREPARATION",
"in": [
"IN_PREPARATION"
],
"notEq": "IN_PREPARATION"
}
}
},
"serviceJob": {
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"status": {
"contains": {
"eq": "OPEN",
"in": [
"OPEN"
],
"notEq": "OPEN"
}
}
},
"serviceLevel": {
"contains": {
"eq": "DELIVERY",
"in": [
"DELIVERY"
],
"notEq": "DELIVERY"
}
},
"serviceType": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
},
"shipment": {
"status": {
"contains": {
"eq": "INITIAL",
"in": [
"INITIAL"
],
"notEq": "INITIAL"
}
}
},
"sticker": {
"name": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
}
},
"targetTime": "2026-06-17T12:00:00.000Z",
"tenantArticleId": "MY_ARTICLE_ID"
},
"returnRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"returnStatus": {
"eq": "CREATED",
"in": [
"CREATED"
],
"notEq": "CREATED"
},
"routingPlanRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"searchTerm": {
"like": "text"
},
"serviceJobRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"shipmentRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"status": {
"eq": "CREATED",
"in": [
"CREATED"
],
"notEq": "CREATED"
},
"tags": {
"contains": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"value": {
"eq": "text",
"in": [
"text"
],
"notEq": "text",
"notIn": [
"text"
]
}
},
"exists": true
}
}
],
"orderRef": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"packJobRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"pickJobRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"processId": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
},
"referenced": {
"brand": {
"name": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
}
},
"carrier": {
"carrierTrackingNumber": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
},
"name": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
}
},
"consumerAddress": {
"country": "US",
"deliveryCountry": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
}
},
"facility": {
"address": {
"country": "US"
},
"name": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
}
},
"handoverJob": {
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"pickupIdentifier": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
},
"status": {
"contains": {
"eq": "OPEN",
"in": [
"OPEN"
],
"notEq": "OPEN"
}
}
},
"order": {
"consumerId": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
},
"desiredDeliveryTime": "2026-06-17T12:00:00.000Z",
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"orderDate": "2026-06-17T12:00:00.000Z",
"orderedAmount": {
"eq": 1,
"gt": 1,
"gte": 1,
"in": [
1
],
"lt": 1,
"lte": 1,
"notEq": 1,
"notIn": [
1
]
},
"provisioningTime": "2026-06-17T12:00:00.000Z",
"status": {
"contains": {
"eq": "OPEN",
"in": [
"OPEN"
],
"notEq": "OPEN"
}
},
"tenantOrderId": "MY_ORDER_ID"
},
"packJob": {
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"status": {
"contains": {
"eq": "OPEN",
"in": [
"OPEN"
],
"notEq": "OPEN"
}
}
},
"parcel": {
"status": {
"contains": {
"eq": "OPEN",
"in": [
"OPEN"
],
"notEq": "OPEN"
}
}
},
"parcelTrackingStatus": {
"contains": {
"eq": "REGISTERED",
"in": [
"REGISTERED"
],
"notEq": "REGISTERED"
}
},
"pickJob": {
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"shortId": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
},
"status": {
"contains": {
"eq": "ABORTED",
"in": [
"ABORTED"
],
"notEq": "ABORTED"
}
}
},
"returnJob": {
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"returnFacilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"status": {
"contains": {
"eq": "OPEN",
"in": [
"OPEN"
],
"notEq": "OPEN"
}
}
},
"routingPlan": {
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"status": {
"contains": {
"eq": "IN_PREPARATION",
"in": [
"IN_PREPARATION"
],
"notEq": "IN_PREPARATION"
}
}
},
"serviceJob": {
"facilityRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"globalActor": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f"
},
"status": {
"contains": {
"eq": "OPEN",
"in": [
"OPEN"
],
"notEq": "OPEN"
}
}
},
"serviceLevel": {
"contains": {
"eq": "DELIVERY",
"in": [
"DELIVERY"
],
"notEq": "DELIVERY"
}
},
"serviceType": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
},
"shipment": {
"status": {
"contains": {
"eq": "INITIAL",
"in": [
"INITIAL"
],
"notEq": "INITIAL"
}
}
},
"sticker": {
"name": {
"eq": "text",
"in": [
"text"
],
"like": "text",
"notEq": "text",
"notIn": [
"text"
]
}
},
"targetTime": "2026-06-17T12:00:00.000Z",
"tenantArticleId": "MY_ARTICLE_ID"
},
"returnRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"returnStatus": {
"eq": "CREATED",
"in": [
"CREATED"
],
"notEq": "CREATED"
},
"routingPlanRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"searchTerm": {
"like": "text"
},
"serviceJobRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"shipmentRefs": [
"0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"0190d6e8-9a1b-7c2d-8e3f-5a7b9c1d3e5f"
],
"status": {
"eq": "CREATED",
"in": [
"CREATED"
],
"notEq": "CREATED"
},
"tags": {
"contains": {
"id": "0190d6e8-8c3a-7f1b-9d2e-4a6b8c0d1e2f",
"value": {
"eq": "text",
"in": [
"text"
],
"notEq": "text",
"notIn": [
"text"
]
}
},
"exists": true
}
},
"size": 10,
"sort": [
{
"activeFacilityCountry": "ASC",
"activeFacilityName": "ASC",
"created": "ASC",
"domsStatus": "ASC",
"inventoryStatus": "ASC",
"operativeStatus": "ASC",
"processId": "ASC",
"referenced": {
"brand": {
"name": "ASC"
},
"carrier": {
"name": "ASC"
},
"consumerAddress": {
"country": "ASC",
"postalCode": "ASC"
},
"facility": {
"address": {
"country": "ASC"
},
"name": "ASC"
},
"order": {
"desiredDeliveryTime": "ASC",
"orderDate": "ASC",
"orderedAmount": "ASC",
"provisioningTime": "ASC",
"tenantOrderId": "ASC",
"updateDetails": "2026-06-17T12:00:00.000Z"
},
"parcelTrackingStatus": "ASC",
"sticker": {
"name": "ASC"
},
"targetTime": "ASC"
},
"returnStatus": "ASC",
"status": "ASC"
}
]
}{
"pageInfo": {
"endCursor": "text",
"hasNextPage": true,
"hasPreviousPage": true,
"startCursor": "text"
},
"processes": [
{
"created": "2020-02-03T08:45:51.525Z",
"lastModified": "2020-02-03T09:45:51.525Z",
"version": 42
}
],
"total": 1
}Last updated
Was this helpful?

