Calls
Product

create_category

5min

This call creates a product category. The arguments that would be included in the doc are described below:

Basic parameters

Name

Type

Required

Description

action

string

true

create_category

group_id

integer

true

This designates which project the action should be applied towards

doc

array

true

See doc parameters below

General Doc Parameters



Name

Type

Required

Description

category_name

string

true

The name for the category visible to users

category_top_remark

string

false

A brief description at the top of the category visible to users

category_bottom_remark

string

false

A brief description at the bottom of the category visible to users

category_quota_ordered

integer

false

The amount of products within a category that a user can order. The default has no limit.

interchange_category

boolean

false

True if only a single product in the category should be able to be orderered. Default is False.

mandatory_category

boolean

false

True if a product needs to be ordered from that category in order for the form to be marked complete. Default is False.



Example

Create a new category

This is an example which would create a new category.

Call

Curl
Python


Response

JSON




Updated 06 Dec 2024
Doc contributor
Doc contributor
Did this page help you?