v1
latestOpenAPI 3.0.12026-07-243686491.1 MBPrice Groups Tags
Retrieve a single price group tag
Required scope: price-groups:read </br>Organization authorization: supported
get/api/v1/price-group-tags/{id}
Path parameters
idinteger required
Response
Price group tag with provided id
Example response
{
"name": "Energy",
"description": "Used to group `Energy` pricing elements",
"partnerExternalId": "ACME-12345",
"operator": {
"id": 14,
"name": "Monta",
"identifier": "monta",
"partnerId": 1,
"vatNumber": "FOO-123-ABC"
},
"createdAt": "2022-05-12T15:56:45.99Z",
"updatedAt": "2022-05-12T16:56:45.99Z"
}