Product Parameter Schema API

Managing product parameter schemas

Base URL

https://{tenant}.logzi.com/api/product_param_schema/

Every request returns a JSON response. On success result.code == 1, on error result.code == 0. The product parameter schema API is used to manage the schemas of custom parameter structures (e.g. technical attributes, dimensions) that can be assigned to products.

GET /api/product_param_schema/get

Retrieve a single product parameter schema by identifier.

Query parameters

ParameterTypeRequiredDescription
idintIdentifier of the schema

Example request

GET /api/product_param_schema/get?id=1
X-API-KEY: {your_api_key}
GET /api/product_param_schema/list

Paginated list of product parameter schemas.

Query parameters

ParameterTypeRequiredDescription
list_offsetintPagination offset (default: 0)
list_conditionobjectObject of filtering conditions

Example request

GET /api/product_param_schema/list?list_offset=0
X-API-KEY: {your_api_key}
POST /api/product_param_schema/save

Create or update a product parameter schema.

POST fields — data object

The data object must contain the parameter schema data (schema name, field definitions).

Example request

POST /api/product_param_schema/save
X-API-KEY: {your_api_key}
Content-Type: application/json

{ "data": { "id": 1 } }
POST /api/product_param_schema/delete

Delete a product parameter schema by identifier.

POST fields

FieldTypeRequiredDescription
idintIdentifier of the schema to delete

Example request

POST /api/product_param_schema/delete
X-API-KEY: {your_api_key}
Content-Type: application/json

{ "id": 1 }

Get in touch with us

Interested in our software? Feel free to write to us!

Need help?

If you can't find the answer and need assistance

Create your account now,
pay later!

Try it free for 3 days, no risk, no obligation!