Alokai

OrderByCartResponse

Definition of the response to the order request.

type OrderByCartResponse = {
  products: OrderProductResponse;
  shipping_addresses: OrderShippingAddressesResponse;
} & Omit<Order, "products" | "shipping_addresses">;

Referenced Types

On this page