Shopify
Shopify()
request()
Shopify.get(path[, options, connectionInfo])
Name
Type
Description
handleImageList(path, options, connectionInfo)
Name
Type
Description
handleImage(originalPath, options, connectionInfo)
Name
Type
Description
handleProductCount(options, connectionInfo)
Name
Type
Description
handlePaginatedGraphQLQuery(queryFunction, options, transformFunction, connectionInfo)
Name
Type
Description
handleProductList(path, options, connectionInfo)
Name
Type
Description
Shopify.handleProduct(originalPath, options, connectionInfo)
Name
Type
Description
Shopify.handleProductPost(data[, connectionInfo])
Name
Type
Description
handleVariantList(path, options, connectionInfo)
Name
Type
Description
Shopify.handleVariant(originalPath, options, connectionInfo)
Name
Type
Description
handleImagePost(data, connectionInfo)
Name
Type
Description
send(query, variables, connectionInfo, endpoint)
Name
Type
Description
Shopify.post(path, data[, options, connectionInfo])
Name
Type
Description
handleVariantPut(productId, variantId, data, connectionInfo)
Name
Type
Description
handleProductPut(productId, data, connectionInfo)
Name
Type
Description
Shopify.put(path, data[, options, connectionInfo])
Name
Type
Description
Shopify.patch(path, data[, options, connectionInfo])
Name
Type
Description
Shopify.delete(path[, options, connectionInfo])
Name
Type
Description
getMyshopifyDomain(context)
Name
Type
Description
getShopifyAdminUrl(context)
Name
Type
Description
getShopifyUuid(context)
Name
Type
Description
deleteProduct(path, options, connectionInfo)
Name
Type
Description
deleteVariant(path, options, connectionInfo)
Name
Type
Description
deleteImage(path, options, connectionInfo)
Name
Type
Description
getAllProducts([query={}, limit=250])
Name
Type
Description
appendToArray([data], The)
Name
Type
Description
getVariantInventoryData(variantId)
Name
Type
Description
buildVariantInventoryUpdate(variantId, inventoryCount[, adjust=true, fulfillableAlter])
Name
Type
Description
{Object} Options()
{Object} ConnectionInfo()
{Object} FulfillableLocation()
Name
Type
Description
{Function} fulfillableAlter(inventoryLevels)
Name
Type
Description
{Object} InventoryData()
{Object} InventoryUpdateData()
Last updated