Updates a Location
specified by the warehouse id
and location_id
path parameters and according to the request body.
Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization
header prefixed with "Bearer" and then a single space.
The id
of the referenced Warehouse
.
The id
of the referenced Location
.
A Location
object specifying the fields to be updated.
A Location describes a user-specified inventory address within a warehouse.
OK - The operation completed successfully and there is no response body.