catalog_product_render_list_v1

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 22, 2021 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CatalogProductRenderListV1GetListGetDefault

type CatalogProductRenderListV1GetListGetDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
CatalogProductRenderListV1GetListGetDefault describes a response with status code -1, with default header values.

Unexpected error

func NewCatalogProductRenderListV1GetListGetDefault

func NewCatalogProductRenderListV1GetListGetDefault(code int) *CatalogProductRenderListV1GetListGetDefault

NewCatalogProductRenderListV1GetListGetDefault creates a CatalogProductRenderListV1GetListGetDefault with default headers values

func (*CatalogProductRenderListV1GetListGetDefault) Code

Code gets the status code for the catalog product render list v1 get list get default response

func (*CatalogProductRenderListV1GetListGetDefault) Error

func (*CatalogProductRenderListV1GetListGetDefault) GetPayload

type CatalogProductRenderListV1GetListGetOK

type CatalogProductRenderListV1GetListGetOK struct {
	Payload *models.CatalogDataProductRenderSearchResultsInterface
}
CatalogProductRenderListV1GetListGetOK describes a response with status code 200, with default header values.

200 Success.

func NewCatalogProductRenderListV1GetListGetOK

func NewCatalogProductRenderListV1GetListGetOK() *CatalogProductRenderListV1GetListGetOK

NewCatalogProductRenderListV1GetListGetOK creates a CatalogProductRenderListV1GetListGetOK with default headers values

func (*CatalogProductRenderListV1GetListGetOK) Error

func (*CatalogProductRenderListV1GetListGetOK) GetPayload

type CatalogProductRenderListV1GetListGetParams

