public class ShopifyService extends Object
Constructor and Description |
---|
ShopifyService(String domain,
String apiKey) |
public Record getSalesOrders(ShopifyOrder orderCriteria, Integer limit, String nextPageInfo)
public Record getAllDraftOrders()
public Record updateOrder(String orderId, ShopifyOrder order)
public Record getInventoryItems(ShopifyInventoryItemCriteria itemCriteria, Integer limit, String nextPageInfo)
public Record getLocationInventoryLevel(ShopifyInventoryLevelCriteria inventoryLevelCriteria, Integer limit, String nextPageInfo)
public Record updateInventoryItem(String itemId, ShopifyInventoryItem item)
public Record adjustInventoryLevel(String locationId, String inventoryItemId, int availableAdjustment)
public Record updateInventoryLevel(String locationId, String inventoryItemId, int available)
public Record getProducts(ShopifyProductCriteria productCriteria, Integer limit, String nextPageInfo)
public Record getCustomers(ShopifyCustomerCriteria customerCriteria, Integer limit, String nextPageInfo)
public Record getEvents(ShopifyEventCriteria eventCriteria, Integer limit, String nextPageInfo)
public void close()
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.