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

SQL Server 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
Google Vision
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

 

 

 

(SQL Server) Etsy: Find Shops

Demonstrates how to find Etsy shops by name or keyword.

For more information, see https://www.etsy.com/developers/documentation/reference/shop

Chilkat ActiveX Downloads

ActiveX for 32-bit and 64-bit Windows

// Important: See this note about string length limitations for strings returned by sp_OAMethod calls.
//
CREATE PROCEDURE ChilkatSample
AS
BEGIN
    DECLARE @hr int
    DECLARE @sTmp0 nvarchar(4000)
    -- This example assumes the Chilkat API to have been previously unlocked.
    -- See Global Unlock Sample for sample code.

    DECLARE @http int
    EXEC @hr = sp_OACreate 'Chilkat_9_5_0.Http', @http OUT
    IF @hr <> 0
    BEGIN
        PRINT 'Failed to create ActiveX component'
        RETURN
    END

    DECLARE @success int

    -- Implements the following CURL command:

    -- curl -X GET \
    --   https://openapi.etsy.com/v2/shops?api_key=MY_ETSY_KEYSTRING&shop_name=99heads

    DECLARE @sbResponseBody int
    EXEC @hr = sp_OACreate 'Chilkat_9_5_0.StringBuilder', @sbResponseBody OUT

    EXEC sp_OAMethod @http, 'QuickGetSb', @success OUT, 'https://openapi.etsy.com/v2/shops?api_key=MY_ETSY_KEYSTRING&shop_name=99heads', @sbResponseBody
    IF @success = 0
      BEGIN
        EXEC sp_OAGetProperty @http, 'LastErrorText', @sTmp0 OUT
        PRINT @sTmp0
        EXEC @hr = sp_OADestroy @http
        EXEC @hr = sp_OADestroy @sbResponseBody
        RETURN
      END

    DECLARE @jResp int
    EXEC @hr = sp_OACreate 'Chilkat_9_5_0.JsonObject', @jResp OUT

    EXEC sp_OAMethod @jResp, 'LoadSb', @success OUT, @sbResponseBody
    EXEC sp_OASetProperty @jResp, 'EmitCompact', 0


    PRINT 'Response Body:'
    EXEC sp_OAMethod @jResp, 'Emit', @sTmp0 OUT
    PRINT @sTmp0

    DECLARE @respStatusCode int
    EXEC sp_OAGetProperty @http, 'LastStatus', @respStatusCode OUT

    PRINT 'Response Status Code = ' + @respStatusCode
    IF @respStatusCode >= 400
      BEGIN

        PRINT 'Response Header:'
        EXEC sp_OAGetProperty @http, 'LastHeader', @sTmp0 OUT
        PRINT @sTmp0

        PRINT 'Failed.'
        EXEC @hr = sp_OADestroy @http
        EXEC @hr = sp_OADestroy @sbResponseBody
        EXEC @hr = sp_OADestroy @jResp
        RETURN
      END

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

    -- {
    --   "count": 1,
    --   "results": [
    --     {
    --       "shop_id": 6634711,
    --       "shop_name": "99heads",
    --       "user_id": 17132443,
    --       "creation_tsz": 1322509254,
    --       "title": "Ceramic Art, Art Objects And Sculptures",
    --       "announcement": "Welcome!\nIn our shop, you will find handmade ceramic art , art objects, sculptures  and more unique products made from high quality materials: porcelain, clay, glaze, glass, wood, paper,etc. They are perfect for your personal collection or a gift . Enjoy!\n\n\nVisit our blog   \nhttp:\/\/99heads.com\n\nFacebook page \nhttp:\/\/www.facebook.com\/99heads\n\nPick a head! \n99heads",
    --       "currency_code": "USD",
    --       "is_vacation": false,
    --       "vacation_message": "Vacation, vacation, vacation!\r\n\r\nGone from 02.08 &#39;til 09.08. Coming soon... lots and lots of new stuff, all unique and creative... only on 99heads :)\r\n\r\nBe happy\r\n99heads\r\n\r\nP.S. If there&#39;s anything you&#39;d like to say, share, ask:\r\ns_kyorcheva@abv.bg\r\nn_armeykov@abv.bg",
    --       "sale_message": "Thank you for choosing our art. We guarantee quality and uniqueness! If you have any questions, requests, complaints or simply want to thank us, please don&#39;t hesitate to contact us.",
    --       "digital_sale_message": null,
    --       "last_updated_tsz": 1562699326,
    --       "listing_active_count": 176,
    --       "digital_listing_count": 0,
    --       "login_name": "99heads",
    --       "accepts_custom_requests": true,
    --       "policy_welcome": "Welcome!\r\nIn our shop, you will find handmade ceramic art , art objects, prints and more unique products made from high quality materials: porcelain, clay, glaze, glass, wood, paper,etc. They are perfect for your personal collection or a gift . \r\nEnjoy!\r\n\r\nVisit our blog\r\nhttp:\/\/www.99heads.com\r\n\r\nFacebook page\r\nhttp:\/\/www.facebook.com\/99heads\r\n\r\nPick a head!\r\n\r\n99heads",
    --       "policy_payment": "SECURE OPTIONS\nEtsy keeps your payment information secure. Sellers don't receive your credit card information.\n- Visa\n- MasterCard\n- American Express\n- Discover\n- PayPal\n- Apple Pay\n- SOFORT Bank Transfer\n- iDEAL\n- Etsy Gift Card",
    --       "policy_shipping": "PROCESSING TIME\nThe time I need to prepare an order for shipping varies. For details, see individual items.\n\nESTIMATED SHIPPING TIME\nCanada: 10 - 15 business days\nNorth America: 10 - 15 business days\nEurope: 4 - 10 business days\nAustralia, New Zealand and Oceania: 15 - 20 business days\nAsia Pacific: 15 - 20 business days\nLatin America and the Caribbean: 15 - 20 business days\nNorth Africa and the Middle East: 10 - 20 business days\n\nI'll do my best to meet these shipping estimates, but cannot guarantee them. Actual delivery time will depend on the shipping method you choose.\n\nCUSTOMS AND DUTIES FEES\nBuyers are responsible for any customs or duties fees that may apply. Sellers aren't responsible for delays due to customs",
    --       "policy_refunds": "I GLADLY ACCEPT RETURNS, EXCHANGES, AND CANCELLATIONS\nJust contact me within: 14 days of delivery\nShip returns back to me within: 30 days of delivery\nRequest a cancellation within: 12 hours of purchase\n\nTHE FOLLOWING ITEMS CAN'T BE RETURNED\nBecause of the nature of these items, unless they arrive damaged or defective, I can't accept returns for:\n- Custom or personalized orders\n- Items on sale\n\nCONDITIONS OF RETURN\nBuyers are responsible for return shipping costs.\nIf the item is not returned in its original condition, the buyer is responsible for any loss in value.\n\nQUESTIONS ABOUT YOUR ORDER?\nPlease contact me if you have any problems with your order.",
    --       "policy_additional": "- This Privacy Policy describes how and when I collect, use, and share information when you purchase an item from me, contact me, or otherwise use my services through Etsy.com or its related sites and services.\n\nThis Privacy Policy does not apply to the practices of third parties that I do not own or control, including Etsy or any third party services you access through Etsy. You can reference the Etsy Privacy Policy to learn more about its privacy practices\n\nInformation I Collect\n\nTo fulfil your order, you must provide me with certain information (which you authorized Etsy to provide to me), such as your name, email address, postal address, payment information, and the details of the product that you\u2019re ordering. You may also choose to provide me with additional personal information (for a custom order), if you contact me directly.\n\n\nWhy I Need Your Information and How I Use It.\n\nI rely on a number of legal bases to collect, use, and share your information, including:\n\n-as needed to provide my services, such as when I use your information to fulfil your order, to settle disputes, or to provide customer support;\n\n-when you have provided your affirmative consent, which you may revoke at any time, such as by signing up for my mailing list;\n\n-if necessary to comply with a legal obligation or court order or in connection with a legal claim, such as retaining information about your purchases if required by tax law; and\n\n-as necessary for the purpose of my legitimate interests, if those legitimate interests are not overridden by your rights or interests, such as 1) providing and improving my services. I use your information to provide the services you requested and in my legitimate interest toimprove my services; and 2) Compliance with the Etsy Seller Policy and Terms of Use. I use your information as necessary to comply with my obligations under the Etsy Seller Policy and Terms of Use.\n\nInformation Sharing and Disclosure\n\nInformation about my customers is important to my business. I share your personal information for very limited reasons and in limited circumstances, as follows:\n\n-Etsy. I share information with Etsy as necessary to provide you my services and comply with my obligations under both the Etsy Seller Policy and Etsy Terms of Use.\n\n-Service providers. I engage certain trusted third parties to perform functions and provide services to my shop, such as delivery companies. I will share your personal information with these third parties, but only to the extent necessary to perform these services.\n\n-Business transfers. If I sell or merge my business, I may disclose your information as part of that transaction, only to the extent permitted by law.\n\n-Compliance with laws. I may collect, use, retain, and share your information if I have a good faith belief that it is reasonably necessary to: (a) respond to legal process or to government requests; (b) enforce my agreements, terms and policies; (c) prevent, investigate, and address fraud and other illegal activity, security, or technical issues; or (d) protect the rights, property, and safety of my customers, or others.\n\nData Retention\n\nI retain your personal information only for as long as necessary to provide you with my services and as described in my Privacy Policy. However, I may also be required to retain this information to comply with my legal and regulatory obligations, to resolve disputes, and to enforce my agreements. I generally keep your data for the following time period: 4 years.\n\nYour Rights\n\nIf you reside in certain territories, including the EU, you have a number of rights in relation to your personal information. While some of these rights apply generally, certain rights apply only in certain limited cases. I describe these rights below:\n\n-Access. You may have the right to access and receive a copy of the personal information I hold about you by contacting me using the contact information below.\n\n-Change, restrict, delete. You may also have rights to change, restrict my use of, or delete your personal information. Absent exceptional circumstances (like where I am required to store data for legal reasons) I will generally delete your personal information upon request.\n\n-Object. You can object to (i) my processing of some of your information based on my legitimate interests and (ii) receiving marketing messages from me after providing your express consent to receive them. In such cases, I will delete your personal information unless I have compelling and legitimate grounds to continue using that information or if it is needed for legal reasons.\n\n-Complain. If you reside in the EU and wish to raise a concern about my use of your information (and without prejudice to any other rights you may have), you have the right to do so with your local data protection authority.\n\nHow to Contact Me\n\nFor purposes of EU data protection law, I, Nikolay Armeykov, am the data controller of your personal information. If you have any questions or concerns, you may contact me at n_armeykov@mail.com\n\nGIFT WRAPPING AND PACKAGING\n\u0410vailable\n\nCUSTOM AND PERSONALIZED ORDERS\nCustom orders are welcome! Also, for change of color, form or size- please send a message. Custom orders may take longer to ship, depending on the inquiry\n\nWHOLESALE AVAILABILITY\nWholesale orders are welcome!\n\nSHIPPING METHOD\n* All items ship via Priority Registered Air Mail with tracking number delivered after signature. \n* Registered mail provides a solid proof of shipping; It&#39;s tracking, however, depends on the recipient&#39;s country postal carrier conditions (not all countries support detailed online tracking)\n* Registered mail is one of the most reliable and secure way of shipping and always requires signature upon delivery. If you are not at home, the postal carrier must leave a notice that your package is available for pick up from the post office.\n*** IMPORTANT: If a package is not claimed within 15-20 days it will be returned to the sender.",
    --       "policy_seller_info": "",
    --       "policy_updated_tsz": 1526481567,
    --       "policy_has_private_receipt_info": false,
    --       "vacation_autoreply": "Vacation, vacation, vacation!\r\n\r\nGone from 02.08 &#39;til 09.08. Coming soon... lots and lots of new stuff, all unique and creative... only on 99heads :)\r\n\r\nBe happy\r\n99heads",
    --       "url": "https:\/\/www.etsy.com\/shop\/99heads?utm_source=chilkattest&utm_medium=api&utm_campaign=api",
    --       "image_url_760x100": "https:\/\/i.etsystatic.com\/iusb\/ef5376\/17693876\/iusb_760x100.17693876_e6ux.jpg?version=0",
    --       "num_favorers": 7818,
    --       "languages": [
    --         "en-US"
    --       ],
    --       "upcoming_local_event_id": null,
    --       "icon_url_fullxfull": "https:\/\/i.etsystatic.com\/isla\/06ca66\/20243353\/isla_fullxfull.20243353_1lcm8gl8.jpg?version=0",
    --       "is_using_structured_policies": true,
    --       "has_onboarded_structured_policies": true,
    --       "has_unstructured_policies": true,
    --       "custom_shops_state": 3,
    --       "include_dispute_form_link": false,
    --       "is_direct_checkout_onboarded": true,
    --       "policy_privacy": "This Privacy Policy describes how and when I collect, use, and share information when you purchase an item from me, contact me, or otherwise use my services through Etsy.com or its related sites and services.\n\nThis Privacy Policy does not apply to the practices of third parties that I do not own or control, including Etsy or any third party services you access through Etsy. You can reference the Etsy Privacy Policy to learn more about its privacy practices\n\nInformation I Collect\n\nTo fulfil your order, you must provide me with certain information (which you authorized Etsy to provide to me), such as your name, email address, postal address, payment information, and the details of the product that you\u2019re ordering. You may also choose to provide me with additional personal information (for a custom order), if you contact me directly.\n\n\nWhy I Need Your Information and How I Use It.\n\nI rely on a number of legal bases to collect, use, and share your information, including:\n\n-as needed to provide my services, such as when I use your information to fulfil your order, to settle disputes, or to provide customer support;\n\n-when you have provided your affirmative consent, which you may revoke at any time, such as by signing up for my mailing list;\n\n-if necessary to comply with a legal obligation or court order or in connection with a legal claim, such as retaining information about your purchases if required by tax law; and\n\n-as necessary for the purpose of my legitimate interests, if those legitimate interests are not overridden by your rights or interests, such as 1) providing and improving my services. I use your information to provide the services you requested and in my legitimate interest toimprove my services; and 2) Compliance with the Etsy Seller Policy and Terms of Use. I use your information as necessary to comply with my obligations under the Etsy Seller Policy and Terms of Use.\n\nInformation Sharing and Disclosure\n\nInformation about my customers is important to my business. I share your personal information for very limited reasons and in limited circumstances, as follows:\n\n-Etsy. I share information with Etsy as necessary to provide you my services and comply with my obligations under both the Etsy Seller Policy and Etsy Terms of Use.\n\n-Service providers. I engage certain trusted third parties to perform functions and provide services to my shop, such as delivery companies. I will share your personal information with these third parties, but only to the extent necessary to perform these services.\n\n-Business transfers. If I sell or merge my business, I may disclose your information as part of that transaction, only to the extent permitted by law.\n\n-Compliance with laws. I may collect, use, retain, and share your information if I have a good faith belief that it is reasonably necessary to: (a) respond to legal process or to government requests; (b) enforce my agreements, terms and policies; (c) prevent, investigate, and address fraud and other illegal activity, security, or technical issues; or (d) protect the rights, property, and safety of my customers, or others.\n\nData Retention\n\nI retain your personal information only for as long as necessary to provide you with my services and as described in my Privacy Policy. However, I may also be required to retain this information to comply with my legal and regulatory obligations, to resolve disputes, and to enforce my agreements. I generally keep your data for the following time period: 4 years.\n\nYour Rights\n\nIf you reside in certain territories, including the EU, you have a number of rights in relation to your personal information. While some of these rights apply generally, certain rights apply only in certain limited cases. I describe these rights below:\n\n-Access. You may have the right to access and receive a copy of the personal information I hold about you by contacting me using the contact information below.\n\n-Change, restrict, delete. You may also have rights to change, restrict my use of, or delete your personal information. Absent exceptional circumstances (like where I am required to store data for legal reasons) I will generally delete your personal information upon request.\n\n-Object. You can object to (i) my processing of some of your information based on my legitimate interests and (ii) receiving marketing messages from me after providing your express consent to receive them. In such cases, I will delete your personal information unless I have compelling and legitimate grounds to continue using that information or if it is needed for legal reasons.\n\n-Complain. If you reside in the EU and wish to raise a concern about my use of your information (and without prejudice to any other rights you may have), you have the right to do so with your local data protection authority.\n\nHow to Contact Me\n\nFor purposes of EU data protection law, I, Nikolay Armeykov, am the data controller of your personal information. If you have any questions or concerns, you may contact me at n_armeykov@mail.com",
    --       "is_calculated_eligible": false,
    --       "is_opted_in_to_buyer_promise": false,
    --       "is_shop_us_based": false
    --     }
    --   ],
    --   "params": {
    --     "shop_name": "99heads",
    --     "limit": 25,
    --     "offset": 0,
    --     "page": null,
    --     "lat": null,
    --     "lon": null,
    --     "distance_max": 35
    --   },
    --   "type": "Shop",
    --   "pagination": {
    --     "effective_limit": 25,
    --     "effective_offset": 0,
    --     "next_offset": null,
    --     "effective_page": 1,
    --     "next_page": null
    --   }
    -- }

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

    DECLARE @shop_id int

    DECLARE @shop_name nvarchar(4000)

    DECLARE @user_id int

    DECLARE @creation_tsz int

    DECLARE @title nvarchar(4000)

    DECLARE @announcement nvarchar(4000)

    DECLARE @currency_code nvarchar(4000)

    DECLARE @is_vacation int

    DECLARE @vacation_message nvarchar(4000)

    DECLARE @sale_message nvarchar(4000)

    DECLARE @digital_sale_message nvarchar(4000)

    DECLARE @last_updated_tsz int

    DECLARE @listing_active_count int

    DECLARE @digital_listing_count int

    DECLARE @login_name nvarchar(4000)

    DECLARE @accepts_custom_requests int

    DECLARE @policy_welcome nvarchar(4000)

    DECLARE @policy_payment nvarchar(4000)

    DECLARE @policy_shipping nvarchar(4000)

    DECLARE @policy_refunds nvarchar(4000)

    DECLARE @policy_additional nvarchar(4000)

    DECLARE @policy_seller_info nvarchar(4000)

    DECLARE @policy_updated_tsz int

    DECLARE @policy_has_private_receipt_info int

    DECLARE @vacation_autoreply nvarchar(4000)

    DECLARE @url nvarchar(4000)

    DECLARE @image_url_760x100 nvarchar(4000)

    DECLARE @num_favorers int

    DECLARE @upcoming_local_event_id nvarchar(4000)

    DECLARE @icon_url_fullxfull nvarchar(4000)

    DECLARE @is_using_structured_policies int

    DECLARE @has_onboarded_structured_policies int

    DECLARE @has_unstructured_policies int

    DECLARE @custom_shops_state int

    DECLARE @include_dispute_form_link int

    DECLARE @is_direct_checkout_onboarded int

    DECLARE @policy_privacy nvarchar(4000)

    DECLARE @is_calculated_eligible int

    DECLARE @is_opted_in_to_buyer_promise int

    DECLARE @is_shop_us_based int

    DECLARE @j int

    DECLARE @count_j int

    DECLARE @strVal nvarchar(4000)

    DECLARE @count int
    EXEC sp_OAMethod @jResp, 'IntOf', @count OUT, 'count'
    DECLARE @paramsShop_name nvarchar(4000)
    EXEC sp_OAMethod @jResp, 'StringOf', @paramsShop_name OUT, 'params.shop_name'
    DECLARE @paramsLimit int
    EXEC sp_OAMethod @jResp, 'IntOf', @paramsLimit OUT, 'params.limit'
    DECLARE @paramsOffset int
    EXEC sp_OAMethod @jResp, 'IntOf', @paramsOffset OUT, 'params.offset'
    DECLARE @paramsPage nvarchar(4000)
    EXEC sp_OAMethod @jResp, 'StringOf', @paramsPage OUT, 'params.page'
    DECLARE @paramsLat nvarchar(4000)
    EXEC sp_OAMethod @jResp, 'StringOf', @paramsLat OUT, 'params.lat'
    DECLARE @paramsLon nvarchar(4000)
    EXEC sp_OAMethod @jResp, 'StringOf', @paramsLon OUT, 'params.lon'
    DECLARE @paramsDistance_max int
    EXEC sp_OAMethod @jResp, 'IntOf', @paramsDistance_max OUT, 'params.distance_max'
    DECLARE @v_type nvarchar(4000)
    EXEC sp_OAMethod @jResp, 'StringOf', @v_type OUT, 'type'
    DECLARE @paginationEffective_limit int
    EXEC sp_OAMethod @jResp, 'IntOf', @paginationEffective_limit OUT, 'pagination.effective_limit'
    DECLARE @paginationEffective_offset int
    EXEC sp_OAMethod @jResp, 'IntOf', @paginationEffective_offset OUT, 'pagination.effective_offset'
    DECLARE @paginationNext_offset nvarchar(4000)
    EXEC sp_OAMethod @jResp, 'StringOf', @paginationNext_offset OUT, 'pagination.next_offset'
    DECLARE @paginationEffective_page int
    EXEC sp_OAMethod @jResp, 'IntOf', @paginationEffective_page OUT, 'pagination.effective_page'
    DECLARE @paginationNext_page nvarchar(4000)
    EXEC sp_OAMethod @jResp, 'StringOf', @paginationNext_page OUT, 'pagination.next_page'
    DECLARE @i int
    SELECT @i = 0
    DECLARE @count_i int
    EXEC sp_OAMethod @jResp, 'SizeOfArray', @count_i OUT, 'results'
    WHILE @i < @count_i
      BEGIN
        EXEC sp_OASetProperty @jResp, 'I', @i
        EXEC sp_OAMethod @jResp, 'IntOf', @shop_id OUT, 'results[i].shop_id'
        EXEC sp_OAMethod @jResp, 'StringOf', @shop_name OUT, 'results[i].shop_name'
        EXEC sp_OAMethod @jResp, 'IntOf', @user_id OUT, 'results[i].user_id'
        EXEC sp_OAMethod @jResp, 'IntOf', @creation_tsz OUT, 'results[i].creation_tsz'
        EXEC sp_OAMethod @jResp, 'StringOf', @title OUT, 'results[i].title'
        EXEC sp_OAMethod @jResp, 'StringOf', @announcement OUT, 'results[i].announcement'
        EXEC sp_OAMethod @jResp, 'StringOf', @currency_code OUT, 'results[i].currency_code'
        EXEC sp_OAMethod @jResp, 'BoolOf', @is_vacation OUT, 'results[i].is_vacation'
        EXEC sp_OAMethod @jResp, 'StringOf', @vacation_message OUT, 'results[i].vacation_message'
        EXEC sp_OAMethod @jResp, 'StringOf', @sale_message OUT, 'results[i].sale_message'
        EXEC sp_OAMethod @jResp, 'StringOf', @digital_sale_message OUT, 'results[i].digital_sale_message'
        EXEC sp_OAMethod @jResp, 'IntOf', @last_updated_tsz OUT, 'results[i].last_updated_tsz'
        EXEC sp_OAMethod @jResp, 'IntOf', @listing_active_count OUT, 'results[i].listing_active_count'
        EXEC sp_OAMethod @jResp, 'IntOf', @digital_listing_count OUT, 'results[i].digital_listing_count'
        EXEC sp_OAMethod @jResp, 'StringOf', @login_name OUT, 'results[i].login_name'
        EXEC sp_OAMethod @jResp, 'BoolOf', @accepts_custom_requests OUT, 'results[i].accepts_custom_requests'
        EXEC sp_OAMethod @jResp, 'StringOf', @policy_welcome OUT, 'results[i].policy_welcome'
        EXEC sp_OAMethod @jResp, 'StringOf', @policy_payment OUT, 'results[i].policy_payment'
        EXEC sp_OAMethod @jResp, 'StringOf', @policy_shipping OUT, 'results[i].policy_shipping'
        EXEC sp_OAMethod @jResp, 'StringOf', @policy_refunds OUT, 'results[i].policy_refunds'
        EXEC sp_OAMethod @jResp, 'StringOf', @policy_additional OUT, 'results[i].policy_additional'
        EXEC sp_OAMethod @jResp, 'StringOf', @policy_seller_info OUT, 'results[i].policy_seller_info'
        EXEC sp_OAMethod @jResp, 'IntOf', @policy_updated_tsz OUT, 'results[i].policy_updated_tsz'
        EXEC sp_OAMethod @jResp, 'BoolOf', @policy_has_private_receipt_info OUT, 'results[i].policy_has_private_receipt_info'
        EXEC sp_OAMethod @jResp, 'StringOf', @vacation_autoreply OUT, 'results[i].vacation_autoreply'
        EXEC sp_OAMethod @jResp, 'StringOf', @url OUT, 'results[i].url'
        EXEC sp_OAMethod @jResp, 'StringOf', @image_url_760x100 OUT, 'results[i].image_url_760x100'
        EXEC sp_OAMethod @jResp, 'IntOf', @num_favorers OUT, 'results[i].num_favorers'
        EXEC sp_OAMethod @jResp, 'StringOf', @upcoming_local_event_id OUT, 'results[i].upcoming_local_event_id'
        EXEC sp_OAMethod @jResp, 'StringOf', @icon_url_fullxfull OUT, 'results[i].icon_url_fullxfull'
        EXEC sp_OAMethod @jResp, 'BoolOf', @is_using_structured_policies OUT, 'results[i].is_using_structured_policies'
        EXEC sp_OAMethod @jResp, 'BoolOf', @has_onboarded_structured_policies OUT, 'results[i].has_onboarded_structured_policies'
        EXEC sp_OAMethod @jResp, 'BoolOf', @has_unstructured_policies OUT, 'results[i].has_unstructured_policies'
        EXEC sp_OAMethod @jResp, 'IntOf', @custom_shops_state OUT, 'results[i].custom_shops_state'
        EXEC sp_OAMethod @jResp, 'BoolOf', @include_dispute_form_link OUT, 'results[i].include_dispute_form_link'
        EXEC sp_OAMethod @jResp, 'BoolOf', @is_direct_checkout_onboarded OUT, 'results[i].is_direct_checkout_onboarded'
        EXEC sp_OAMethod @jResp, 'StringOf', @policy_privacy OUT, 'results[i].policy_privacy'
        EXEC sp_OAMethod @jResp, 'BoolOf', @is_calculated_eligible OUT, 'results[i].is_calculated_eligible'
        EXEC sp_OAMethod @jResp, 'BoolOf', @is_opted_in_to_buyer_promise OUT, 'results[i].is_opted_in_to_buyer_promise'
        EXEC sp_OAMethod @jResp, 'BoolOf', @is_shop_us_based OUT, 'results[i].is_shop_us_based'
        SELECT @j = 0
        EXEC sp_OAMethod @jResp, 'SizeOfArray', @count_j OUT, 'results[i].languages'
        WHILE @j < @count_j
          BEGIN
            EXEC sp_OASetProperty @jResp, 'J', @j
            EXEC sp_OAMethod @jResp, 'StringOf', @strVal OUT, 'results[i].languages[j]'
            SELECT @j = @j + 1
          END
        SELECT @i = @i + 1
      END

    EXEC @hr = sp_OADestroy @http
    EXEC @hr = sp_OADestroy @sbResponseBody
    EXEC @hr = sp_OADestroy @jResp


END
GO

 

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