type CatalogProductRenderListV1GetListGetParams struct {

	// CurrencyCode.
	CurrencyCode string

	/* SearchCriteriaCurrentPage.

	   Current page.
	*/
	SearchCriteriaCurrentPage *int64

	/* SearchCriteriaFilterGroups0Filters0ConditionType.

	   Condition type
	*/
	SearchCriteriaFilterGroups0Filters0ConditionType *string

	/* SearchCriteriaFilterGroups0Filters0Field.

	   Field
	*/
	SearchCriteriaFilterGroups0Filters0Field *string

	/* SearchCriteriaFilterGroups0Filters0Value.

	   Value
	*/
	SearchCriteriaFilterGroups0Filters0Value *string

	/* SearchCriteriaPageSize.

	   Page size.
	*/
	SearchCriteriaPageSize *int64

	/* SearchCriteriaSortOrders0Direction.

	   Sorting direction.
	*/
	SearchCriteriaSortOrders0Direction *string

	/* SearchCriteriaSortOrders0Field.

	   Sorting field.
	*/
	SearchCriteriaSortOrders0Field *string

	// StoreID.
	StoreID int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CatalogProductRenderListV1GetListGetParams contains all the parameters to send to the API endpoint

for the catalog product render list v1 get list get operation.

Typically these are written to a http.Request.

func NewCatalogProductRenderListV1GetListGetParams

func NewCatalogProductRenderListV1GetListGetParams() *CatalogProductRenderListV1GetListGetParams

NewCatalogProductRenderListV1GetListGetParams creates a new CatalogProductRenderListV1GetListGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCatalogProductRenderListV1GetListGetParamsWithContext

func NewCatalogProductRenderListV1GetListGetParamsWithContext(ctx context.Context) *CatalogProductRenderListV1GetListGetParams

NewCatalogProductRenderListV1GetListGetParamsWithContext creates a new CatalogProductRenderListV1GetListGetParams object with the ability to set a context for a request.

func NewCatalogProductRenderListV1GetListGetParamsWithHTTPClient

func NewCatalogProductRenderListV1GetListGetParamsWithHTTPClient(client *http.Client) *CatalogProductRenderListV1GetListGetParams

NewCatalogProductRenderListV1GetListGetParamsWithHTTPClient creates a new CatalogProductRenderListV1GetListGetParams object with the ability to set a custom HTTPClient for a request.

func NewCatalogProductRenderListV1GetListGetParamsWithTimeout

func NewCatalogProductRenderListV1GetListGetParamsWithTimeout(timeout time.Duration) *CatalogProductRenderListV1GetListGetParams

NewCatalogProductRenderListV1GetListGetParamsWithTimeout creates a new CatalogProductRenderListV1GetListGetParams object with the ability to set a timeout on a request.

func (*CatalogProductRenderListV1GetListGetParams) SetContext

SetContext adds the context to the catalog product render list v1 get list get params

func (*CatalogProductRenderListV1GetListGetParams) SetCurrencyCode

func (o *CatalogProductRenderListV1GetListGetParams) SetCurrencyCode(currencyCode string)

SetCurrencyCode adds the currencyCode to the catalog product render list v1 get list get params

func (*CatalogProductRenderListV1GetListGetParams) SetDefaults

SetDefaults hydrates default values in the catalog product render list v1 get list get params (not the query body).

All values with no default are reset to their zero value.

func (*CatalogProductRenderListV1GetListGetParams) SetHTTPClient

func (o *CatalogProductRenderListV1GetListGetParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the catalog product render list v1 get list get params

func (*CatalogProductRenderListV1GetListGetParams) SetSearchCriteriaCurrentPage

func (o *CatalogProductRenderListV1GetListGetParams) SetSearchCriteriaCurrentPage(searchCriteriaCurrentPage *int64)

SetSearchCriteriaCurrentPage adds the searchCriteriaCurrentPage to the catalog product render list v1 get list get params

func (*CatalogProductRenderListV1GetListGetParams) SetSearchCriteriaFilterGroups0Filters0ConditionType

func (o *CatalogProductRenderListV1GetListGetParams) SetSearchCriteriaFilterGroups0Filters0ConditionType(searchCriteriaFilterGroups0Filters0ConditionType *string)

SetSearchCriteriaFilterGroups0Filters0ConditionType adds the searchCriteriaFilterGroups0Filters0ConditionType to the catalog product render list v1 get list get params

func (*CatalogProductRenderListV1GetListGetParams) SetSearchCriteriaFilterGroups0Filters0Field

func (o *CatalogProductRenderListV1GetListGetParams) SetSearchCriteriaFilterGroups0Filters0Field(searchCriteriaFilterGroups0Filters0Field *string)

SetSearchCriteriaFilterGroups0Filters0Field adds the searchCriteriaFilterGroups0Filters0Field to the catalog product render list v1 get list get params

func (*CatalogProductRenderListV1GetListGetParams) SetSearchCriteriaFilterGroups0Filters0Value

func (o *CatalogProductRenderListV1GetListGetParams) SetSearchCriteriaFilterGroups0Filters0Value(searchCriteriaFilterGroups0Filters0Value *string)

SetSearchCriteriaFilterGroups0Filters0Value adds the searchCriteriaFilterGroups0Filters0Value to the catalog product render list v1 get list get params

func (*CatalogProductRenderListV1GetListGetParams) SetSearchCriteriaPageSize

func (o *CatalogProductRenderListV1GetListGetParams) SetSearchCriteriaPageSize(searchCriteriaPageSize *int64)

SetSearchCriteriaPageSize adds the searchCriteriaPageSize to the catalog product render list v1 get list get params

func (*CatalogProductRenderListV1GetListGetParams) SetSearchCriteriaSortOrders0Direction

func (o *CatalogProductRenderListV1GetListGetParams) SetSearchCriteriaSortOrders0Direction(searchCriteriaSortOrders0Direction *string)

SetSearchCriteriaSortOrders0Direction adds the searchCriteriaSortOrders0Direction to the catalog product render list v1 get list get params

func (*CatalogProductRenderListV1GetListGetParams) SetSearchCriteriaSortOrders0Field

func (o *CatalogProductRenderListV1GetListGetParams) SetSearchCriteriaSortOrders0Field(searchCriteriaSortOrders0Field *string)

SetSearchCriteriaSortOrders0Field adds the searchCriteriaSortOrders0Field to the catalog product render list v1 get list get params

func (*CatalogProductRenderListV1GetListGetParams) SetStoreID

func (o *CatalogProductRenderListV1GetListGetParams) SetStoreID(storeID int64)

SetStoreID adds the storeId to the catalog product render list v1 get list get params

func (*CatalogProductRenderListV1GetListGetParams) SetTimeout

SetTimeout adds the timeout to the catalog product render list v1 get list get params

func (*CatalogProductRenderListV1GetListGetParams) WithContext

WithContext adds the context to the catalog product render list v1 get list get params

func (*CatalogProductRenderListV1GetListGetParams) WithCurrencyCode

WithCurrencyCode adds the currencyCode to the catalog product render list v1 get list get params

func (*CatalogProductRenderListV1GetListGetParams) WithDefaults

WithDefaults hydrates default values in the catalog product render list v1 get list get params (not the query body).

All values with no default are reset to their zero value.

func (*CatalogProductRenderListV1GetListGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the catalog product render list v1 get list get params

func (*CatalogProductRenderListV1GetListGetParams) WithSearchCriteriaCurrentPage

func (o *CatalogProductRenderListV1GetListGetParams) WithSearchCriteriaCurrentPage(searchCriteriaCurrentPage *int64) *CatalogProductRenderListV1GetListGetParams

WithSearchCriteriaCurrentPage adds the searchCriteriaCurrentPage to the catalog product render list v1 get list get params

func (*CatalogProductRenderListV1GetListGetParams) WithSearchCriteriaFilterGroups0Filters0ConditionType

func (o *CatalogProductRenderListV1GetListGetParams) WithSearchCriteriaFilterGroups0Filters0ConditionType(searchCriteriaFilterGroups0Filters0ConditionType *string) *CatalogProductRenderListV1GetListGetParams

WithSearchCriteriaFilterGroups0Filters0ConditionType adds the searchCriteriaFilterGroups0Filters0ConditionType to the catalog product render list v1 get list get params

func (*CatalogProductRenderListV1GetListGetParams) WithSearchCriteriaFilterGroups0Filters0Field

func (o *CatalogProductRenderListV1GetListGetParams) WithSearchCriteriaFilterGroups0Filters0Field(searchCriteriaFilterGroups0Filters0Field *string) *CatalogProductRenderListV1GetListGetParams

WithSearchCriteriaFilterGroups0Filters0Field adds the searchCriteriaFilterGroups0Filters0Field to the catalog product render list v1 get list get params

func (*CatalogProductRenderListV1GetListGetParams) WithSearchCriteriaFilterGroups0Filters0Value

func (o *CatalogProductRenderListV1GetListGetParams) WithSearchCriteriaFilterGroups0Filters0Value(searchCriteriaFilterGroups0Filters0Value *string) *CatalogProductRenderListV1GetListGetParams

WithSearchCriteriaFilterGroups0Filters0Value adds the searchCriteriaFilterGroups0Filters0Value to the catalog product render list v1 get list get params

func (*CatalogProductRenderListV1GetListGetParams) WithSearchCriteriaPageSize

func (o *CatalogProductRenderListV1GetListGetParams) WithSearchCriteriaPageSize(searchCriteriaPageSize *int64) *CatalogProductRenderListV1GetListGetParams

WithSearchCriteriaPageSize adds the searchCriteriaPageSize to the catalog product render list v1 get list get params

func (*CatalogProductRenderListV1GetListGetParams) WithSearchCriteriaSortOrders0Direction

func (o *CatalogProductRenderListV1GetListGetParams) WithSearchCriteriaSortOrders0Direction(searchCriteriaSortOrders0Direction *string) *CatalogProductRenderListV1GetListGetParams

WithSearchCriteriaSortOrders0Direction adds the searchCriteriaSortOrders0Direction to the catalog product render list v1 get list get params

func (*CatalogProductRenderListV1GetListGetParams) WithSearchCriteriaSortOrders0Field

func (o *CatalogProductRenderListV1GetListGetParams) WithSearchCriteriaSortOrders0Field(searchCriteriaSortOrders0Field *string) *CatalogProductRenderListV1GetListGetParams

WithSearchCriteriaSortOrders0Field adds the searchCriteriaSortOrders0Field to the catalog product render list v1 get list get params

func (*CatalogProductRenderListV1GetListGetParams) WithStoreID

WithStoreID adds the storeID to the catalog product render list v1 get list get params

func (*CatalogProductRenderListV1GetListGetParams) WithTimeout

WithTimeout adds the timeout to the catalog product render list v1 get list get params

func (*CatalogProductRenderListV1GetListGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CatalogProductRenderListV1GetListGetReader

type CatalogProductRenderListV1GetListGetReader struct {
	// contains filtered or unexported fields
}

CatalogProductRenderListV1GetListGetReader is a Reader for the CatalogProductRenderListV1GetListGet structure.

func (*CatalogProductRenderListV1GetListGetReader) ReadResponse

func (o *CatalogProductRenderListV1GetListGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for catalog product render list v1 API

func (*Client) CatalogProductRenderListV1GetListGet

func (a *Client) CatalogProductRenderListV1GetListGet(params *CatalogProductRenderListV1GetListGetParams, opts ...ClientOption) (*CatalogProductRenderListV1GetListGetOK, error)

CatalogProductRenderListV1GetListGet Collect and retrieve the list of product render info. This info contains raw prices and formatted prices, product name, stock status, store_id, etc.

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CatalogProductRenderListV1GetListGet(params *CatalogProductRenderListV1GetListGetParams, opts ...ClientOption) (*CatalogProductRenderListV1GetListGetOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new catalog product render list v1 API client.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL