Alokai

OrderByCartResponse

Definition of the response to the order request.

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

Referenced Types

On this page