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