post https://api.rainex.io/projects//product-families/query
Here are the enums that are contained in the answer
name | value |
---|---|
status | Active, Deleted |
channel | Web, AppStore, PlayStore |
Responses
Here are the enums that are contained in the answer
name | value |
---|---|
status | Active, Deleted |
channel | Web, AppStore, PlayStore |
xxxxxxxxxx
curl --request POST \
--url https://api.rainex.io/projects/your-site-name-1/product-families/query \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"sortKind":"desc"}'