Create a tag
POST https://{{subdomain}}.commercelayer.io/api/tags
Request Body
{"data"=>{"type"=>"tags", "attributes"=>{"name"=>"{{tag_name}}"}}}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Authorization | string | 
RESPONSES
status: Created
{"data":{"id":"xYZkjABcde","type":"tags","links":{"self":"https://yourdomain.commercelayer.io/api/tags/xYZkjABcde"},"attributes":{"name":"new_campaign","created_at":"2018-01-01T12:00:00.000Z","updated_at":"2018-01-01T12:00:00.000Z","reference":"ANY-EXTERNAL-REFEFERNCE","reference_origin":"ANY-EXTERNAL-REFEFERNCE-ORIGIN","metadata":{"foo":"bar"}},"relationships":{},"meta":{"mode":"test"}}}