Create Global AttributeAsk AIpost https://preview.threekit.com/api/v2/attributesCreates a Global attribute.Query Paramsbearer_tokenstringPrivate token used to authorize the request. This endpoint is only accessible using a private token.branchstringName of the org branch to connect to. If no value is provided the default value is "main".Body ParamsGlobal attribute creation information.typestringrequiredShould be 'attribute'.orgIdstringrequiredOrganization which owns the attribute.idstringAttribute ID.descriptionstringAttribute description.tagsarray of stringstagsADD stringmetadataarraymetadataADD stringMetadataBody | numberMetadataBodyproxystringAttributeBodynumberAttributeBodybooleanAttributeBodyassetAttributeBodycolorAttributeBodyarrayAttributeBodystringAttributeBody objectResponses 200Returns catalog item information 401User is not authenticated. They must be authenticated to use this service. 403The token being used does not belong to the org being queried or does not have enough permissions to make the request. 422The request body was missing required fields or contained invalid fields.Updated about 1 year ago