io.sphere.sdk.inventory.commands.InventoryEntryEndpoint Maven / Gradle / Ivy
package io.sphere.sdk.inventory.commands;
import io.sphere.sdk.client.JsonEndpoint;
import io.sphere.sdk.inventory.InventoryEntry;
final class InventoryEntryEndpoint {
static final JsonEndpoint ENDPOINT = JsonEndpoint.of(InventoryEntry.typeReference(), "/inventory");
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy