package http type BasketCheckoutRequest struct { BasketID string `json:"basket_id"` } type BasketCheckoutResponse struct { ID string `json:"order_id"` }