There is an ATGAgentFulfillmentMenuInventoryPlugin
in ATGAgentClient
with these methods:
(void)getStoreInventoryInformationForSkuId:(NSString *)pSkuId success:(void (^) (NSArray *pStores))pSuccess error:(void (^)())pError;
(NSString *)cellTitle;
These plugins are displayed in the fulfillment menu on the Product Details Page (PDP).
The two plugins used in ATGAgentPlugins
Inventory are:
ATGInventoryNearByStoresPlugin,
which provides the previous “stock levels at nearby stores” functionality.ATGInventorySIMBuddyStoresPlugin,
which shows the stock levels for the SKU at the SIM-configured buddy stores.