All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ebay.sell.inventory.locations.clients.InventoryLocationClient Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
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