Versions in this module Expand all Collapse all v1 v1.0.2 Nov 27, 2023 v1.0.0 Nov 7, 2023 Changes in this version + type ProductDelParam struct + DeleteForever *bool + OutProductId *int64 + ProductId *int64 + StoreId int64 + type ProductDelRequest struct + Param *ProductDelParam + func New() *ProductDelRequest + func (c *ProductDelRequest) Execute(accessToken *doudian_sdk.AccessToken) (*product_del_response.ProductDelResponse, error) + func (c *ProductDelRequest) GetParamObject() interface{} + func (c *ProductDelRequest) GetParams() *ProductDelParam + func (c *ProductDelRequest) GetUrlPath() string