public interface ShopifyClient
Modifier and Type | Interface and Description |
---|---|
static class |
ShopifyClient.AccessToken |
static class |
ShopifyClient.HeaderFilter |
static class |
ShopifyClient.Proxy |
static class |
ShopifyClient.ShopifyStub |
String getSalesOrders(ShopifyOrder orderCriteria, int limit, String pageInfo)
String getAllDraftOrders()
String updateOrder(String orderId, ShopifyOrder order)
String getInventoryItems(ShopifyInventoryItemCriteria itemCriteria, int limit, String pageInfo)
String getLocationInventoryLevel(ShopifyInventoryLevelCriteria criteria, int limit, String pageInfo)
String updateInventoryItem(String orderId, ShopifyInventoryItem item)
String adjustInventoryLevel(String locationId, String inventoryItemId, int availableAdjustment)
String updateInventoryLevel(String locationId, String inventoryItemId, int available)
String getProducts(ShopifyProductCriteria productCriteria, int limit, String pageInfo)
String getCustomers(ShopifyCustomerCriteria customerCriteria, int limit, String pageInfo)
String getEvents(ShopifyEventCriteria eventCriteria, int limit, String pageInfo)
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.