com.ebay.sell.inventory.locations.clients.InventoryLocationClient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ebay-sdk Show documentation
Show all versions of ebay-sdk Show documentation
Java SDK for eBay REST APIs
package com.ebay.sell.inventory.locations.clients;
import com.ebay.sell.inventory.locations.models.InventoryLocation;
public interface InventoryLocationClient {
public InventoryLocation getInventoryLocation(final String merchantLocationKey);
public void deleteInventoryLocation(final String merchantLocationKey);
public void createInventoryLocation(final InventoryLocation inventoryLocation);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy