Chilkat Examples

ChilkatHOME.NET Core C#Android™AutoItCC#C++Chilkat2-PythonCkPythonClassic ASPDataFlexDelphi ActiveXDelphi DLLGoJavaLianjaMono C#Node.jsObjective-CPHP ActiveXPHP ExtensionPerlPowerBuilderPowerShellPureBasicRubySQL ServerSwift 2Swift 3,4,5...TclUnicode CUnicode C++VB.NETVBScriptVisual Basic 6.0Visual FoxProXojo Plugin

Unicode C++ Web API Examples

Primary Categories

ABN AMRO
AWS Secrets Manager
AWS Security Token Service
AWS Translate
Activix CRM
Adyen
Alibaba Cloud OSS
Amazon Cognito
Amazon DynamoDB
Amazon MWS
Amazon Pay
Amazon Rekognition
Amazon SP-API
Amazon Voice ID
Aruba Fatturazione
Azure Maps
Azure Monitor
Azure OAuth2
Azure Storage Accounts
Backblaze S3
Banco Inter
Belgian eHealth Platform
Bitfinex v2 REST
Bluzone
BrickLink
Bunny CDN
CallRail
CardConnect
Cerved
ClickBank
Clickatell
Cloudfare
Constant Contact
DocuSign
Duo Auth MFA
ETrade
Ecwid
Egypt ITIDA
Egypt eReceipt
Etsy
Facebook
Faire
Frame.io
GeoOp
GetHarvest
Global Payments
Google People
Google Search Console
Google Translate
Hungary NAV Invoicing
IBM Text to Speech
Ibanity
IntakeQ
Jira
Lightspeed
MYOB
Magento
Mailgun
Mastercard

MedTunnel
MercadoLibre
MessageMedia
Microsoft Calendar
Microsoft Group
Microsoft Tasks and Plans
Microsoft Teams
Moody's
Okta OAuth/OIDC
OneLogin OIDC
OneNote
OpenAI ChatGPT
PRODA
PayPal
Paynow.pl
Peoplevox
Populi
QuickBooks
Rabobank
Refinitiv
Royal Mail OBA
SCiS Schools Catalogue
SII Chile
SMSAPI
SOAP finkok.com
SendGrid
Shippo
Shopify
Shopware
Shopware 6
SimpleTexting
Square
Stripe
SugarCRM
TicketBAI
Trello
Twilio
Twitter API v2
Twitter v1
UPS
UniPin
VoiceBase
Vonage
WaTrend
Walmart v3
Wasabi
WhatsApp
WiX
WooCommerce
WordPress
Xero
Yahoo Mail
Yapily
Yousign
ZATCA
Zendesk
Zoom
_Miscellaneous_
eBay
effectconnect
hacienda.go.cr

 

 

 

(Unicode C++) WooCommerce List All Products

See more WooCommerce Examples

Gets WooCommerce product information in JSON format.

For more information, see https://woocommerce.github.io/woocommerce-rest-api-docs/#list-all-products

Chilkat C/C++ Library Downloads

MS Visual C/C++

Linux/CentOS C/C++

Alpine Linux C/C++

MAC OS X C/C++

armhf/aarch64 C/C++

C++ Builder

iOS C/C++

Android C/C++

Solaris C/C++

MinGW C/C++

#include <CkHttpW.h>
#include <CkStringBuilderW.h>
#include <CkJsonArrayW.h>
#include <CkDtObjW.h>
#include <CkJsonObjectW.h>

void ChilkatSample(void)
    {
    // This example assumes the Chilkat API to have been previously unlocked.
    // See Global Unlock Sample for sample code.

    CkHttpW http;
    bool success;

    // Implements the following CURL command:

    // curl https://example.com/wp-json/wc/v3/products \
    //     -u consumer_key:consumer_secret

    // Use the following online tool to generate HTTP code from a CURL command
    // Convert a cURL Command to HTTP Source Code

    http.put_BasicAuth(true);
    http.put_Login(L"consumer_key");
    http.put_Password(L"consumer_secret");

    CkStringBuilderW sbResponseBody;
    success = http.QuickGetSb(L"https://example.com/wp-json/wc/v3/products",sbResponseBody);
    if (success == false) {
        wprintf(L"%s\n",http.lastErrorText());
        return;
    }

    CkJsonArrayW jarrResp;
    jarrResp.LoadSb(sbResponseBody);
    jarrResp.put_EmitCompact(false);

    wprintf(L"Response Body:\n");
    wprintf(L"%s\n",jarrResp.emit());

    int respStatusCode = http.get_LastStatus();
    wprintf(L"Response Status Code = %d\n",respStatusCode);
    if (respStatusCode >= 400) {
        wprintf(L"Response Header:\n");
        wprintf(L"%s\n",http.lastHeader());
        wprintf(L"Failed.\n");
        return;
    }

    // Sample JSON response:
    // (Sample code for parsing the JSON response is shown below)

    // [
    //   {
    //     "id": 799,
    //     "name": "Ship Your Idea",
    //     "slug": "ship-your-idea-22",
    //     "permalink": "https://example.com/product/ship-your-idea-22/",
    //     "date_created": "2017-03-23T17:03:12",
    //     "date_created_gmt": "2017-03-23T20:03:12",
    //     "date_modified": "2017-03-23T17:03:12",
    //     "date_modified_gmt": "2017-03-23T20:03:12",
    //     "type": "variable",
    //     "status": "publish",
    //     "featured": false,
    //     "catalog_visibility": "visible",
    //     "description": "<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>\n",
    //     "short_description": "<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>\n",
    //     "sku": "",
    //     "price": "",
    //     "regular_price": "",
    //     "sale_price": "",
    //     "date_on_sale_from": null,
    //     "date_on_sale_from_gmt": null,
    //     "date_on_sale_to": null,
    //     "date_on_sale_to_gmt": null,
    //     "price_html": "",
    //     "on_sale": false,
    //     "purchasable": false,
    //     "total_sales": 0,
    //     "virtual": false,
    //     "downloadable": false,
    //     "downloads": [
    //     ],
    //     "download_limit": -1,
    //     "download_expiry": -1,
    //     "external_url": "",
    //     "button_text": "",
    //     "tax_status": "taxable",
    //     "tax_class": "",
    //     "manage_stock": false,
    //     "stock_quantity": null,
    //     "stock_status": "instock",
    //     "backorders": "no",
    //     "backorders_allowed": false,
    //     "backordered": false,
    //     "sold_individually": false,
    //     "weight": "",
    //     "dimensions": {
    //       "length": "",
    //       "width": "",
    //       "height": ""
    //     },
    //     "shipping_required": true,
    //     "shipping_taxable": true,
    //     "shipping_class": "",
    //     "shipping_class_id": 0,
    //     "reviews_allowed": true,
    //     "average_rating": "0.00",
    //     "rating_count": 0,
    //     "related_ids": [
    //       31,
    //       22,
    //       369,
    //       414,
    //       56
    //     ],
    //     "upsell_ids": [
    //     ],
    //     "cross_sell_ids": [
    //     ],
    //     "parent_id": 0,
    //     "purchase_note": "",
    //     "categories": [
    //       {
    //         "id": 9,
    //         "name": "Clothing",
    //         "slug": "clothing"
    //       },
    //       {
    //         "id": 14,
    //         "name": "T-shirts",
    //         "slug": "t-shirts"
    //       }
    //     ],
    //     "tags": [
    //     ],
    //     "images": [
    //       {
    //         "id": 795,
    //         "date_created": "2017-03-23T14:03:08",
    //         "date_created_gmt": "2017-03-23T20:03:08",
    //         "date_modified": "2017-03-23T14:03:08",
    //         "date_modified_gmt": "2017-03-23T20:03:08",
    //         "src": "https://example.com/wp-content/uploads/2017/03/T_4_front-11.jpg",
    //         "name": "",
    //         "alt": ""
    //       },
    //       {
    //         "id": 796,
    //         "date_created": "2017-03-23T14:03:09",
    //         "date_created_gmt": "2017-03-23T20:03:09",
    //         "date_modified": "2017-03-23T14:03:09",
    //         "date_modified_gmt": "2017-03-23T20:03:09",
    //         "src": "https://example.com/wp-content/uploads/2017/03/T_4_back-10.jpg",
    //         "name": "",
    //         "alt": ""
    //       },
    //       {
    //         "id": 797,
    //         "date_created": "2017-03-23T14:03:10",
    //         "date_created_gmt": "2017-03-23T20:03:10",
    //         "date_modified": "2017-03-23T14:03:10",
    //         "date_modified_gmt": "2017-03-23T20:03:10",
    //         "src": "https://example.com/wp-content/uploads/2017/03/T_3_front-10.jpg",
    //         "name": "",
    //         "alt": ""
    //       },
    //       {
    //         "id": 798,
    //         "date_created": "2017-03-23T14:03:11",
    //         "date_created_gmt": "2017-03-23T20:03:11",
    //         "date_modified": "2017-03-23T14:03:11",
    //         "date_modified_gmt": "2017-03-23T20:03:11",
    //         "src": "https://example.com/wp-content/uploads/2017/03/T_3_back-10.jpg",
    //         "name": "",
    //         "alt": ""
    //       }
    //     ],
    //     "attributes": [
    //       {
    //         "id": 6,
    //         "name": "Color",
    //         "position": 0,
    //         "visible": false,
    //         "variation": true,
    //         "options": [
    //           "Black",
    //           "Green"
    //         ]
    //       },
    //       {
    //         "id": 0,
    //         "name": "Size",
    //         "position": 0,
    //         "visible": true,
    //         "variation": true,
    //         "options": [
    //           "S",
    //           "M"
    //         ]
    //       }
    //     ],
    //     "default_attributes": [
    //     ],
    //     "variations": [
    //     ],
    //     "grouped_products": [
    //     ],
    //     "menu_order": 0,
    //     "meta_data": [
    //     ],
    //     "_links": {
    //       "self": [
    //         {
    //           "href": "https://example.com/wp-json/wc/v3/products/799"
    //         }
    //       ],
    //       "collection": [
    //         {
    //           "href": "https://example.com/wp-json/wc/v3/products"
    //         }
    //       ]
    //     }
    //   },
    //   {
    //     "id": 794,
    //     "name": "Premium Quality",
    //     "slug": "premium-quality-19",
    //     "permalink": "https://example.com/product/premium-quality-19/",
    //     "date_created": "2017-03-23T17:01:14",
    //     "date_created_gmt": "2017-03-23T20:01:14",
    //     "date_modified": "2017-03-23T17:01:14",
    //     "date_modified_gmt": "2017-03-23T20:01:14",
    //     "type": "simple",
    //     "status": "publish",
    //     "featured": false,
    //     "catalog_visibility": "visible",
    //     "description": "<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>\n",
    //     "short_description": "<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>\n",
    //     "sku": "",
    //     "price": "21.99",
    //     "regular_price": "21.99",
    //     "sale_price": "",
    //     "date_on_sale_from": null,
    //     "date_on_sale_from_gmt": null,
    //     "date_on_sale_to": null,
    //     "date_on_sale_to_gmt": null,
    //     "price_html": "<span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#36;</span>21.99</span>",
    //     "on_sale": false,
    //     "purchasable": true,
    //     "total_sales": 0,
    //     "virtual": false,
    //     "downloadable": false,
    //     "downloads": [
    //     ],
    //     "download_limit": -1,
    //     "download_expiry": -1,
    //     "external_url": "",
    //     "button_text": "",
    //     "tax_status": "taxable",
    //     "tax_class": "",
    //     "manage_stock": false,
    //     "stock_quantity": null,
    //     "stock_status": "instock",
    //     "backorders": "no",
    //     "backorders_allowed": false,
    //     "backordered": false,
    //     "sold_individually": false,
    //     "weight": "",
    //     "dimensions": {
    //       "length": "",
    //       "width": "",
    //       "height": ""
    //     },
    //     "shipping_required": true,
    //     "shipping_taxable": true,
    //     "shipping_class": "",
    //     "shipping_class_id": 0,
    //     "reviews_allowed": true,
    //     "average_rating": "0.00",
    //     "rating_count": 0,
    //     "related_ids": [
    //       463,
    //       47,
    //       31,
    //       387,
    //       458
    //     ],
    //     "upsell_ids": [
    //     ],
    //     "cross_sell_ids": [
    //     ],
    //     "parent_id": 0,
    //     "purchase_note": "",
    //     "categories": [
    //       {
    //         "id": 9,
    //         "name": "Clothing",
    //         "slug": "clothing"
    //       },
    //       {
    //         "id": 14,
    //         "name": "T-shirts",
    //         "slug": "t-shirts"
    //       }
    //     ],
    //     "tags": [
    //     ],
    //     "images": [
    //       {
    //         "id": 792,
    //         "date_created": "2017-03-23T14:01:13",
    //         "date_created_gmt": "2017-03-23T20:01:13",
    //         "date_modified": "2017-03-23T14:01:13",
    //         "date_modified_gmt": "2017-03-23T20:01:13",
    //         "src": "https://example.com/wp-content/uploads/2017/03/T_2_front-4.jpg",
    //         "name": "",
    //         "alt": ""
    //       },
    //       {
    //         "id": 793,
    //         "date_created": "2017-03-23T14:01:14",
    //         "date_created_gmt": "2017-03-23T20:01:14",
    //         "date_modified": "2017-03-23T14:01:14",
    //         "date_modified_gmt": "2017-03-23T20:01:14",
    //         "src": "https://example.com/wp-content/uploads/2017/03/T_2_back-2.jpg",
    //         "name": "",
    //         "alt": ""
    //       }
    //     ],
    //     "attributes": [
    //     ],
    //     "default_attributes": [
    //       {
    //         "id": 6,
    //         "name": "Color",
    //         "option": "black"
    //       },
    //       {
    //         "id": 0,
    //         "name": "Size",
    //         "option": "S"
    //       }
    //     ],
    //     "variations": [
    //     ],
    //     "grouped_products": [
    //     ],
    //     "menu_order": 0,
    //     "meta_data": [
    //     ],
    //     "_links": {
    //       "self": [
    //         {
    //           "href": "https://example.com/wp-json/wc/v3/products/794"
    //         }
    //       ],
    //       "collection": [
    //         {
    //           "href": "https://example.com/wp-json/wc/v3/products"
    //         }
    //       ]
    //     }
    //   }
    // ]

    // Sample code for parsing the JSON response...
    // Use the following online tool to generate parsing code from sample JSON:
    // Generate Parsing Code from JSON

    // Chilkat functions returning "const char *" return a pointer to temporary internal memory owned and managed by Chilkat.
    // See this example explaining how this memory should be used: const char * functions.

    CkDtObjW date_created;
    CkDtObjW date_created_gmt;
    CkDtObjW date_modified;
    CkDtObjW date_modified_gmt;
    CkDtObjW date_on_sale_from;
    CkDtObjW date_on_sale_from_gmt;
    CkDtObjW date_on_sale_to;
    CkDtObjW date_on_sale_to_gmt;
    CkJsonObjectW *json = 0;
    int id;
    const wchar_t *name = 0;
    const wchar_t *slug = 0;
    const wchar_t *permalink = 0;
    const wchar_t *v_type = 0;
    const wchar_t *status = 0;
    bool featured;
    const wchar_t *catalog_visibility = 0;
    const wchar_t *description = 0;
    const wchar_t *short_description = 0;
    const wchar_t *sku = 0;
    const wchar_t *price = 0;
    const wchar_t *regular_price = 0;
    const wchar_t *sale_price = 0;
    const wchar_t *price_html = 0;
    bool on_sale;
    bool purchasable;
    int total_sales;
    bool v_virtual;
    bool downloadable;
    int download_limit;
    int download_expiry;
    const wchar_t *external_url = 0;
    const wchar_t *button_text = 0;
    const wchar_t *tax_status = 0;
    const wchar_t *tax_class = 0;
    bool manage_stock;
    const wchar_t *stock_quantity = 0;
    const wchar_t *stock_status = 0;
    const wchar_t *backorders = 0;
    bool backorders_allowed;
    bool backordered;
    bool sold_individually;
    const wchar_t *weight = 0;
    const wchar_t *dimensionsLength = 0;
    const wchar_t *dimensionsWidth = 0;
    const wchar_t *dimensionsHeight = 0;
    bool shipping_required;
    bool shipping_taxable;
    const wchar_t *shipping_class = 0;
    int shipping_class_id;
    bool reviews_allowed;
    const wchar_t *average_rating = 0;
    int rating_count;
    int parent_id;
    const wchar_t *purchase_note = 0;
    int menu_order;
    int j;
    int count_j;
    int intVal;
    const wchar_t *src = 0;
    const wchar_t *alt = 0;
    int position;
    bool visible;
    bool variation;
    int k;
    int count_k;
    const wchar_t *strVal = 0;
    const wchar_t *v_option = 0;
    const wchar_t *href = 0;

    int i = 0;
    int count_i = jarrResp.get_Size();
    while (i < count_i) {
        json = jarrResp.ObjectAt(i);
        id = json->IntOf(L"id");
        name = json->stringOf(L"name");
        slug = json->stringOf(L"slug");
        permalink = json->stringOf(L"permalink");
        json->DtOf(L"date_created",false,date_created);
        json->DtOf(L"date_created_gmt",false,date_created_gmt);
        json->DtOf(L"date_modified",false,date_modified);
        json->DtOf(L"date_modified_gmt",false,date_modified_gmt);
        v_type = json->stringOf(L"type");
        status = json->stringOf(L"status");
        featured = json->BoolOf(L"featured");
        catalog_visibility = json->stringOf(L"catalog_visibility");
        description = json->stringOf(L"description");
        short_description = json->stringOf(L"short_description");
        sku = json->stringOf(L"sku");
        price = json->stringOf(L"price");
        regular_price = json->stringOf(L"regular_price");
        sale_price = json->stringOf(L"sale_price");
        json->DtOf(L"date_on_sale_from",false,date_on_sale_from);
        json->DtOf(L"date_on_sale_from_gmt",false,date_on_sale_from_gmt);
        json->DtOf(L"date_on_sale_to",false,date_on_sale_to);
        json->DtOf(L"date_on_sale_to_gmt",false,date_on_sale_to_gmt);
        price_html = json->stringOf(L"price_html");
        on_sale = json->BoolOf(L"on_sale");
        purchasable = json->BoolOf(L"purchasable");
        total_sales = json->IntOf(L"total_sales");
        v_virtual = json->BoolOf(L"virtual");
        downloadable = json->BoolOf(L"downloadable");
        download_limit = json->IntOf(L"download_limit");
        download_expiry = json->IntOf(L"download_expiry");
        external_url = json->stringOf(L"external_url");
        button_text = json->stringOf(L"button_text");
        tax_status = json->stringOf(L"tax_status");
        tax_class = json->stringOf(L"tax_class");
        manage_stock = json->BoolOf(L"manage_stock");
        stock_quantity = json->stringOf(L"stock_quantity");
        stock_status = json->stringOf(L"stock_status");
        backorders = json->stringOf(L"backorders");
        backorders_allowed = json->BoolOf(L"backorders_allowed");
        backordered = json->BoolOf(L"backordered");
        sold_individually = json->BoolOf(L"sold_individually");
        weight = json->stringOf(L"weight");
        dimensionsLength = json->stringOf(L"dimensions.length");
        dimensionsWidth = json->stringOf(L"dimensions.width");
        dimensionsHeight = json->stringOf(L"dimensions.height");
        shipping_required = json->BoolOf(L"shipping_required");
        shipping_taxable = json->BoolOf(L"shipping_taxable");
        shipping_class = json->stringOf(L"shipping_class");
        shipping_class_id = json->IntOf(L"shipping_class_id");
        reviews_allowed = json->BoolOf(L"reviews_allowed");
        average_rating = json->stringOf(L"average_rating");
        rating_count = json->IntOf(L"rating_count");
        parent_id = json->IntOf(L"parent_id");
        purchase_note = json->stringOf(L"purchase_note");
        menu_order = json->IntOf(L"menu_order");
        j = 0;
        count_j = json->SizeOfArray(L"downloads");
        while (j < count_j) {
            json->put_J(j);
            j = j + 1;
        }

        j = 0;
        count_j = json->SizeOfArray(L"related_ids");
        while (j < count_j) {
            json->put_J(j);
            intVal = json->IntOf(L"related_ids[j]");
            j = j + 1;
        }

        j = 0;
        count_j = json->SizeOfArray(L"upsell_ids");
        while (j < count_j) {
            json->put_J(j);
            j = j + 1;
        }

        j = 0;
        count_j = json->SizeOfArray(L"cross_sell_ids");
        while (j < count_j) {
            json->put_J(j);
            j = j + 1;
        }

        j = 0;
        count_j = json->SizeOfArray(L"categories");
        while (j < count_j) {
            json->put_J(j);
            id = json->IntOf(L"categories[j].id");
            name = json->stringOf(L"categories[j].name");
            slug = json->stringOf(L"categories[j].slug");
            j = j + 1;
        }

        j = 0;
        count_j = json->SizeOfArray(L"tags");
        while (j < count_j) {
            json->put_J(j);
            j = j + 1;
        }

        j = 0;
        count_j = json->SizeOfArray(L"images");
        while (j < count_j) {
            json->put_J(j);
            id = json->IntOf(L"images[j].id");
            json->DtOf(L"images[j].date_created",false,date_created);
            json->DtOf(L"images[j].date_created_gmt",false,date_created_gmt);
            json->DtOf(L"images[j].date_modified",false,date_modified);
            json->DtOf(L"images[j].date_modified_gmt",false,date_modified_gmt);
            src = json->stringOf(L"images[j].src");
            name = json->stringOf(L"images[j].name");
            alt = json->stringOf(L"images[j].alt");
            j = j + 1;
        }

        j = 0;
        count_j = json->SizeOfArray(L"attributes");
        while (j < count_j) {
            json->put_J(j);
            id = json->IntOf(L"attributes[j].id");
            name = json->stringOf(L"attributes[j].name");
            position = json->IntOf(L"attributes[j].position");
            visible = json->BoolOf(L"attributes[j].visible");
            variation = json->BoolOf(L"attributes[j].variation");
            k = 0;
            count_k = json->SizeOfArray(L"attributes[j].options");
            while (k < count_k) {
                json->put_K(k);
                strVal = json->stringOf(L"attributes[j].options[k]");
                k = k + 1;
            }

            j = j + 1;
        }

        j = 0;
        count_j = json->SizeOfArray(L"default_attributes");
        while (j < count_j) {
            json->put_J(j);
            id = json->IntOf(L"default_attributes[j].id");
            name = json->stringOf(L"default_attributes[j].name");
            v_option = json->stringOf(L"default_attributes[j].option");
            j = j + 1;
        }

        j = 0;
        count_j = json->SizeOfArray(L"variations");
        while (j < count_j) {
            json->put_J(j);
            j = j + 1;
        }

        j = 0;
        count_j = json->SizeOfArray(L"grouped_products");
        while (j < count_j) {
            json->put_J(j);
            j = j + 1;
        }

        j = 0;
        count_j = json->SizeOfArray(L"meta_data");
        while (j < count_j) {
            json->put_J(j);
            j = j + 1;
        }

        j = 0;
        count_j = json->SizeOfArray(L"_links.self");
        while (j < count_j) {
            json->put_J(j);
            href = json->stringOf(L"_links.self[j].href");
            j = j + 1;
        }

        j = 0;
        count_j = json->SizeOfArray(L"_links.collection");
        while (j < count_j) {
            json->put_J(j);
            href = json->stringOf(L"_links.collection[j].href");
            j = j + 1;
        }

        delete json;
        i = i + 1;
    }
    }

 

© 2000-2024 Chilkat Software, Inc. All Rights Reserved.