Repzo API - MSL Products (1.0.0)

Download OpenAPI specification:Download

OpenAPI specification for Repzo MSL Products endpoints.

Find MSL products

query Parameters
params
object

Query parameters for filtering MSL products

Responses

Response samples

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

Create an MSL product

Request Body schema: application/json
msl
string
product
string
variant
string
targetQuantity
number
achievedQuantity
number
disabled
boolean

Responses

Request samples

Content type
application/json
{
  • "msl": "string",
  • "product": "string",
  • "variant": "string",
  • "targetQuantity": 0,
  • "achievedQuantity": 0,
  • "disabled": true
}

Response samples

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

Get an MSL product by ID

path Parameters
id
required
string

Responses

Response samples

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

Update an MSL product

path Parameters
id
required
string
Request Body schema: application/json
msl
string
product
string
variant
string
targetQuantity
number
achievedQuantity
number
disabled
boolean

Responses

Request samples

Content type
application/json
{
  • "msl": "string",
  • "product": "string",
  • "variant": "string",
  • "targetQuantity": 0,
  • "achievedQuantity": 0,
  • "disabled": true
}

Response samples

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

Remove an MSL product

path Parameters
id
required
string

Responses

Response samples

Content type
application/json
{
  • "success": true
}