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

io.sphere.sdk.orders.commands.OrderEndpoint Maven / Gradle / Ivy

package io.sphere.sdk.orders.commands;

import io.sphere.sdk.client.JsonEndpoint;
import io.sphere.sdk.orders.Order;

final class OrderEndpoint {
    static final JsonEndpoint ENDPOINT = JsonEndpoint.of(Order.typeReference(), "/orders");
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy