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