Repzo API - Adjust Inventory (1.0.0)

Download OpenAPI specification:Download

OpenAPI specification for Repzo Adjust Inventory endpoints.

Find inventory adjustments

query Parameters
params
object

Query parameters for filtering inventory adjustments

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "meta": { }
}

Create an inventory adjustment

Request Body schema: application/json
warehouse
string
rep
string
Array of objects
notes
string

Responses

Request samples

Content type
application/json
{
  • "warehouse": "string",
  • "rep": "string",
  • "items": [
    ],
  • "notes": "string"
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get an inventory adjustment by ID

path Parameters
id
required
string

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}