v1
latestSwagger 2.02026-07-13137761.0 MBAssociation type
Create a new association type
This endpoint allows you to create a new association type.
post/api/rest/v1/association-types
Request body
Example request
{
"code": "upsell",
"labels": {
"en_US": "Upsell",
"fr_FR": "Vente incitative"
},
"is_quantified": false,
"is_two_way": false
}Response
Created