Storage locations endpoints
StorageLocationSearchPayload
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.
The ID to start after. Deprecated, use after with the value provided in pageInfo.endCursor instead.
Your search result
StorageLocationPaginatedResult
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
ID of facility from which you want to get the storage locations. Also accepts tenantFacilityId in urn format (e.g. urn:fft:facility:tenantFacilityId:{your-tenant-facility-id})
the ID of the storageLocation
Facility was found & you are allowed to get the storage locations. The result is in the body.
StorageLocation
Your user is not allowed to operate against this API instance
Your user, although recognized, is not authorized to use this endpoint
Facility not found
ID of facility from which you want to get the storage locations. Also accepts tenantFacilityId in urn format (e.g. urn:fft:facility:tenantFacilityId:{your-tenant-facility-id})
all entities after given Id
number of entities to show
25limit result to storage locations with scannable code
Facility was found & you are allowed to get the storage locations. The result is in the body.
StorageLocation
Your user is not allowed to operate against this API instance
Your user, although recognized, is not authorized to use this endpoint
Facility not found
ID of facility from whom you want to put the storage locations
the ID of the storageLocation
StorageLocationForReplacement
Storage location was found & you were allowed to update it.
StorageLocation
Your user is not allowed to operate against this API instance
Your user, although recognized, is not authorized to use this endpoint
Facility or Storage Location not found
ID of facility from whom you want to create the storage location
StorageLocationForCreation
The storage location was successfully created.
Your user is not allowed to operate against this API instance
Your user, although recognized, is not authorized to use this endpoint
Facility not found
ID of facility you want to patch the storage locations
the ID of the storageLocation
StorageLocationPatchActions
The version of the facility where we want to patch the storage locations to be used in optimistic locking mechanisms.
42Storage location was found & you were allowed to update it.
StorageLocation
Your user is not allowed to operate against this API instance
Your user, although recognized, is not authorized to use this endpoint
Facility or Storage location not found
ID of facility from whom you want to delete the storage location
ID of the storageLocation you want to delete
Storage location was found & you were allowed to delete it.
No content
Your user is not allowed to operate against this API instance
Your user, although recognized, is not authorized to use this endpoint
Facility or storage location not found
No content
List of Storage Locations sorted by the stock sum ascending. The result is in the body.
StorageLocationRecommendation
Your user is not allowed to operate against this API instance
Your user, although recognized, is not authorized to use this
Last updated