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