Chilkat Online Tools

Unicode C++ / Shopify / Retrieve a discount

Back to Collection Items

void ChilkatSample(void)
    {
    success = http.QuickGetSb(L"httpsDefaultParameterValue:DefaultParameterValue@DefaultParameterValue.myshopify.com/admin/discounts/2951196163.json",sbResponseBody);
    }

Curl Command

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

Postman Collection Item JSON

{
  "name": "Retrieve a discount",
  "request": {
    "method": "GET",
    "header": [
      {
        "key": "Content",
        "value": "<>"
      }
    ],
    "url": {
      "raw": "{{baseUrl}}/admin/discounts/2951196163.json",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "admin",
        "discounts",
        "2951196163.json"
      ]
    },
    "description": "Retrieve a discount."
  },
  "response": [
  ]
}