Packing Configuration (Operations)
Endpoints to create, update, and read packing configuration.
Central Configuration of all packing related things
VersionedResource
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.
42Your 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/configurations/packing HTTP/1.1
Host: your-tenant-name.api.fulfillmenttools.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"created": "2020-02-03T08:45:51.525Z",
"lastModified": "2020-02-03T09:45:51.525Z",
"version": 42,
"documentHandlingConfiguration": {
"inheritedDocumentConfigurations": []
},
"packingContainerRequiredConfiguration": {
"active": false
},
"packingItemConfirmationNeededConfiguration": {
"active": true
},
"packingSourceContainerConfiguration": {
"active": false
},
"scanningConfiguration": {
"scanningType": "MUST_SCAN_EACH"
}
}VersionedResource
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 packing central configuration was successfully updated.
VersionedResource
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 packing central configuration was successfully created.
Invalid input. See response for details
Your user is not allowed to operate against this API instance
Your user, although recognized, is not authorized to use this endpoint
PATCH /api/configurations/packing HTTP/1.1
Host: your-tenant-name.api.fulfillmenttools.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 395
{
"created": "2020-02-03T08:45:51.525Z",
"lastModified": "2020-02-03T09:45:51.525Z",
"version": 42,
"documentHandlingConfiguration": {
"inheritedDocumentConfigurations": []
},
"packingContainerRequiredConfiguration": {
"active": false
},
"packingItemConfirmationNeededConfiguration": {
"active": true
},
"packingSourceContainerConfiguration": {
"active": false
},
"scanningConfiguration": {
"scanningType": "MUST_SCAN_EACH"
}
}{
"created": "2020-02-03T08:45:51.525Z",
"lastModified": "2020-02-03T09:45:51.525Z",
"version": 42,
"documentHandlingConfiguration": {
"inheritedDocumentConfigurations": []
},
"packingContainerRequiredConfiguration": {
"active": false
},
"packingItemConfirmationNeededConfiguration": {
"active": true
},
"packingSourceContainerConfiguration": {
"active": false
},
"scanningConfiguration": {
"scanningType": "MUST_SCAN_EACH"
}
}This part of the API is deprecated. For details, see the API release lifecycle documentation. Deprecated, replaced with /api/configurations/packing
The requirement of containers in packing can be found in the body.
Packing Container Required Configuration.
falseYour 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/configurations/packing/containerrequired HTTP/1.1
Host: your-tenant-name.api.fulfillmenttools.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"active": false
}This part of the API is deprecated. For details, see the API release lifecycle documentation. Deprecated, will be replaced with /api/configurations/packing
Packing Container Required Configuration.
falseThe packing container requirement configuration was successfully updated.
Packing Container Required Configuration.
falseThe packing container requirement configuration was successfully created.
Invalid input. See response for details
Your user is not allowed to operate against this API instance
Your user, although recognized, is not authorized to use this endpoint
PUT /api/configurations/packing/containerrequired HTTP/1.1
Host: your-tenant-name.api.fulfillmenttools.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 16
{
"active": false
}{
"active": false
}Packjob tag config is in response body.
PackJobTagConfiguration
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/configurations/tags/packjob HTTP/1.1
Host: your-tenant-name.api.fulfillmenttools.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"offeredDocumentsByDefault": [
{
"documentCategory": "EXTERNAL"
}
],
"offeredDocumentsPerTag": [
{
"matchingValues": [
"text"
],
"offeredDocuments": [
{
"documentCategory": "EXTERNAL"
}
],
"tagRef": "text"
}
],
"created": "2020-02-03T08:45:51.525Z",
"lastModified": "2020-02-03T09:45:51.525Z",
"version": 42,
"lineItemStickerConfiguration": {
"offeredStickersByTag": [
{
"matchingValues": [
"text"
],
"stickers": [],
"tagRef": "text"
}
]
},
"packJobCreationPerTag": [
{
"matchingValues": [
"text"
],
"packJobCreationDisabled": true,
"tagRef": "text"
}
],
"stickerConfiguration": {
"offeredStickersByTag": [
{
"matchingValues": [
"text"
],
"stickers": [],
"tagRef": "text"
}
]
}
}PackJobTagConfiguration
The packing configuration was successfully updated.
PackJobTagConfiguration
Invalid input. See response for details
Your user is not allowed to operate against this API instance
Your user, although recognized, is not authorized to use this endpoint
PUT /api/configurations/tags/packjob HTTP/1.1
Host: your-tenant-name.api.fulfillmenttools.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 604
{
"offeredDocumentsByDefault": [
{
"documentCategory": "EXTERNAL"
}
],
"offeredDocumentsPerTag": [
{
"matchingValues": [
"text"
],
"offeredDocuments": [
{
"documentCategory": "EXTERNAL"
}
],
"tagRef": "text"
}
],
"created": "2020-02-03T08:45:51.525Z",
"lastModified": "2020-02-03T09:45:51.525Z",
"version": 42,
"lineItemStickerConfiguration": {
"offeredStickersByTag": [
{
"matchingValues": [
"text"
],
"stickers": [],
"tagRef": "text"
}
]
},
"packJobCreationPerTag": [
{
"matchingValues": [
"text"
],
"packJobCreationDisabled": true,
"tagRef": "text"
}
],
"stickerConfiguration": {
"offeredStickersByTag": [
{
"matchingValues": [
"text"
],
"stickers": [],
"tagRef": "text"
}
]
}
}{
"offeredDocumentsByDefault": [
{
"documentCategory": "EXTERNAL"
}
],
"offeredDocumentsPerTag": [
{
"matchingValues": [
"text"
],
"offeredDocuments": [
{
"documentCategory": "EXTERNAL"
}
],
"tagRef": "text"
}
],
"created": "2020-02-03T08:45:51.525Z",
"lastModified": "2020-02-03T09:45:51.525Z",
"version": 42,
"lineItemStickerConfiguration": {
"offeredStickersByTag": [
{
"matchingValues": [
"text"
],
"stickers": [],
"tagRef": "text"
}
]
},
"packJobCreationPerTag": [
{
"matchingValues": [
"text"
],
"packJobCreationDisabled": true,
"tagRef": "text"
}
],
"stickerConfiguration": {
"offeredStickersByTag": [
{
"matchingValues": [
"text"
],
"stickers": [],
"tagRef": "text"
}
]
}
}TagReference
NeedsPacking information for this tag was found & you were allowed to access it. The result is in the body.
NeedsPacking
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
POST /api/tags/packing/needspacking HTTP/1.1
Host: your-tenant-name.api.fulfillmenttools.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 2
[][
{
"needsPacking": true
}
]Last updated
Was this helpful?

