Product Category Fee API

Manage fee items associated with product categories

Base URL

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

Every request returns a JSON response. On success result.code == 1, on error result.code == 0. The product category fee API is used to manage fee schedules assigned to product categories (e.g. handling fees, shipping fee schedules).

GET /api/product_category_fee/get

Retrieve a single product category fee record by ID.

Query parameters

ParameterTypeRequiredDescription
idintFee record ID

Example request

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

Paginated list of product category fee records.

Query parameters

ParameterTypeRequiredDescription
list_offsetintPagination offset (default: 0)
list_conditionobjectFilter conditions object

Example request

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

Create or update a product category fee record.

POST fields — data object

Provide the fee details in the data object (product category ID, fee amount, type).

Example request

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

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

Delete a product category fee record by ID.

POST fields

FieldTypeRequiredDescription
idintID of the record to delete

Example request

POST /api/product_category_fee/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!