OrderByCartResponse
Definition of the response to the order request.
type OrderByCartResponse = {
products: OrderProductResponse;
shipping_addresses: OrderShippingAddressesResponse;
} & Omit<Order, "products" | "shipping_addresses">;Definition of the response to the order request.
type OrderByCartResponse = {
products: OrderProductResponse;
shipping_addresses: OrderShippingAddressesResponse;
} & Omit<Order, "products" | "shipping_addresses">;