Chilkat Online Tools

PHP (Extension) / Shopify / Get a list of all the tags of articles

Back to Collection Items

<?php

include("chilkat_9_5_0.php");

$success = $http->QuickGetSb('httpsDefaultParameterValue:DefaultParameterValue@DefaultParameterValue.myshopify.com/admin/articles/tags.json',$sbResponseBody);
?>

Curl Command

curl -X GET
	-H "Content: <>"
httpsDefaultParameterValue:DefaultParameterValue@DefaultParameterValue.myshopify.com/admin/articles/tags.json

Postman Collection Item JSON

{
  "name": "Get a list of all the tags of articles",
  "request": {
    "method": "GET",
    "header": [
      {
        "key": "Content",
        "value": "<>"
      }
    ],
    "url": {
      "raw": "{{baseUrl}}/admin/articles/tags.json",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "admin",
        "articles",
        "tags.json"
      ]
    },
    "description": "Get a list of all the tags of articles."
  },
  "response": [
  ]
}