ShopifyConnection: This is a ShopifyConnection Class

Description Details Public fields Public Methods Methods

Description

This type of object will open a connection with a determined shopify app

Details

Keep it secret, keep it safe

Public fields

* 'test': this is a test yet.

Public Methods

Orders functions
  • OrdersDownloader

Methods

Public methods


Method new()

Usage
ShopifyConnection$new(shop_url, api_key, api_password)
Arguments
shop_url

shop URL (e.g. 'https://blue-whale-coffee.myshopify.com')

api_key

API key

api_password

API password

Details

if successful, will return a new ShopifyConnection object.


Method get_orders()

Usage
ShopifyConnection$get_orders()

Method fulfill_order()

Usage
ShopifyConnection$fulfill_order(order_id)

Method clone()

The objects of this class are cloneable with this method.

Usage
ShopifyConnection$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


aljrico/rshopify documentation built on Feb. 28, 2021, 6:40 a.m.