Available Methods

A variety of methods is available on the Shopify client instance, see below:

// HTTP calls
$shopify->get() : Response;
$shopify->post() : Response;
$shopify->put() : Response;
$shopify->delete() : Response;

// Other
$shopify->getLastResponse() : Response;

Last updated