Invendor WMSItemLocationParams API is one of 42 APIs that Invendor publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include WMSItemLocationParams. The published artifact set on APIs.io includes an OpenAPI specification and an API reference.
This API exposes
11 operations
across 8 paths,
and defines 11 schemas.
It is described by OpenAPI 3.0.1, at version 1.0.
Requests are made against the base URL https://api.invendor.com.
11 operations8 paths11 schemas2 DELETE4 GET4 POST1 PUT
Metadata
The identity and technical contract details declared by the specification.
Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://api.invendor.com
Authentication
OAuth 2.0
Resource Areas
1
Authentication & Security 1
Invendor WMSItemLocationParams API declares
1 security scheme
for authenticating requests.
It supports OAuth 2.0 (OAuth2) using the authorizationCode flow, exposing 1 scope.
By default, every request must be authenticated.
Paths & Operations 11
Across 8 paths, the API surfaces 11 operations — 2 DELETE, 4 GET, 4 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.
WMSItemLocationParams 11
GET
/v1/WMSItemLocationParams
Get location item parameters
9 params→ 200400401403
POST
/v1/WMSItemLocationParams
Create new item location parameters
1 parambody→ 200400401403
GET
/v1/WMSItemLocationParams/{paramId}
Get location item parameters by id
2 params→ 200400401403
POST
/v1/WMSItemLocationParams/bulk
Bulk upsert new item location parameters
1 parambody→ 200400401403
PUT
/v1/WMSItemLocationParams/{itemParamsId}
Update item location parameters
2 paramsbody→ 200400401403
DELETE
/v1/WMSItemLocationParams/{itemParamsId}
Delete item location parameters
2 params→ 200400401403
POST
/v1/WMSItemLocationParams/bulk/delete
Bulk delete item location parameters. Deletes records that can be deleted and returns a list of items that could not be deleted.
Get location item parameters in xlsx file for label printing
4 params→ 200204400401403
GET
/v1/WMSItemLocationParams/download/xlsx
Get all location items in excel
Get location items in excel9 params→ 200204400401403
Schemas 11
The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are ItemLocationParamsResponse (22 properties), CreateLocationsItemsParamsRequest (12 properties), UpdateLocationsItemsParamsRequest (11 properties), BulkUpsertItemLocationItemsParamsRequest (9 properties). Each schema is shown below with its type and property counts.
ItemLocationBarcodeResponse
object
5 properties
BulkDeleteItemLocationParamsRequest
object
1 property
ItemLocationParamsResponse
object
22 properties
UpdateLocationsItemsParamsRequest
object
11 properties
Error
object
2 properties
ApiErrorResponse
object
1 property
BulkUpsertItemLocationItemsParamsRequest
object
9 properties
WeightType
integer
IlpServiceLevel
integer
AddBarcodeToItemLocationRequest
object
2 properties
CreateLocationsItemsParamsRequest
object
12 properties
Specification
The full machine-readable OpenAPI contract behind this narrative.