Versions in this module Expand all Collapse all v0 v0.0.1 May 9, 2024 Changes in this version + type CartItemAddReq = omsclient.CartItemAddReq + type CartItemAddResp = omsclient.CartItemAddResp + type CartItemClearReq = omsclient.CartItemClearReq + type CartItemClearResp = omsclient.CartItemClearResp + type CartItemDeleteReq = omsclient.CartItemDeleteReq + type CartItemDeleteResp = omsclient.CartItemDeleteResp + type CartItemListData = omsclient.CartItemListData + type CartItemListReq = omsclient.CartItemListReq + type CartItemListResp = omsclient.CartItemListResp + type CartItemService interface + CartItemAdd func(ctx context.Context, in *CartItemAddReq, opts ...grpc.CallOption) (*CartItemAddResp, error) + CartItemClear func(ctx context.Context, in *CartItemClearReq, opts ...grpc.CallOption) (*CartItemClearResp, error) + CartItemDelete func(ctx context.Context, in *CartItemDeleteReq, opts ...grpc.CallOption) (*CartItemDeleteResp, error) + CartItemList func(ctx context.Context, in *CartItemListReq, opts ...grpc.CallOption) (*CartItemListResp, error) + CartItemUpdate func(ctx context.Context, in *CartItemUpdateReq, opts ...grpc.CallOption) (*CartItemUpdateResp, error) + CartItemUpdateQuantity func(ctx context.Context, in *CartItemUpdateReq, opts ...grpc.CallOption) (*CartItemUpdateResp, error) + func NewCartItemService(cli zrpc.Client) CartItemService + type CartItemUpdateReq = omsclient.CartItemUpdateReq + type CartItemUpdateResp = omsclient.CartItemUpdateResp + type CompanyAddressAddReq = omsclient.CompanyAddressAddReq + type CompanyAddressAddResp = omsclient.CompanyAddressAddResp + type CompanyAddressDeleteReq = omsclient.CompanyAddressDeleteReq + type CompanyAddressDeleteResp = omsclient.CompanyAddressDeleteResp + type CompanyAddressListData = omsclient.CompanyAddressListData + type CompanyAddressListReq = omsclient.CompanyAddressListReq + type CompanyAddressListResp = omsclient.CompanyAddressListResp + type CompanyAddressUpdateReq = omsclient.CompanyAddressUpdateReq + type CompanyAddressUpdateResp = omsclient.CompanyAddressUpdateResp + type OrderAddReq = omsclient.OrderAddReq + type OrderAddResp = omsclient.OrderAddResp + type OrderCancelReq = omsclient.OrderCancelReq + type OrderCancelResp = omsclient.OrderCancelResp + type OrderConfirmReq = omsclient.OrderConfirmReq + type OrderConfirmResp = omsclient.OrderConfirmResp + type OrderDeleteByIdReq = omsclient.OrderDeleteByIdReq + type OrderDeleteReq = omsclient.OrderDeleteReq + type OrderDeleteResp = omsclient.OrderDeleteResp + type OrderItemAddReq = omsclient.OrderItemAddReq + type OrderItemAddResp = omsclient.OrderItemAddResp + type OrderItemDeleteReq = omsclient.OrderItemDeleteReq + type OrderItemDeleteResp = omsclient.OrderItemDeleteResp + type OrderItemListData = omsclient.OrderItemListData + type OrderItemListReq = omsclient.OrderItemListReq + type OrderItemListResp = omsclient.OrderItemListResp + type OrderItemUpdateReq = omsclient.OrderItemUpdateReq + type OrderItemUpdateResp = omsclient.OrderItemUpdateResp + type OrderListByMemberIdReq = omsclient.OrderListByMemberIdReq + type OrderListByMemberIdResp = omsclient.OrderListByMemberIdResp + type OrderListData = omsclient.OrderListData + type OrderListReq = omsclient.OrderListReq + type OrderListResp = omsclient.OrderListResp + type OrderOperateHistoryAddReq = omsclient.OrderOperateHistoryAddReq + type OrderOperateHistoryAddResp = omsclient.OrderOperateHistoryAddResp + type OrderOperateHistoryDeleteReq = omsclient.OrderOperateHistoryDeleteReq + type OrderOperateHistoryDeleteResp = omsclient.OrderOperateHistoryDeleteResp + type OrderOperateHistoryListData = omsclient.OrderOperateHistoryListData + type OrderOperateHistoryListReq = omsclient.OrderOperateHistoryListReq + type OrderOperateHistoryListResp = omsclient.OrderOperateHistoryListResp + type OrderOperateHistoryUpdateReq = omsclient.OrderOperateHistoryUpdateReq + type OrderOperateHistoryUpdateResp = omsclient.OrderOperateHistoryUpdateResp + type OrderRefundReq = omsclient.OrderRefundReq + type OrderRefundResp = omsclient.OrderRefundResp + type OrderReturnApplyAddReq = omsclient.OrderReturnApplyAddReq + type OrderReturnApplyAddResp = omsclient.OrderReturnApplyAddResp + type OrderReturnApplyDeleteReq = omsclient.OrderReturnApplyDeleteReq + type OrderReturnApplyDeleteResp = omsclient.OrderReturnApplyDeleteResp + type OrderReturnApplyListData = omsclient.OrderReturnApplyListData + type OrderReturnApplyListReq = omsclient.OrderReturnApplyListReq + type OrderReturnApplyListResp = omsclient.OrderReturnApplyListResp + type OrderReturnApplyUpdateReq = omsclient.OrderReturnApplyUpdateReq + type OrderReturnApplyUpdateResp = omsclient.OrderReturnApplyUpdateResp + type OrderReturnReasonAddReq = omsclient.OrderReturnReasonAddReq + type OrderReturnReasonAddResp = omsclient.OrderReturnReasonAddResp + type OrderReturnReasonDeleteReq = omsclient.OrderReturnReasonDeleteReq + type OrderReturnReasonDeleteResp = omsclient.OrderReturnReasonDeleteResp + type OrderReturnReasonListData = omsclient.OrderReturnReasonListData + type OrderReturnReasonListReq = omsclient.OrderReturnReasonListReq + type OrderReturnReasonListResp = omsclient.OrderReturnReasonListResp + type OrderReturnReasonUpdateReq = omsclient.OrderReturnReasonUpdateReq + type OrderReturnReasonUpdateResp = omsclient.OrderReturnReasonUpdateResp + type OrderSettingAddReq = omsclient.OrderSettingAddReq + type OrderSettingAddResp = omsclient.OrderSettingAddResp + type OrderSettingDeleteReq = omsclient.OrderSettingDeleteReq + type OrderSettingDeleteResp = omsclient.OrderSettingDeleteResp + type OrderSettingListData = omsclient.OrderSettingListData + type OrderSettingListReq = omsclient.OrderSettingListReq + type OrderSettingListResp = omsclient.OrderSettingListResp + type OrderSettingUpdateReq = omsclient.OrderSettingUpdateReq + type OrderSettingUpdateResp = omsclient.OrderSettingUpdateResp + type OrderUpdateReq = omsclient.OrderUpdateReq + type OrderUpdateResp = omsclient.OrderUpdateResp + type QueryOrderListReq = omsclient.QueryOrderListReq + type ReleaseSkuStockLockData = omsclient.ReleaseSkuStockLockData + type UpdateOrderStatusByOutTradeNoReq = omsclient.UpdateOrderStatusByOutTradeNoReq + type UpdateOrderStatusByOutTradeNoResp = omsclient.UpdateOrderStatusByOutTradeNoResp