small_and_light

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2023 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 Client

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

Client for small and light API

func (*Client) DeleteSmallAndLightEnrollmentBySellerSKU

func (a *Client) DeleteSmallAndLightEnrollmentBySellerSKU(params *DeleteSmallAndLightEnrollmentBySellerSKUParams, opts ...ClientOption) (*DeleteSmallAndLightEnrollmentBySellerSKUNoContent, error)
DeleteSmallAndLightEnrollmentBySellerSKU Removes the item indicated by the specified seller SKU from the Small and Light program in the specified marketplace. If the item is not eligible for disenrollment, the ineligibility reasons are returned.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 5 |

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) GetSmallAndLightEligibilityBySellerSKU

func (a *Client) GetSmallAndLightEligibilityBySellerSKU(params *GetSmallAndLightEligibilityBySellerSKUParams, opts ...ClientOption) (*GetSmallAndLightEligibilityBySellerSKUOK, error)
GetSmallAndLightEligibilityBySellerSKU Returns the Small and Light program eligibility status of the item indicated by the specified seller SKU in the specified marketplace. If the item is not eligible, the ineligibility reasons are returned. **Note:** The parameters associated with this operation may contain special characters that must be encoded to successfully call the API. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 10 |

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) GetSmallAndLightEnrollmentBySellerSKU

func (a *Client) GetSmallAndLightEnrollmentBySellerSKU(params *GetSmallAndLightEnrollmentBySellerSKUParams, opts ...ClientOption) (*GetSmallAndLightEnrollmentBySellerSKUOK, error)
GetSmallAndLightEnrollmentBySellerSKU Returns the Small and Light enrollment status for the item indicated by the specified seller SKU in the specified marketplace.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 10 |

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) GetSmallAndLightFeePreview

func (a *Client) GetSmallAndLightFeePreview(params *GetSmallAndLightFeePreviewParams, opts ...ClientOption) (*GetSmallAndLightFeePreviewOK, error)
GetSmallAndLightFeePreview Returns the Small and Light fee estimates for the specified items. You must include a marketplaceId parameter to retrieve the proper fee estimates for items to be sold in that marketplace. The ordering of items in the response will mirror the order of the items in the request. Duplicate ASIN/price combinations are removed.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 1 | 3 |

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) PutSmallAndLightEnrollmentBySellerSKU

func (a *Client) PutSmallAndLightEnrollmentBySellerSKU(params *PutSmallAndLightEnrollmentBySellerSKUParams, opts ...ClientOption) (*PutSmallAndLightEnrollmentBySellerSKUOK, error)
PutSmallAndLightEnrollmentBySellerSKU Enrolls the item indicated by the specified seller SKU in the Small and Light program in the specified marketplace. If the item is not eligible, the ineligibility reasons are returned.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 5 |

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

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 {
	DeleteSmallAndLightEnrollmentBySellerSKU(params *DeleteSmallAndLightEnrollmentBySellerSKUParams, opts ...ClientOption) (*DeleteSmallAndLightEnrollmentBySellerSKUNoContent, error)

	GetSmallAndLightEligibilityBySellerSKU(params *GetSmallAndLightEligibilityBySellerSKUParams, opts ...ClientOption) (*GetSmallAndLightEligibilityBySellerSKUOK, error)

	GetSmallAndLightEnrollmentBySellerSKU(params *GetSmallAndLightEnrollmentBySellerSKUParams, opts ...ClientOption) (*GetSmallAndLightEnrollmentBySellerSKUOK, error)

	GetSmallAndLightFeePreview(params *GetSmallAndLightFeePreviewParams, opts ...ClientOption) (*GetSmallAndLightFeePreviewOK, error)

	PutSmallAndLightEnrollmentBySellerSKU(params *PutSmallAndLightEnrollmentBySellerSKUParams, opts ...ClientOption) (*PutSmallAndLightEnrollmentBySellerSKUOK, 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 small and light API client.

type DeleteSmallAndLightEnrollmentBySellerSKUBadRequest

type DeleteSmallAndLightEnrollmentBySellerSKUBadRequest struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

DeleteSmallAndLightEnrollmentBySellerSKUBadRequest describes a response with status code 400, with default header values.

Request has missing or invalid parameters and cannot be parsed.

func NewDeleteSmallAndLightEnrollmentBySellerSKUBadRequest

func NewDeleteSmallAndLightEnrollmentBySellerSKUBadRequest() *DeleteSmallAndLightEnrollmentBySellerSKUBadRequest

NewDeleteSmallAndLightEnrollmentBySellerSKUBadRequest creates a DeleteSmallAndLightEnrollmentBySellerSKUBadRequest with default headers values

func (*DeleteSmallAndLightEnrollmentBySellerSKUBadRequest) Error

func (*DeleteSmallAndLightEnrollmentBySellerSKUBadRequest) GetPayload

func (*DeleteSmallAndLightEnrollmentBySellerSKUBadRequest) IsClientError

IsClientError returns true when this delete small and light enrollment by seller s k u bad request response has a 4xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUBadRequest) IsCode

IsCode returns true when this delete small and light enrollment by seller s k u bad request response a status code equal to that given

func (*DeleteSmallAndLightEnrollmentBySellerSKUBadRequest) IsRedirect

IsRedirect returns true when this delete small and light enrollment by seller s k u bad request response has a 3xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUBadRequest) IsServerError

IsServerError returns true when this delete small and light enrollment by seller s k u bad request response has a 5xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUBadRequest) IsSuccess

IsSuccess returns true when this delete small and light enrollment by seller s k u bad request response has a 2xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUBadRequest) String

type DeleteSmallAndLightEnrollmentBySellerSKUForbidden

type DeleteSmallAndLightEnrollmentBySellerSKUForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

DeleteSmallAndLightEnrollmentBySellerSKUForbidden describes a response with status code 403, with default header values.

Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewDeleteSmallAndLightEnrollmentBySellerSKUForbidden

func NewDeleteSmallAndLightEnrollmentBySellerSKUForbidden() *DeleteSmallAndLightEnrollmentBySellerSKUForbidden

NewDeleteSmallAndLightEnrollmentBySellerSKUForbidden creates a DeleteSmallAndLightEnrollmentBySellerSKUForbidden with default headers values

func (*DeleteSmallAndLightEnrollmentBySellerSKUForbidden) Error

func (*DeleteSmallAndLightEnrollmentBySellerSKUForbidden) GetPayload

func (*DeleteSmallAndLightEnrollmentBySellerSKUForbidden) IsClientError

IsClientError returns true when this delete small and light enrollment by seller s k u forbidden response has a 4xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUForbidden) IsCode

IsCode returns true when this delete small and light enrollment by seller s k u forbidden response a status code equal to that given

func (*DeleteSmallAndLightEnrollmentBySellerSKUForbidden) IsRedirect

IsRedirect returns true when this delete small and light enrollment by seller s k u forbidden response has a 3xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUForbidden) IsServerError

IsServerError returns true when this delete small and light enrollment by seller s k u forbidden response has a 5xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUForbidden) IsSuccess

IsSuccess returns true when this delete small and light enrollment by seller s k u forbidden response has a 2xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUForbidden) String

type DeleteSmallAndLightEnrollmentBySellerSKUInternalServerError

type DeleteSmallAndLightEnrollmentBySellerSKUInternalServerError struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

DeleteSmallAndLightEnrollmentBySellerSKUInternalServerError describes a response with status code 500, with default header values.

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewDeleteSmallAndLightEnrollmentBySellerSKUInternalServerError

func NewDeleteSmallAndLightEnrollmentBySellerSKUInternalServerError() *DeleteSmallAndLightEnrollmentBySellerSKUInternalServerError

NewDeleteSmallAndLightEnrollmentBySellerSKUInternalServerError creates a DeleteSmallAndLightEnrollmentBySellerSKUInternalServerError with default headers values

func (*DeleteSmallAndLightEnrollmentBySellerSKUInternalServerError) Error

func (*DeleteSmallAndLightEnrollmentBySellerSKUInternalServerError) GetPayload

func (*DeleteSmallAndLightEnrollmentBySellerSKUInternalServerError) IsClientError

IsClientError returns true when this delete small and light enrollment by seller s k u internal server error response has a 4xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUInternalServerError) IsCode

IsCode returns true when this delete small and light enrollment by seller s k u internal server error response a status code equal to that given

func (*DeleteSmallAndLightEnrollmentBySellerSKUInternalServerError) IsRedirect

IsRedirect returns true when this delete small and light enrollment by seller s k u internal server error response has a 3xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUInternalServerError) IsServerError

IsServerError returns true when this delete small and light enrollment by seller s k u internal server error response has a 5xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUInternalServerError) IsSuccess

IsSuccess returns true when this delete small and light enrollment by seller s k u internal server error response has a 2xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUInternalServerError) String

type DeleteSmallAndLightEnrollmentBySellerSKUNoContent

type DeleteSmallAndLightEnrollmentBySellerSKUNoContent struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string
}

DeleteSmallAndLightEnrollmentBySellerSKUNoContent describes a response with status code 204, with default header values.

Success.

func NewDeleteSmallAndLightEnrollmentBySellerSKUNoContent

func NewDeleteSmallAndLightEnrollmentBySellerSKUNoContent() *DeleteSmallAndLightEnrollmentBySellerSKUNoContent

NewDeleteSmallAndLightEnrollmentBySellerSKUNoContent creates a DeleteSmallAndLightEnrollmentBySellerSKUNoContent with default headers values

func (*DeleteSmallAndLightEnrollmentBySellerSKUNoContent) Error

func (*DeleteSmallAndLightEnrollmentBySellerSKUNoContent) IsClientError

IsClientError returns true when this delete small and light enrollment by seller s k u no content response has a 4xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUNoContent) IsCode

IsCode returns true when this delete small and light enrollment by seller s k u no content response a status code equal to that given

func (*DeleteSmallAndLightEnrollmentBySellerSKUNoContent) IsRedirect

IsRedirect returns true when this delete small and light enrollment by seller s k u no content response has a 3xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUNoContent) IsServerError

IsServerError returns true when this delete small and light enrollment by seller s k u no content response has a 5xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUNoContent) IsSuccess

IsSuccess returns true when this delete small and light enrollment by seller s k u no content response has a 2xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUNoContent) String

type DeleteSmallAndLightEnrollmentBySellerSKUNotFound

type DeleteSmallAndLightEnrollmentBySellerSKUNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

DeleteSmallAndLightEnrollmentBySellerSKUNotFound describes a response with status code 404, with default header values.

The resource specified does not exist.

func NewDeleteSmallAndLightEnrollmentBySellerSKUNotFound

func NewDeleteSmallAndLightEnrollmentBySellerSKUNotFound() *DeleteSmallAndLightEnrollmentBySellerSKUNotFound

NewDeleteSmallAndLightEnrollmentBySellerSKUNotFound creates a DeleteSmallAndLightEnrollmentBySellerSKUNotFound with default headers values

func (*DeleteSmallAndLightEnrollmentBySellerSKUNotFound) Error

func (*DeleteSmallAndLightEnrollmentBySellerSKUNotFound) GetPayload

func (*DeleteSmallAndLightEnrollmentBySellerSKUNotFound) IsClientError

IsClientError returns true when this delete small and light enrollment by seller s k u not found response has a 4xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUNotFound) IsCode

IsCode returns true when this delete small and light enrollment by seller s k u not found response a status code equal to that given

func (*DeleteSmallAndLightEnrollmentBySellerSKUNotFound) IsRedirect

IsRedirect returns true when this delete small and light enrollment by seller s k u not found response has a 3xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUNotFound) IsServerError

IsServerError returns true when this delete small and light enrollment by seller s k u not found response has a 5xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUNotFound) IsSuccess

IsSuccess returns true when this delete small and light enrollment by seller s k u not found response has a 2xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUNotFound) String

type DeleteSmallAndLightEnrollmentBySellerSKUParams

type DeleteSmallAndLightEnrollmentBySellerSKUParams struct {

	/* MarketplaceIds.

	   The marketplace in which to remove the item from the Small and Light program. Note: Accepts a single marketplace only.
	*/
	MarketplaceIds []string

	/* SellerSKU.

	   The seller SKU that identifies the item.
	*/
	SellerSKU string

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

DeleteSmallAndLightEnrollmentBySellerSKUParams contains all the parameters to send to the API endpoint

for the delete small and light enrollment by seller s k u operation.

Typically these are written to a http.Request.

func NewDeleteSmallAndLightEnrollmentBySellerSKUParams

func NewDeleteSmallAndLightEnrollmentBySellerSKUParams() *DeleteSmallAndLightEnrollmentBySellerSKUParams

NewDeleteSmallAndLightEnrollmentBySellerSKUParams creates a new DeleteSmallAndLightEnrollmentBySellerSKUParams 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 NewDeleteSmallAndLightEnrollmentBySellerSKUParamsWithContext

func NewDeleteSmallAndLightEnrollmentBySellerSKUParamsWithContext(ctx context.Context) *DeleteSmallAndLightEnrollmentBySellerSKUParams

NewDeleteSmallAndLightEnrollmentBySellerSKUParamsWithContext creates a new DeleteSmallAndLightEnrollmentBySellerSKUParams object with the ability to set a context for a request.

func NewDeleteSmallAndLightEnrollmentBySellerSKUParamsWithHTTPClient

func NewDeleteSmallAndLightEnrollmentBySellerSKUParamsWithHTTPClient(client *http.Client) *DeleteSmallAndLightEnrollmentBySellerSKUParams

NewDeleteSmallAndLightEnrollmentBySellerSKUParamsWithHTTPClient creates a new DeleteSmallAndLightEnrollmentBySellerSKUParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteSmallAndLightEnrollmentBySellerSKUParamsWithTimeout

func NewDeleteSmallAndLightEnrollmentBySellerSKUParamsWithTimeout(timeout time.Duration) *DeleteSmallAndLightEnrollmentBySellerSKUParams

NewDeleteSmallAndLightEnrollmentBySellerSKUParamsWithTimeout creates a new DeleteSmallAndLightEnrollmentBySellerSKUParams object with the ability to set a timeout on a request.

func (*DeleteSmallAndLightEnrollmentBySellerSKUParams) SetContext

SetContext adds the context to the delete small and light enrollment by seller s k u params

func (*DeleteSmallAndLightEnrollmentBySellerSKUParams) SetDefaults

SetDefaults hydrates default values in the delete small and light enrollment by seller s k u params (not the query body).

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

func (*DeleteSmallAndLightEnrollmentBySellerSKUParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete small and light enrollment by seller s k u params

func (*DeleteSmallAndLightEnrollmentBySellerSKUParams) SetMarketplaceIds

func (o *DeleteSmallAndLightEnrollmentBySellerSKUParams) SetMarketplaceIds(marketplaceIds []string)

SetMarketplaceIds adds the marketplaceIds to the delete small and light enrollment by seller s k u params

func (*DeleteSmallAndLightEnrollmentBySellerSKUParams) SetSellerSKU

func (o *DeleteSmallAndLightEnrollmentBySellerSKUParams) SetSellerSKU(sellerSKU string)

SetSellerSKU adds the sellerSKU to the delete small and light enrollment by seller s k u params

func (*DeleteSmallAndLightEnrollmentBySellerSKUParams) SetTimeout

SetTimeout adds the timeout to the delete small and light enrollment by seller s k u params

func (*DeleteSmallAndLightEnrollmentBySellerSKUParams) WithContext

WithContext adds the context to the delete small and light enrollment by seller s k u params

func (*DeleteSmallAndLightEnrollmentBySellerSKUParams) WithDefaults

WithDefaults hydrates default values in the delete small and light enrollment by seller s k u params (not the query body).

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

func (*DeleteSmallAndLightEnrollmentBySellerSKUParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete small and light enrollment by seller s k u params

func (*DeleteSmallAndLightEnrollmentBySellerSKUParams) WithMarketplaceIds

WithMarketplaceIds adds the marketplaceIds to the delete small and light enrollment by seller s k u params

func (*DeleteSmallAndLightEnrollmentBySellerSKUParams) WithSellerSKU

WithSellerSKU adds the sellerSKU to the delete small and light enrollment by seller s k u params

func (*DeleteSmallAndLightEnrollmentBySellerSKUParams) WithTimeout

WithTimeout adds the timeout to the delete small and light enrollment by seller s k u params

func (*DeleteSmallAndLightEnrollmentBySellerSKUParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteSmallAndLightEnrollmentBySellerSKUReader

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

DeleteSmallAndLightEnrollmentBySellerSKUReader is a Reader for the DeleteSmallAndLightEnrollmentBySellerSKU structure.

func (*DeleteSmallAndLightEnrollmentBySellerSKUReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge

type DeleteSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

DeleteSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge describes a response with status code 413, with default header values.

The request size exceeded the maximum accepted size.

func NewDeleteSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge

func NewDeleteSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge() *DeleteSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge

NewDeleteSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge creates a DeleteSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge with default headers values

func (*DeleteSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge) Error

func (*DeleteSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge) GetPayload

func (*DeleteSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge) IsClientError

IsClientError returns true when this delete small and light enrollment by seller s k u request entity too large response has a 4xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge) IsCode

IsCode returns true when this delete small and light enrollment by seller s k u request entity too large response a status code equal to that given

func (*DeleteSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete small and light enrollment by seller s k u request entity too large response has a 3xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge) IsServerError

IsServerError returns true when this delete small and light enrollment by seller s k u request entity too large response has a 5xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete small and light enrollment by seller s k u request entity too large response has a 2xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge) String

type DeleteSmallAndLightEnrollmentBySellerSKUServiceUnavailable

type DeleteSmallAndLightEnrollmentBySellerSKUServiceUnavailable struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

DeleteSmallAndLightEnrollmentBySellerSKUServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewDeleteSmallAndLightEnrollmentBySellerSKUServiceUnavailable

func NewDeleteSmallAndLightEnrollmentBySellerSKUServiceUnavailable() *DeleteSmallAndLightEnrollmentBySellerSKUServiceUnavailable

NewDeleteSmallAndLightEnrollmentBySellerSKUServiceUnavailable creates a DeleteSmallAndLightEnrollmentBySellerSKUServiceUnavailable with default headers values

func (*DeleteSmallAndLightEnrollmentBySellerSKUServiceUnavailable) Error

func (*DeleteSmallAndLightEnrollmentBySellerSKUServiceUnavailable) GetPayload

func (*DeleteSmallAndLightEnrollmentBySellerSKUServiceUnavailable) IsClientError

IsClientError returns true when this delete small and light enrollment by seller s k u service unavailable response has a 4xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUServiceUnavailable) IsCode

IsCode returns true when this delete small and light enrollment by seller s k u service unavailable response a status code equal to that given

func (*DeleteSmallAndLightEnrollmentBySellerSKUServiceUnavailable) IsRedirect

IsRedirect returns true when this delete small and light enrollment by seller s k u service unavailable response has a 3xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUServiceUnavailable) IsServerError

IsServerError returns true when this delete small and light enrollment by seller s k u service unavailable response has a 5xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUServiceUnavailable) IsSuccess

IsSuccess returns true when this delete small and light enrollment by seller s k u service unavailable response has a 2xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUServiceUnavailable) String

type DeleteSmallAndLightEnrollmentBySellerSKUTooManyRequests

type DeleteSmallAndLightEnrollmentBySellerSKUTooManyRequests struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

DeleteSmallAndLightEnrollmentBySellerSKUTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewDeleteSmallAndLightEnrollmentBySellerSKUTooManyRequests

func NewDeleteSmallAndLightEnrollmentBySellerSKUTooManyRequests() *DeleteSmallAndLightEnrollmentBySellerSKUTooManyRequests

NewDeleteSmallAndLightEnrollmentBySellerSKUTooManyRequests creates a DeleteSmallAndLightEnrollmentBySellerSKUTooManyRequests with default headers values

func (*DeleteSmallAndLightEnrollmentBySellerSKUTooManyRequests) Error

func (*DeleteSmallAndLightEnrollmentBySellerSKUTooManyRequests) GetPayload

func (*DeleteSmallAndLightEnrollmentBySellerSKUTooManyRequests) IsClientError

IsClientError returns true when this delete small and light enrollment by seller s k u too many requests response has a 4xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUTooManyRequests) IsCode

IsCode returns true when this delete small and light enrollment by seller s k u too many requests response a status code equal to that given

func (*DeleteSmallAndLightEnrollmentBySellerSKUTooManyRequests) IsRedirect

IsRedirect returns true when this delete small and light enrollment by seller s k u too many requests response has a 3xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUTooManyRequests) IsServerError

IsServerError returns true when this delete small and light enrollment by seller s k u too many requests response has a 5xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUTooManyRequests) IsSuccess

IsSuccess returns true when this delete small and light enrollment by seller s k u too many requests response has a 2xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUTooManyRequests) String

type DeleteSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType

type DeleteSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

DeleteSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType describes a response with status code 415, with default header values.

The request payload is in an unsupported format.

func NewDeleteSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType

func NewDeleteSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType() *DeleteSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType

NewDeleteSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType creates a DeleteSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType with default headers values

func (*DeleteSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType) Error

func (*DeleteSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType) GetPayload

func (*DeleteSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType) IsClientError

IsClientError returns true when this delete small and light enrollment by seller s k u unsupported media type response has a 4xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType) IsCode

IsCode returns true when this delete small and light enrollment by seller s k u unsupported media type response a status code equal to that given

func (*DeleteSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete small and light enrollment by seller s k u unsupported media type response has a 3xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType) IsServerError

IsServerError returns true when this delete small and light enrollment by seller s k u unsupported media type response has a 5xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete small and light enrollment by seller s k u unsupported media type response has a 2xx status code

func (*DeleteSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType) String

type GetSmallAndLightEligibilityBySellerSKUBadRequest

type GetSmallAndLightEligibilityBySellerSKUBadRequest struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

GetSmallAndLightEligibilityBySellerSKUBadRequest describes a response with status code 400, with default header values.

Request has missing or invalid parameters and cannot be parsed.

func NewGetSmallAndLightEligibilityBySellerSKUBadRequest

func NewGetSmallAndLightEligibilityBySellerSKUBadRequest() *GetSmallAndLightEligibilityBySellerSKUBadRequest

NewGetSmallAndLightEligibilityBySellerSKUBadRequest creates a GetSmallAndLightEligibilityBySellerSKUBadRequest with default headers values

func (*GetSmallAndLightEligibilityBySellerSKUBadRequest) Error

func (*GetSmallAndLightEligibilityBySellerSKUBadRequest) GetPayload

func (*GetSmallAndLightEligibilityBySellerSKUBadRequest) IsClientError

IsClientError returns true when this get small and light eligibility by seller s k u bad request response has a 4xx status code

func (*GetSmallAndLightEligibilityBySellerSKUBadRequest) IsCode

IsCode returns true when this get small and light eligibility by seller s k u bad request response a status code equal to that given

func (*GetSmallAndLightEligibilityBySellerSKUBadRequest) IsRedirect

IsRedirect returns true when this get small and light eligibility by seller s k u bad request response has a 3xx status code

func (*GetSmallAndLightEligibilityBySellerSKUBadRequest) IsServerError

IsServerError returns true when this get small and light eligibility by seller s k u bad request response has a 5xx status code

func (*GetSmallAndLightEligibilityBySellerSKUBadRequest) IsSuccess

IsSuccess returns true when this get small and light eligibility by seller s k u bad request response has a 2xx status code

func (*GetSmallAndLightEligibilityBySellerSKUBadRequest) String

type GetSmallAndLightEligibilityBySellerSKUForbidden

type GetSmallAndLightEligibilityBySellerSKUForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

GetSmallAndLightEligibilityBySellerSKUForbidden describes a response with status code 403, with default header values.

Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewGetSmallAndLightEligibilityBySellerSKUForbidden

func NewGetSmallAndLightEligibilityBySellerSKUForbidden() *GetSmallAndLightEligibilityBySellerSKUForbidden

NewGetSmallAndLightEligibilityBySellerSKUForbidden creates a GetSmallAndLightEligibilityBySellerSKUForbidden with default headers values

func (*GetSmallAndLightEligibilityBySellerSKUForbidden) Error

func (*GetSmallAndLightEligibilityBySellerSKUForbidden) GetPayload

func (*GetSmallAndLightEligibilityBySellerSKUForbidden) IsClientError

IsClientError returns true when this get small and light eligibility by seller s k u forbidden response has a 4xx status code

func (*GetSmallAndLightEligibilityBySellerSKUForbidden) IsCode

IsCode returns true when this get small and light eligibility by seller s k u forbidden response a status code equal to that given

func (*GetSmallAndLightEligibilityBySellerSKUForbidden) IsRedirect

IsRedirect returns true when this get small and light eligibility by seller s k u forbidden response has a 3xx status code

func (*GetSmallAndLightEligibilityBySellerSKUForbidden) IsServerError

IsServerError returns true when this get small and light eligibility by seller s k u forbidden response has a 5xx status code

func (*GetSmallAndLightEligibilityBySellerSKUForbidden) IsSuccess

IsSuccess returns true when this get small and light eligibility by seller s k u forbidden response has a 2xx status code

func (*GetSmallAndLightEligibilityBySellerSKUForbidden) String

type GetSmallAndLightEligibilityBySellerSKUInternalServerError

type GetSmallAndLightEligibilityBySellerSKUInternalServerError struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

GetSmallAndLightEligibilityBySellerSKUInternalServerError describes a response with status code 500, with default header values.

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewGetSmallAndLightEligibilityBySellerSKUInternalServerError

func NewGetSmallAndLightEligibilityBySellerSKUInternalServerError() *GetSmallAndLightEligibilityBySellerSKUInternalServerError

NewGetSmallAndLightEligibilityBySellerSKUInternalServerError creates a GetSmallAndLightEligibilityBySellerSKUInternalServerError with default headers values

func (*GetSmallAndLightEligibilityBySellerSKUInternalServerError) Error

func (*GetSmallAndLightEligibilityBySellerSKUInternalServerError) GetPayload

func (*GetSmallAndLightEligibilityBySellerSKUInternalServerError) IsClientError

IsClientError returns true when this get small and light eligibility by seller s k u internal server error response has a 4xx status code

func (*GetSmallAndLightEligibilityBySellerSKUInternalServerError) IsCode

IsCode returns true when this get small and light eligibility by seller s k u internal server error response a status code equal to that given

func (*GetSmallAndLightEligibilityBySellerSKUInternalServerError) IsRedirect

IsRedirect returns true when this get small and light eligibility by seller s k u internal server error response has a 3xx status code

func (*GetSmallAndLightEligibilityBySellerSKUInternalServerError) IsServerError

IsServerError returns true when this get small and light eligibility by seller s k u internal server error response has a 5xx status code

func (*GetSmallAndLightEligibilityBySellerSKUInternalServerError) IsSuccess

IsSuccess returns true when this get small and light eligibility by seller s k u internal server error response has a 2xx status code

func (*GetSmallAndLightEligibilityBySellerSKUInternalServerError) String

type GetSmallAndLightEligibilityBySellerSKUNotFound

type GetSmallAndLightEligibilityBySellerSKUNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

GetSmallAndLightEligibilityBySellerSKUNotFound describes a response with status code 404, with default header values.

The resource specified does not exist.

func NewGetSmallAndLightEligibilityBySellerSKUNotFound

func NewGetSmallAndLightEligibilityBySellerSKUNotFound() *GetSmallAndLightEligibilityBySellerSKUNotFound

NewGetSmallAndLightEligibilityBySellerSKUNotFound creates a GetSmallAndLightEligibilityBySellerSKUNotFound with default headers values

func (*GetSmallAndLightEligibilityBySellerSKUNotFound) Error

func (*GetSmallAndLightEligibilityBySellerSKUNotFound) GetPayload

func (*GetSmallAndLightEligibilityBySellerSKUNotFound) IsClientError

IsClientError returns true when this get small and light eligibility by seller s k u not found response has a 4xx status code

func (*GetSmallAndLightEligibilityBySellerSKUNotFound) IsCode

IsCode returns true when this get small and light eligibility by seller s k u not found response a status code equal to that given

func (*GetSmallAndLightEligibilityBySellerSKUNotFound) IsRedirect

IsRedirect returns true when this get small and light eligibility by seller s k u not found response has a 3xx status code

func (*GetSmallAndLightEligibilityBySellerSKUNotFound) IsServerError

IsServerError returns true when this get small and light eligibility by seller s k u not found response has a 5xx status code

func (*GetSmallAndLightEligibilityBySellerSKUNotFound) IsSuccess

IsSuccess returns true when this get small and light eligibility by seller s k u not found response has a 2xx status code

func (*GetSmallAndLightEligibilityBySellerSKUNotFound) String

type GetSmallAndLightEligibilityBySellerSKUOK

type GetSmallAndLightEligibilityBySellerSKUOK struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.SmallAndLightEligibility
}

GetSmallAndLightEligibilityBySellerSKUOK describes a response with status code 200, with default header values.

Success.

func NewGetSmallAndLightEligibilityBySellerSKUOK

func NewGetSmallAndLightEligibilityBySellerSKUOK() *GetSmallAndLightEligibilityBySellerSKUOK

NewGetSmallAndLightEligibilityBySellerSKUOK creates a GetSmallAndLightEligibilityBySellerSKUOK with default headers values

func (*GetSmallAndLightEligibilityBySellerSKUOK) Error

func (*GetSmallAndLightEligibilityBySellerSKUOK) GetPayload

func (*GetSmallAndLightEligibilityBySellerSKUOK) IsClientError

IsClientError returns true when this get small and light eligibility by seller s k u o k response has a 4xx status code

func (*GetSmallAndLightEligibilityBySellerSKUOK) IsCode

IsCode returns true when this get small and light eligibility by seller s k u o k response a status code equal to that given

func (*GetSmallAndLightEligibilityBySellerSKUOK) IsRedirect

IsRedirect returns true when this get small and light eligibility by seller s k u o k response has a 3xx status code

func (*GetSmallAndLightEligibilityBySellerSKUOK) IsServerError

IsServerError returns true when this get small and light eligibility by seller s k u o k response has a 5xx status code

func (*GetSmallAndLightEligibilityBySellerSKUOK) IsSuccess

IsSuccess returns true when this get small and light eligibility by seller s k u o k response has a 2xx status code

func (*GetSmallAndLightEligibilityBySellerSKUOK) String

type GetSmallAndLightEligibilityBySellerSKUParams

type GetSmallAndLightEligibilityBySellerSKUParams struct {

	/* MarketplaceIds.

	   The marketplace for which the eligibility status is retrieved. NOTE: Accepts a single marketplace only.
	*/
	MarketplaceIds []string

	/* SellerSKU.

	   The seller SKU that identifies the item.
	*/
	SellerSKU string

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

GetSmallAndLightEligibilityBySellerSKUParams contains all the parameters to send to the API endpoint

for the get small and light eligibility by seller s k u operation.

Typically these are written to a http.Request.

func NewGetSmallAndLightEligibilityBySellerSKUParams

func NewGetSmallAndLightEligibilityBySellerSKUParams() *GetSmallAndLightEligibilityBySellerSKUParams

NewGetSmallAndLightEligibilityBySellerSKUParams creates a new GetSmallAndLightEligibilityBySellerSKUParams 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 NewGetSmallAndLightEligibilityBySellerSKUParamsWithContext

func NewGetSmallAndLightEligibilityBySellerSKUParamsWithContext(ctx context.Context) *GetSmallAndLightEligibilityBySellerSKUParams

NewGetSmallAndLightEligibilityBySellerSKUParamsWithContext creates a new GetSmallAndLightEligibilityBySellerSKUParams object with the ability to set a context for a request.

func NewGetSmallAndLightEligibilityBySellerSKUParamsWithHTTPClient

func NewGetSmallAndLightEligibilityBySellerSKUParamsWithHTTPClient(client *http.Client) *GetSmallAndLightEligibilityBySellerSKUParams

NewGetSmallAndLightEligibilityBySellerSKUParamsWithHTTPClient creates a new GetSmallAndLightEligibilityBySellerSKUParams object with the ability to set a custom HTTPClient for a request.

func NewGetSmallAndLightEligibilityBySellerSKUParamsWithTimeout

func NewGetSmallAndLightEligibilityBySellerSKUParamsWithTimeout(timeout time.Duration) *GetSmallAndLightEligibilityBySellerSKUParams

NewGetSmallAndLightEligibilityBySellerSKUParamsWithTimeout creates a new GetSmallAndLightEligibilityBySellerSKUParams object with the ability to set a timeout on a request.

func (*GetSmallAndLightEligibilityBySellerSKUParams) SetContext

SetContext adds the context to the get small and light eligibility by seller s k u params

func (*GetSmallAndLightEligibilityBySellerSKUParams) SetDefaults

SetDefaults hydrates default values in the get small and light eligibility by seller s k u params (not the query body).

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

func (*GetSmallAndLightEligibilityBySellerSKUParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get small and light eligibility by seller s k u params

func (*GetSmallAndLightEligibilityBySellerSKUParams) SetMarketplaceIds

func (o *GetSmallAndLightEligibilityBySellerSKUParams) SetMarketplaceIds(marketplaceIds []string)

SetMarketplaceIds adds the marketplaceIds to the get small and light eligibility by seller s k u params

func (*GetSmallAndLightEligibilityBySellerSKUParams) SetSellerSKU

func (o *GetSmallAndLightEligibilityBySellerSKUParams) SetSellerSKU(sellerSKU string)

SetSellerSKU adds the sellerSKU to the get small and light eligibility by seller s k u params

func (*GetSmallAndLightEligibilityBySellerSKUParams) SetTimeout

SetTimeout adds the timeout to the get small and light eligibility by seller s k u params

func (*GetSmallAndLightEligibilityBySellerSKUParams) WithContext

WithContext adds the context to the get small and light eligibility by seller s k u params

func (*GetSmallAndLightEligibilityBySellerSKUParams) WithDefaults

WithDefaults hydrates default values in the get small and light eligibility by seller s k u params (not the query body).

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

func (*GetSmallAndLightEligibilityBySellerSKUParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get small and light eligibility by seller s k u params

func (*GetSmallAndLightEligibilityBySellerSKUParams) WithMarketplaceIds

WithMarketplaceIds adds the marketplaceIds to the get small and light eligibility by seller s k u params

func (*GetSmallAndLightEligibilityBySellerSKUParams) WithSellerSKU

WithSellerSKU adds the sellerSKU to the get small and light eligibility by seller s k u params

func (*GetSmallAndLightEligibilityBySellerSKUParams) WithTimeout

WithTimeout adds the timeout to the get small and light eligibility by seller s k u params

func (*GetSmallAndLightEligibilityBySellerSKUParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSmallAndLightEligibilityBySellerSKUReader

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

GetSmallAndLightEligibilityBySellerSKUReader is a Reader for the GetSmallAndLightEligibilityBySellerSKU structure.

func (*GetSmallAndLightEligibilityBySellerSKUReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSmallAndLightEligibilityBySellerSKURequestEntityTooLarge

type GetSmallAndLightEligibilityBySellerSKURequestEntityTooLarge struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

GetSmallAndLightEligibilityBySellerSKURequestEntityTooLarge describes a response with status code 413, with default header values.

The request size exceeded the maximum accepted size.

func NewGetSmallAndLightEligibilityBySellerSKURequestEntityTooLarge

func NewGetSmallAndLightEligibilityBySellerSKURequestEntityTooLarge() *GetSmallAndLightEligibilityBySellerSKURequestEntityTooLarge

NewGetSmallAndLightEligibilityBySellerSKURequestEntityTooLarge creates a GetSmallAndLightEligibilityBySellerSKURequestEntityTooLarge with default headers values

func (*GetSmallAndLightEligibilityBySellerSKURequestEntityTooLarge) Error

func (*GetSmallAndLightEligibilityBySellerSKURequestEntityTooLarge) GetPayload

func (*GetSmallAndLightEligibilityBySellerSKURequestEntityTooLarge) IsClientError

IsClientError returns true when this get small and light eligibility by seller s k u request entity too large response has a 4xx status code

func (*GetSmallAndLightEligibilityBySellerSKURequestEntityTooLarge) IsCode

IsCode returns true when this get small and light eligibility by seller s k u request entity too large response a status code equal to that given

func (*GetSmallAndLightEligibilityBySellerSKURequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get small and light eligibility by seller s k u request entity too large response has a 3xx status code

func (*GetSmallAndLightEligibilityBySellerSKURequestEntityTooLarge) IsServerError

IsServerError returns true when this get small and light eligibility by seller s k u request entity too large response has a 5xx status code

func (*GetSmallAndLightEligibilityBySellerSKURequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get small and light eligibility by seller s k u request entity too large response has a 2xx status code

func (*GetSmallAndLightEligibilityBySellerSKURequestEntityTooLarge) String

type GetSmallAndLightEligibilityBySellerSKUServiceUnavailable

type GetSmallAndLightEligibilityBySellerSKUServiceUnavailable struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

GetSmallAndLightEligibilityBySellerSKUServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewGetSmallAndLightEligibilityBySellerSKUServiceUnavailable

func NewGetSmallAndLightEligibilityBySellerSKUServiceUnavailable() *GetSmallAndLightEligibilityBySellerSKUServiceUnavailable

NewGetSmallAndLightEligibilityBySellerSKUServiceUnavailable creates a GetSmallAndLightEligibilityBySellerSKUServiceUnavailable with default headers values

func (*GetSmallAndLightEligibilityBySellerSKUServiceUnavailable) Error

func (*GetSmallAndLightEligibilityBySellerSKUServiceUnavailable) GetPayload

func (*GetSmallAndLightEligibilityBySellerSKUServiceUnavailable) IsClientError

IsClientError returns true when this get small and light eligibility by seller s k u service unavailable response has a 4xx status code

func (*GetSmallAndLightEligibilityBySellerSKUServiceUnavailable) IsCode

IsCode returns true when this get small and light eligibility by seller s k u service unavailable response a status code equal to that given

func (*GetSmallAndLightEligibilityBySellerSKUServiceUnavailable) IsRedirect

IsRedirect returns true when this get small and light eligibility by seller s k u service unavailable response has a 3xx status code

func (*GetSmallAndLightEligibilityBySellerSKUServiceUnavailable) IsServerError

IsServerError returns true when this get small and light eligibility by seller s k u service unavailable response has a 5xx status code

func (*GetSmallAndLightEligibilityBySellerSKUServiceUnavailable) IsSuccess

IsSuccess returns true when this get small and light eligibility by seller s k u service unavailable response has a 2xx status code

func (*GetSmallAndLightEligibilityBySellerSKUServiceUnavailable) String

type GetSmallAndLightEligibilityBySellerSKUTooManyRequests

type GetSmallAndLightEligibilityBySellerSKUTooManyRequests struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

GetSmallAndLightEligibilityBySellerSKUTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewGetSmallAndLightEligibilityBySellerSKUTooManyRequests

func NewGetSmallAndLightEligibilityBySellerSKUTooManyRequests() *GetSmallAndLightEligibilityBySellerSKUTooManyRequests

NewGetSmallAndLightEligibilityBySellerSKUTooManyRequests creates a GetSmallAndLightEligibilityBySellerSKUTooManyRequests with default headers values

func (*GetSmallAndLightEligibilityBySellerSKUTooManyRequests) Error

func (*GetSmallAndLightEligibilityBySellerSKUTooManyRequests) GetPayload

func (*GetSmallAndLightEligibilityBySellerSKUTooManyRequests) IsClientError

IsClientError returns true when this get small and light eligibility by seller s k u too many requests response has a 4xx status code

func (*GetSmallAndLightEligibilityBySellerSKUTooManyRequests) IsCode

IsCode returns true when this get small and light eligibility by seller s k u too many requests response a status code equal to that given

func (*GetSmallAndLightEligibilityBySellerSKUTooManyRequests) IsRedirect

IsRedirect returns true when this get small and light eligibility by seller s k u too many requests response has a 3xx status code

func (*GetSmallAndLightEligibilityBySellerSKUTooManyRequests) IsServerError

IsServerError returns true when this get small and light eligibility by seller s k u too many requests response has a 5xx status code

func (*GetSmallAndLightEligibilityBySellerSKUTooManyRequests) IsSuccess

IsSuccess returns true when this get small and light eligibility by seller s k u too many requests response has a 2xx status code

func (*GetSmallAndLightEligibilityBySellerSKUTooManyRequests) String

type GetSmallAndLightEligibilityBySellerSKUUnsupportedMediaType

type GetSmallAndLightEligibilityBySellerSKUUnsupportedMediaType struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

GetSmallAndLightEligibilityBySellerSKUUnsupportedMediaType describes a response with status code 415, with default header values.

The request payload is in an unsupported format.

func NewGetSmallAndLightEligibilityBySellerSKUUnsupportedMediaType

func NewGetSmallAndLightEligibilityBySellerSKUUnsupportedMediaType() *GetSmallAndLightEligibilityBySellerSKUUnsupportedMediaType

NewGetSmallAndLightEligibilityBySellerSKUUnsupportedMediaType creates a GetSmallAndLightEligibilityBySellerSKUUnsupportedMediaType with default headers values

func (*GetSmallAndLightEligibilityBySellerSKUUnsupportedMediaType) Error

func (*GetSmallAndLightEligibilityBySellerSKUUnsupportedMediaType) GetPayload

func (*GetSmallAndLightEligibilityBySellerSKUUnsupportedMediaType) IsClientError

IsClientError returns true when this get small and light eligibility by seller s k u unsupported media type response has a 4xx status code

func (*GetSmallAndLightEligibilityBySellerSKUUnsupportedMediaType) IsCode

IsCode returns true when this get small and light eligibility by seller s k u unsupported media type response a status code equal to that given

func (*GetSmallAndLightEligibilityBySellerSKUUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get small and light eligibility by seller s k u unsupported media type response has a 3xx status code

func (*GetSmallAndLightEligibilityBySellerSKUUnsupportedMediaType) IsServerError

IsServerError returns true when this get small and light eligibility by seller s k u unsupported media type response has a 5xx status code

func (*GetSmallAndLightEligibilityBySellerSKUUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get small and light eligibility by seller s k u unsupported media type response has a 2xx status code

func (*GetSmallAndLightEligibilityBySellerSKUUnsupportedMediaType) String

type GetSmallAndLightEnrollmentBySellerSKUBadRequest

type GetSmallAndLightEnrollmentBySellerSKUBadRequest struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

GetSmallAndLightEnrollmentBySellerSKUBadRequest describes a response with status code 400, with default header values.

Request has missing or invalid parameters and cannot be parsed.

func NewGetSmallAndLightEnrollmentBySellerSKUBadRequest

func NewGetSmallAndLightEnrollmentBySellerSKUBadRequest() *GetSmallAndLightEnrollmentBySellerSKUBadRequest

NewGetSmallAndLightEnrollmentBySellerSKUBadRequest creates a GetSmallAndLightEnrollmentBySellerSKUBadRequest with default headers values

func (*GetSmallAndLightEnrollmentBySellerSKUBadRequest) Error

func (*GetSmallAndLightEnrollmentBySellerSKUBadRequest) GetPayload

func (*GetSmallAndLightEnrollmentBySellerSKUBadRequest) IsClientError

IsClientError returns true when this get small and light enrollment by seller s k u bad request response has a 4xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUBadRequest) IsCode

IsCode returns true when this get small and light enrollment by seller s k u bad request response a status code equal to that given

func (*GetSmallAndLightEnrollmentBySellerSKUBadRequest) IsRedirect

IsRedirect returns true when this get small and light enrollment by seller s k u bad request response has a 3xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUBadRequest) IsServerError

IsServerError returns true when this get small and light enrollment by seller s k u bad request response has a 5xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUBadRequest) IsSuccess

IsSuccess returns true when this get small and light enrollment by seller s k u bad request response has a 2xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUBadRequest) String

type GetSmallAndLightEnrollmentBySellerSKUForbidden

type GetSmallAndLightEnrollmentBySellerSKUForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

GetSmallAndLightEnrollmentBySellerSKUForbidden describes a response with status code 403, with default header values.

Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewGetSmallAndLightEnrollmentBySellerSKUForbidden

func NewGetSmallAndLightEnrollmentBySellerSKUForbidden() *GetSmallAndLightEnrollmentBySellerSKUForbidden

NewGetSmallAndLightEnrollmentBySellerSKUForbidden creates a GetSmallAndLightEnrollmentBySellerSKUForbidden with default headers values

func (*GetSmallAndLightEnrollmentBySellerSKUForbidden) Error

func (*GetSmallAndLightEnrollmentBySellerSKUForbidden) GetPayload

func (*GetSmallAndLightEnrollmentBySellerSKUForbidden) IsClientError

IsClientError returns true when this get small and light enrollment by seller s k u forbidden response has a 4xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUForbidden) IsCode

IsCode returns true when this get small and light enrollment by seller s k u forbidden response a status code equal to that given

func (*GetSmallAndLightEnrollmentBySellerSKUForbidden) IsRedirect

IsRedirect returns true when this get small and light enrollment by seller s k u forbidden response has a 3xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUForbidden) IsServerError

IsServerError returns true when this get small and light enrollment by seller s k u forbidden response has a 5xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUForbidden) IsSuccess

IsSuccess returns true when this get small and light enrollment by seller s k u forbidden response has a 2xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUForbidden) String

type GetSmallAndLightEnrollmentBySellerSKUInternalServerError

type GetSmallAndLightEnrollmentBySellerSKUInternalServerError struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

GetSmallAndLightEnrollmentBySellerSKUInternalServerError describes a response with status code 500, with default header values.

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewGetSmallAndLightEnrollmentBySellerSKUInternalServerError

func NewGetSmallAndLightEnrollmentBySellerSKUInternalServerError() *GetSmallAndLightEnrollmentBySellerSKUInternalServerError

NewGetSmallAndLightEnrollmentBySellerSKUInternalServerError creates a GetSmallAndLightEnrollmentBySellerSKUInternalServerError with default headers values

func (*GetSmallAndLightEnrollmentBySellerSKUInternalServerError) Error

func (*GetSmallAndLightEnrollmentBySellerSKUInternalServerError) GetPayload

func (*GetSmallAndLightEnrollmentBySellerSKUInternalServerError) IsClientError

IsClientError returns true when this get small and light enrollment by seller s k u internal server error response has a 4xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUInternalServerError) IsCode

IsCode returns true when this get small and light enrollment by seller s k u internal server error response a status code equal to that given

func (*GetSmallAndLightEnrollmentBySellerSKUInternalServerError) IsRedirect

IsRedirect returns true when this get small and light enrollment by seller s k u internal server error response has a 3xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUInternalServerError) IsServerError

IsServerError returns true when this get small and light enrollment by seller s k u internal server error response has a 5xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUInternalServerError) IsSuccess

IsSuccess returns true when this get small and light enrollment by seller s k u internal server error response has a 2xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUInternalServerError) String

type GetSmallAndLightEnrollmentBySellerSKUNotFound

type GetSmallAndLightEnrollmentBySellerSKUNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

GetSmallAndLightEnrollmentBySellerSKUNotFound describes a response with status code 404, with default header values.

The resource specified does not exist.

func NewGetSmallAndLightEnrollmentBySellerSKUNotFound

func NewGetSmallAndLightEnrollmentBySellerSKUNotFound() *GetSmallAndLightEnrollmentBySellerSKUNotFound

NewGetSmallAndLightEnrollmentBySellerSKUNotFound creates a GetSmallAndLightEnrollmentBySellerSKUNotFound with default headers values

func (*GetSmallAndLightEnrollmentBySellerSKUNotFound) Error

func (*GetSmallAndLightEnrollmentBySellerSKUNotFound) GetPayload

func (*GetSmallAndLightEnrollmentBySellerSKUNotFound) IsClientError

IsClientError returns true when this get small and light enrollment by seller s k u not found response has a 4xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUNotFound) IsCode

IsCode returns true when this get small and light enrollment by seller s k u not found response a status code equal to that given

func (*GetSmallAndLightEnrollmentBySellerSKUNotFound) IsRedirect

IsRedirect returns true when this get small and light enrollment by seller s k u not found response has a 3xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUNotFound) IsServerError

IsServerError returns true when this get small and light enrollment by seller s k u not found response has a 5xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUNotFound) IsSuccess

IsSuccess returns true when this get small and light enrollment by seller s k u not found response has a 2xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUNotFound) String

type GetSmallAndLightEnrollmentBySellerSKUOK

type GetSmallAndLightEnrollmentBySellerSKUOK struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.SmallAndLightEnrollment
}

GetSmallAndLightEnrollmentBySellerSKUOK describes a response with status code 200, with default header values.

Success.

func NewGetSmallAndLightEnrollmentBySellerSKUOK

func NewGetSmallAndLightEnrollmentBySellerSKUOK() *GetSmallAndLightEnrollmentBySellerSKUOK

NewGetSmallAndLightEnrollmentBySellerSKUOK creates a GetSmallAndLightEnrollmentBySellerSKUOK with default headers values

func (*GetSmallAndLightEnrollmentBySellerSKUOK) Error

func (*GetSmallAndLightEnrollmentBySellerSKUOK) GetPayload

func (*GetSmallAndLightEnrollmentBySellerSKUOK) IsClientError

func (o *GetSmallAndLightEnrollmentBySellerSKUOK) IsClientError() bool

IsClientError returns true when this get small and light enrollment by seller s k u o k response has a 4xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUOK) IsCode

IsCode returns true when this get small and light enrollment by seller s k u o k response a status code equal to that given

func (*GetSmallAndLightEnrollmentBySellerSKUOK) IsRedirect

IsRedirect returns true when this get small and light enrollment by seller s k u o k response has a 3xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUOK) IsServerError

func (o *GetSmallAndLightEnrollmentBySellerSKUOK) IsServerError() bool

IsServerError returns true when this get small and light enrollment by seller s k u o k response has a 5xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUOK) IsSuccess

IsSuccess returns true when this get small and light enrollment by seller s k u o k response has a 2xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUOK) String

type GetSmallAndLightEnrollmentBySellerSKUParams

type GetSmallAndLightEnrollmentBySellerSKUParams struct {

	/* MarketplaceIds.

	   The marketplace for which the enrollment status is retrieved. Note: Accepts a single marketplace only.
	*/
	MarketplaceIds []string

	/* SellerSKU.

	   The seller SKU that identifies the item.
	*/
	SellerSKU string

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

GetSmallAndLightEnrollmentBySellerSKUParams contains all the parameters to send to the API endpoint

for the get small and light enrollment by seller s k u operation.

Typically these are written to a http.Request.

func NewGetSmallAndLightEnrollmentBySellerSKUParams

func NewGetSmallAndLightEnrollmentBySellerSKUParams() *GetSmallAndLightEnrollmentBySellerSKUParams

NewGetSmallAndLightEnrollmentBySellerSKUParams creates a new GetSmallAndLightEnrollmentBySellerSKUParams 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 NewGetSmallAndLightEnrollmentBySellerSKUParamsWithContext

func NewGetSmallAndLightEnrollmentBySellerSKUParamsWithContext(ctx context.Context) *GetSmallAndLightEnrollmentBySellerSKUParams

NewGetSmallAndLightEnrollmentBySellerSKUParamsWithContext creates a new GetSmallAndLightEnrollmentBySellerSKUParams object with the ability to set a context for a request.

func NewGetSmallAndLightEnrollmentBySellerSKUParamsWithHTTPClient

func NewGetSmallAndLightEnrollmentBySellerSKUParamsWithHTTPClient(client *http.Client) *GetSmallAndLightEnrollmentBySellerSKUParams

NewGetSmallAndLightEnrollmentBySellerSKUParamsWithHTTPClient creates a new GetSmallAndLightEnrollmentBySellerSKUParams object with the ability to set a custom HTTPClient for a request.

func NewGetSmallAndLightEnrollmentBySellerSKUParamsWithTimeout

func NewGetSmallAndLightEnrollmentBySellerSKUParamsWithTimeout(timeout time.Duration) *GetSmallAndLightEnrollmentBySellerSKUParams

NewGetSmallAndLightEnrollmentBySellerSKUParamsWithTimeout creates a new GetSmallAndLightEnrollmentBySellerSKUParams object with the ability to set a timeout on a request.

func (*GetSmallAndLightEnrollmentBySellerSKUParams) SetContext

SetContext adds the context to the get small and light enrollment by seller s k u params

func (*GetSmallAndLightEnrollmentBySellerSKUParams) SetDefaults

SetDefaults hydrates default values in the get small and light enrollment by seller s k u params (not the query body).

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

func (*GetSmallAndLightEnrollmentBySellerSKUParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get small and light enrollment by seller s k u params

func (*GetSmallAndLightEnrollmentBySellerSKUParams) SetMarketplaceIds

func (o *GetSmallAndLightEnrollmentBySellerSKUParams) SetMarketplaceIds(marketplaceIds []string)

SetMarketplaceIds adds the marketplaceIds to the get small and light enrollment by seller s k u params

func (*GetSmallAndLightEnrollmentBySellerSKUParams) SetSellerSKU

func (o *GetSmallAndLightEnrollmentBySellerSKUParams) SetSellerSKU(sellerSKU string)

SetSellerSKU adds the sellerSKU to the get small and light enrollment by seller s k u params

func (*GetSmallAndLightEnrollmentBySellerSKUParams) SetTimeout

SetTimeout adds the timeout to the get small and light enrollment by seller s k u params

func (*GetSmallAndLightEnrollmentBySellerSKUParams) WithContext

WithContext adds the context to the get small and light enrollment by seller s k u params

func (*GetSmallAndLightEnrollmentBySellerSKUParams) WithDefaults

WithDefaults hydrates default values in the get small and light enrollment by seller s k u params (not the query body).

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

func (*GetSmallAndLightEnrollmentBySellerSKUParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get small and light enrollment by seller s k u params

func (*GetSmallAndLightEnrollmentBySellerSKUParams) WithMarketplaceIds

WithMarketplaceIds adds the marketplaceIds to the get small and light enrollment by seller s k u params

func (*GetSmallAndLightEnrollmentBySellerSKUParams) WithSellerSKU

WithSellerSKU adds the sellerSKU to the get small and light enrollment by seller s k u params

func (*GetSmallAndLightEnrollmentBySellerSKUParams) WithTimeout

WithTimeout adds the timeout to the get small and light enrollment by seller s k u params

func (*GetSmallAndLightEnrollmentBySellerSKUParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSmallAndLightEnrollmentBySellerSKUReader

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

GetSmallAndLightEnrollmentBySellerSKUReader is a Reader for the GetSmallAndLightEnrollmentBySellerSKU structure.

func (*GetSmallAndLightEnrollmentBySellerSKUReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge

type GetSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

GetSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge describes a response with status code 413, with default header values.

The request size exceeded the maximum accepted size.

func NewGetSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge

func NewGetSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge() *GetSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge

NewGetSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge creates a GetSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge with default headers values

func (*GetSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge) Error

func (*GetSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge) GetPayload

func (*GetSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge) IsClientError

IsClientError returns true when this get small and light enrollment by seller s k u request entity too large response has a 4xx status code

func (*GetSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge) IsCode

IsCode returns true when this get small and light enrollment by seller s k u request entity too large response a status code equal to that given

func (*GetSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get small and light enrollment by seller s k u request entity too large response has a 3xx status code

func (*GetSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge) IsServerError

IsServerError returns true when this get small and light enrollment by seller s k u request entity too large response has a 5xx status code

func (*GetSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get small and light enrollment by seller s k u request entity too large response has a 2xx status code

func (*GetSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge) String

type GetSmallAndLightEnrollmentBySellerSKUServiceUnavailable

type GetSmallAndLightEnrollmentBySellerSKUServiceUnavailable struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

GetSmallAndLightEnrollmentBySellerSKUServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewGetSmallAndLightEnrollmentBySellerSKUServiceUnavailable

func NewGetSmallAndLightEnrollmentBySellerSKUServiceUnavailable() *GetSmallAndLightEnrollmentBySellerSKUServiceUnavailable

NewGetSmallAndLightEnrollmentBySellerSKUServiceUnavailable creates a GetSmallAndLightEnrollmentBySellerSKUServiceUnavailable with default headers values

func (*GetSmallAndLightEnrollmentBySellerSKUServiceUnavailable) Error

func (*GetSmallAndLightEnrollmentBySellerSKUServiceUnavailable) GetPayload

func (*GetSmallAndLightEnrollmentBySellerSKUServiceUnavailable) IsClientError

IsClientError returns true when this get small and light enrollment by seller s k u service unavailable response has a 4xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUServiceUnavailable) IsCode

IsCode returns true when this get small and light enrollment by seller s k u service unavailable response a status code equal to that given

func (*GetSmallAndLightEnrollmentBySellerSKUServiceUnavailable) IsRedirect

IsRedirect returns true when this get small and light enrollment by seller s k u service unavailable response has a 3xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUServiceUnavailable) IsServerError

IsServerError returns true when this get small and light enrollment by seller s k u service unavailable response has a 5xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUServiceUnavailable) IsSuccess

IsSuccess returns true when this get small and light enrollment by seller s k u service unavailable response has a 2xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUServiceUnavailable) String

type GetSmallAndLightEnrollmentBySellerSKUTooManyRequests

type GetSmallAndLightEnrollmentBySellerSKUTooManyRequests struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

GetSmallAndLightEnrollmentBySellerSKUTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewGetSmallAndLightEnrollmentBySellerSKUTooManyRequests

func NewGetSmallAndLightEnrollmentBySellerSKUTooManyRequests() *GetSmallAndLightEnrollmentBySellerSKUTooManyRequests

NewGetSmallAndLightEnrollmentBySellerSKUTooManyRequests creates a GetSmallAndLightEnrollmentBySellerSKUTooManyRequests with default headers values

func (*GetSmallAndLightEnrollmentBySellerSKUTooManyRequests) Error

func (*GetSmallAndLightEnrollmentBySellerSKUTooManyRequests) GetPayload

func (*GetSmallAndLightEnrollmentBySellerSKUTooManyRequests) IsClientError

IsClientError returns true when this get small and light enrollment by seller s k u too many requests response has a 4xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUTooManyRequests) IsCode

IsCode returns true when this get small and light enrollment by seller s k u too many requests response a status code equal to that given

func (*GetSmallAndLightEnrollmentBySellerSKUTooManyRequests) IsRedirect

IsRedirect returns true when this get small and light enrollment by seller s k u too many requests response has a 3xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUTooManyRequests) IsServerError

IsServerError returns true when this get small and light enrollment by seller s k u too many requests response has a 5xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUTooManyRequests) IsSuccess

IsSuccess returns true when this get small and light enrollment by seller s k u too many requests response has a 2xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUTooManyRequests) String

type GetSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType

type GetSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

GetSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType describes a response with status code 415, with default header values.

The request payload is in an unsupported format.

func NewGetSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType

func NewGetSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType() *GetSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType

NewGetSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType creates a GetSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType with default headers values

func (*GetSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType) Error

func (*GetSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType) GetPayload

func (*GetSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType) IsClientError

IsClientError returns true when this get small and light enrollment by seller s k u unsupported media type response has a 4xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType) IsCode

IsCode returns true when this get small and light enrollment by seller s k u unsupported media type response a status code equal to that given

func (*GetSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get small and light enrollment by seller s k u unsupported media type response has a 3xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType) IsServerError

IsServerError returns true when this get small and light enrollment by seller s k u unsupported media type response has a 5xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get small and light enrollment by seller s k u unsupported media type response has a 2xx status code

func (*GetSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType) String

type GetSmallAndLightFeePreviewBadRequest

type GetSmallAndLightFeePreviewBadRequest struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

GetSmallAndLightFeePreviewBadRequest describes a response with status code 400, with default header values.

Request has missing or invalid parameters and cannot be parsed.

func NewGetSmallAndLightFeePreviewBadRequest

func NewGetSmallAndLightFeePreviewBadRequest() *GetSmallAndLightFeePreviewBadRequest

NewGetSmallAndLightFeePreviewBadRequest creates a GetSmallAndLightFeePreviewBadRequest with default headers values

func (*GetSmallAndLightFeePreviewBadRequest) Error

func (*GetSmallAndLightFeePreviewBadRequest) GetPayload

func (*GetSmallAndLightFeePreviewBadRequest) IsClientError

func (o *GetSmallAndLightFeePreviewBadRequest) IsClientError() bool

IsClientError returns true when this get small and light fee preview bad request response has a 4xx status code

func (*GetSmallAndLightFeePreviewBadRequest) IsCode

IsCode returns true when this get small and light fee preview bad request response a status code equal to that given

func (*GetSmallAndLightFeePreviewBadRequest) IsRedirect

IsRedirect returns true when this get small and light fee preview bad request response has a 3xx status code

func (*GetSmallAndLightFeePreviewBadRequest) IsServerError

func (o *GetSmallAndLightFeePreviewBadRequest) IsServerError() bool

IsServerError returns true when this get small and light fee preview bad request response has a 5xx status code

func (*GetSmallAndLightFeePreviewBadRequest) IsSuccess

IsSuccess returns true when this get small and light fee preview bad request response has a 2xx status code

func (*GetSmallAndLightFeePreviewBadRequest) String

type GetSmallAndLightFeePreviewForbidden

type GetSmallAndLightFeePreviewForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

GetSmallAndLightFeePreviewForbidden describes a response with status code 403, with default header values.

Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewGetSmallAndLightFeePreviewForbidden

func NewGetSmallAndLightFeePreviewForbidden() *GetSmallAndLightFeePreviewForbidden

NewGetSmallAndLightFeePreviewForbidden creates a GetSmallAndLightFeePreviewForbidden with default headers values

func (*GetSmallAndLightFeePreviewForbidden) Error

func (*GetSmallAndLightFeePreviewForbidden) GetPayload

func (*GetSmallAndLightFeePreviewForbidden) IsClientError

func (o *GetSmallAndLightFeePreviewForbidden) IsClientError() bool

IsClientError returns true when this get small and light fee preview forbidden response has a 4xx status code

func (*GetSmallAndLightFeePreviewForbidden) IsCode

IsCode returns true when this get small and light fee preview forbidden response a status code equal to that given

func (*GetSmallAndLightFeePreviewForbidden) IsRedirect

func (o *GetSmallAndLightFeePreviewForbidden) IsRedirect() bool

IsRedirect returns true when this get small and light fee preview forbidden response has a 3xx status code

func (*GetSmallAndLightFeePreviewForbidden) IsServerError

func (o *GetSmallAndLightFeePreviewForbidden) IsServerError() bool

IsServerError returns true when this get small and light fee preview forbidden response has a 5xx status code

func (*GetSmallAndLightFeePreviewForbidden) IsSuccess

IsSuccess returns true when this get small and light fee preview forbidden response has a 2xx status code

func (*GetSmallAndLightFeePreviewForbidden) String

type GetSmallAndLightFeePreviewInternalServerError

type GetSmallAndLightFeePreviewInternalServerError struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

GetSmallAndLightFeePreviewInternalServerError describes a response with status code 500, with default header values.

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewGetSmallAndLightFeePreviewInternalServerError

func NewGetSmallAndLightFeePreviewInternalServerError() *GetSmallAndLightFeePreviewInternalServerError

NewGetSmallAndLightFeePreviewInternalServerError creates a GetSmallAndLightFeePreviewInternalServerError with default headers values

func (*GetSmallAndLightFeePreviewInternalServerError) Error

func (*GetSmallAndLightFeePreviewInternalServerError) GetPayload

func (*GetSmallAndLightFeePreviewInternalServerError) IsClientError

IsClientError returns true when this get small and light fee preview internal server error response has a 4xx status code

func (*GetSmallAndLightFeePreviewInternalServerError) IsCode

IsCode returns true when this get small and light fee preview internal server error response a status code equal to that given

func (*GetSmallAndLightFeePreviewInternalServerError) IsRedirect

IsRedirect returns true when this get small and light fee preview internal server error response has a 3xx status code

func (*GetSmallAndLightFeePreviewInternalServerError) IsServerError

IsServerError returns true when this get small and light fee preview internal server error response has a 5xx status code

func (*GetSmallAndLightFeePreviewInternalServerError) IsSuccess

IsSuccess returns true when this get small and light fee preview internal server error response has a 2xx status code

func (*GetSmallAndLightFeePreviewInternalServerError) String

type GetSmallAndLightFeePreviewNotFound

type GetSmallAndLightFeePreviewNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

GetSmallAndLightFeePreviewNotFound describes a response with status code 404, with default header values.

The resource specified does not exist.

func NewGetSmallAndLightFeePreviewNotFound

func NewGetSmallAndLightFeePreviewNotFound() *GetSmallAndLightFeePreviewNotFound

NewGetSmallAndLightFeePreviewNotFound creates a GetSmallAndLightFeePreviewNotFound with default headers values

func (*GetSmallAndLightFeePreviewNotFound) Error

func (*GetSmallAndLightFeePreviewNotFound) GetPayload

func (*GetSmallAndLightFeePreviewNotFound) IsClientError

func (o *GetSmallAndLightFeePreviewNotFound) IsClientError() bool

IsClientError returns true when this get small and light fee preview not found response has a 4xx status code

func (*GetSmallAndLightFeePreviewNotFound) IsCode

IsCode returns true when this get small and light fee preview not found response a status code equal to that given

func (*GetSmallAndLightFeePreviewNotFound) IsRedirect

func (o *GetSmallAndLightFeePreviewNotFound) IsRedirect() bool

IsRedirect returns true when this get small and light fee preview not found response has a 3xx status code

func (*GetSmallAndLightFeePreviewNotFound) IsServerError

func (o *GetSmallAndLightFeePreviewNotFound) IsServerError() bool

IsServerError returns true when this get small and light fee preview not found response has a 5xx status code

func (*GetSmallAndLightFeePreviewNotFound) IsSuccess

IsSuccess returns true when this get small and light fee preview not found response has a 2xx status code

func (*GetSmallAndLightFeePreviewNotFound) String

type GetSmallAndLightFeePreviewOK

type GetSmallAndLightFeePreviewOK struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.SmallAndLightFeePreviews
}

GetSmallAndLightFeePreviewOK describes a response with status code 200, with default header values.

Success.

func NewGetSmallAndLightFeePreviewOK

func NewGetSmallAndLightFeePreviewOK() *GetSmallAndLightFeePreviewOK

NewGetSmallAndLightFeePreviewOK creates a GetSmallAndLightFeePreviewOK with default headers values

func (*GetSmallAndLightFeePreviewOK) Error

func (*GetSmallAndLightFeePreviewOK) GetPayload

func (*GetSmallAndLightFeePreviewOK) IsClientError

func (o *GetSmallAndLightFeePreviewOK) IsClientError() bool

IsClientError returns true when this get small and light fee preview o k response has a 4xx status code

func (*GetSmallAndLightFeePreviewOK) IsCode

func (o *GetSmallAndLightFeePreviewOK) IsCode(code int) bool

IsCode returns true when this get small and light fee preview o k response a status code equal to that given

func (*GetSmallAndLightFeePreviewOK) IsRedirect

func (o *GetSmallAndLightFeePreviewOK) IsRedirect() bool

IsRedirect returns true when this get small and light fee preview o k response has a 3xx status code

func (*GetSmallAndLightFeePreviewOK) IsServerError

func (o *GetSmallAndLightFeePreviewOK) IsServerError() bool

IsServerError returns true when this get small and light fee preview o k response has a 5xx status code

func (*GetSmallAndLightFeePreviewOK) IsSuccess

func (o *GetSmallAndLightFeePreviewOK) IsSuccess() bool

IsSuccess returns true when this get small and light fee preview o k response has a 2xx status code

func (*GetSmallAndLightFeePreviewOK) String

type GetSmallAndLightFeePreviewParams

type GetSmallAndLightFeePreviewParams struct {

	// Body.
	Body *fba_smalland_light_models.SmallAndLightFeePreviewRequest

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

GetSmallAndLightFeePreviewParams contains all the parameters to send to the API endpoint

for the get small and light fee preview operation.

Typically these are written to a http.Request.

func NewGetSmallAndLightFeePreviewParams

func NewGetSmallAndLightFeePreviewParams() *GetSmallAndLightFeePreviewParams

NewGetSmallAndLightFeePreviewParams creates a new GetSmallAndLightFeePreviewParams 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 NewGetSmallAndLightFeePreviewParamsWithContext

func NewGetSmallAndLightFeePreviewParamsWithContext(ctx context.Context) *GetSmallAndLightFeePreviewParams

NewGetSmallAndLightFeePreviewParamsWithContext creates a new GetSmallAndLightFeePreviewParams object with the ability to set a context for a request.

func NewGetSmallAndLightFeePreviewParamsWithHTTPClient

func NewGetSmallAndLightFeePreviewParamsWithHTTPClient(client *http.Client) *GetSmallAndLightFeePreviewParams

NewGetSmallAndLightFeePreviewParamsWithHTTPClient creates a new GetSmallAndLightFeePreviewParams object with the ability to set a custom HTTPClient for a request.

func NewGetSmallAndLightFeePreviewParamsWithTimeout

func NewGetSmallAndLightFeePreviewParamsWithTimeout(timeout time.Duration) *GetSmallAndLightFeePreviewParams

NewGetSmallAndLightFeePreviewParamsWithTimeout creates a new GetSmallAndLightFeePreviewParams object with the ability to set a timeout on a request.

func (*GetSmallAndLightFeePreviewParams) SetBody

SetBody adds the body to the get small and light fee preview params

func (*GetSmallAndLightFeePreviewParams) SetContext

SetContext adds the context to the get small and light fee preview params

func (*GetSmallAndLightFeePreviewParams) SetDefaults

func (o *GetSmallAndLightFeePreviewParams) SetDefaults()

SetDefaults hydrates default values in the get small and light fee preview params (not the query body).

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

func (*GetSmallAndLightFeePreviewParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get small and light fee preview params

func (*GetSmallAndLightFeePreviewParams) SetTimeout

func (o *GetSmallAndLightFeePreviewParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get small and light fee preview params

func (*GetSmallAndLightFeePreviewParams) WithBody

WithBody adds the body to the get small and light fee preview params

func (*GetSmallAndLightFeePreviewParams) WithContext

WithContext adds the context to the get small and light fee preview params

func (*GetSmallAndLightFeePreviewParams) WithDefaults

WithDefaults hydrates default values in the get small and light fee preview params (not the query body).

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

func (*GetSmallAndLightFeePreviewParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get small and light fee preview params

func (*GetSmallAndLightFeePreviewParams) WithTimeout

WithTimeout adds the timeout to the get small and light fee preview params

func (*GetSmallAndLightFeePreviewParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSmallAndLightFeePreviewReader

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

GetSmallAndLightFeePreviewReader is a Reader for the GetSmallAndLightFeePreview structure.

func (*GetSmallAndLightFeePreviewReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSmallAndLightFeePreviewServiceUnavailable

type GetSmallAndLightFeePreviewServiceUnavailable struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

GetSmallAndLightFeePreviewServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewGetSmallAndLightFeePreviewServiceUnavailable

func NewGetSmallAndLightFeePreviewServiceUnavailable() *GetSmallAndLightFeePreviewServiceUnavailable

NewGetSmallAndLightFeePreviewServiceUnavailable creates a GetSmallAndLightFeePreviewServiceUnavailable with default headers values

func (*GetSmallAndLightFeePreviewServiceUnavailable) Error

func (*GetSmallAndLightFeePreviewServiceUnavailable) GetPayload

func (*GetSmallAndLightFeePreviewServiceUnavailable) IsClientError

IsClientError returns true when this get small and light fee preview service unavailable response has a 4xx status code

func (*GetSmallAndLightFeePreviewServiceUnavailable) IsCode

IsCode returns true when this get small and light fee preview service unavailable response a status code equal to that given

func (*GetSmallAndLightFeePreviewServiceUnavailable) IsRedirect

IsRedirect returns true when this get small and light fee preview service unavailable response has a 3xx status code

func (*GetSmallAndLightFeePreviewServiceUnavailable) IsServerError

IsServerError returns true when this get small and light fee preview service unavailable response has a 5xx status code

func (*GetSmallAndLightFeePreviewServiceUnavailable) IsSuccess

IsSuccess returns true when this get small and light fee preview service unavailable response has a 2xx status code

func (*GetSmallAndLightFeePreviewServiceUnavailable) String

type GetSmallAndLightFeePreviewTooManyRequests

type GetSmallAndLightFeePreviewTooManyRequests struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

GetSmallAndLightFeePreviewTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewGetSmallAndLightFeePreviewTooManyRequests

func NewGetSmallAndLightFeePreviewTooManyRequests() *GetSmallAndLightFeePreviewTooManyRequests

NewGetSmallAndLightFeePreviewTooManyRequests creates a GetSmallAndLightFeePreviewTooManyRequests with default headers values

func (*GetSmallAndLightFeePreviewTooManyRequests) Error

func (*GetSmallAndLightFeePreviewTooManyRequests) GetPayload

func (*GetSmallAndLightFeePreviewTooManyRequests) IsClientError

IsClientError returns true when this get small and light fee preview too many requests response has a 4xx status code

func (*GetSmallAndLightFeePreviewTooManyRequests) IsCode

IsCode returns true when this get small and light fee preview too many requests response a status code equal to that given

func (*GetSmallAndLightFeePreviewTooManyRequests) IsRedirect

IsRedirect returns true when this get small and light fee preview too many requests response has a 3xx status code

func (*GetSmallAndLightFeePreviewTooManyRequests) IsServerError

IsServerError returns true when this get small and light fee preview too many requests response has a 5xx status code

func (*GetSmallAndLightFeePreviewTooManyRequests) IsSuccess

IsSuccess returns true when this get small and light fee preview too many requests response has a 2xx status code

func (*GetSmallAndLightFeePreviewTooManyRequests) String

type GetSmallAndLightFeePreviewUnauthorized

type GetSmallAndLightFeePreviewUnauthorized struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

GetSmallAndLightFeePreviewUnauthorized describes a response with status code 401, with default header values.

The request's Authorization header is not formatted correctly or does not contain a valid token.

func NewGetSmallAndLightFeePreviewUnauthorized

func NewGetSmallAndLightFeePreviewUnauthorized() *GetSmallAndLightFeePreviewUnauthorized

NewGetSmallAndLightFeePreviewUnauthorized creates a GetSmallAndLightFeePreviewUnauthorized with default headers values

func (*GetSmallAndLightFeePreviewUnauthorized) Error

func (*GetSmallAndLightFeePreviewUnauthorized) GetPayload

func (*GetSmallAndLightFeePreviewUnauthorized) IsClientError

func (o *GetSmallAndLightFeePreviewUnauthorized) IsClientError() bool

IsClientError returns true when this get small and light fee preview unauthorized response has a 4xx status code

func (*GetSmallAndLightFeePreviewUnauthorized) IsCode

IsCode returns true when this get small and light fee preview unauthorized response a status code equal to that given

func (*GetSmallAndLightFeePreviewUnauthorized) IsRedirect

IsRedirect returns true when this get small and light fee preview unauthorized response has a 3xx status code

func (*GetSmallAndLightFeePreviewUnauthorized) IsServerError

func (o *GetSmallAndLightFeePreviewUnauthorized) IsServerError() bool

IsServerError returns true when this get small and light fee preview unauthorized response has a 5xx status code

func (*GetSmallAndLightFeePreviewUnauthorized) IsSuccess

IsSuccess returns true when this get small and light fee preview unauthorized response has a 2xx status code

func (*GetSmallAndLightFeePreviewUnauthorized) String

type PutSmallAndLightEnrollmentBySellerSKUBadRequest

type PutSmallAndLightEnrollmentBySellerSKUBadRequest struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

PutSmallAndLightEnrollmentBySellerSKUBadRequest describes a response with status code 400, with default header values.

Request has missing or invalid parameters and cannot be parsed.

func NewPutSmallAndLightEnrollmentBySellerSKUBadRequest

func NewPutSmallAndLightEnrollmentBySellerSKUBadRequest() *PutSmallAndLightEnrollmentBySellerSKUBadRequest

NewPutSmallAndLightEnrollmentBySellerSKUBadRequest creates a PutSmallAndLightEnrollmentBySellerSKUBadRequest with default headers values

func (*PutSmallAndLightEnrollmentBySellerSKUBadRequest) Error

func (*PutSmallAndLightEnrollmentBySellerSKUBadRequest) GetPayload

func (*PutSmallAndLightEnrollmentBySellerSKUBadRequest) IsClientError

IsClientError returns true when this put small and light enrollment by seller s k u bad request response has a 4xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUBadRequest) IsCode

IsCode returns true when this put small and light enrollment by seller s k u bad request response a status code equal to that given

func (*PutSmallAndLightEnrollmentBySellerSKUBadRequest) IsRedirect

IsRedirect returns true when this put small and light enrollment by seller s k u bad request response has a 3xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUBadRequest) IsServerError

IsServerError returns true when this put small and light enrollment by seller s k u bad request response has a 5xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUBadRequest) IsSuccess

IsSuccess returns true when this put small and light enrollment by seller s k u bad request response has a 2xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUBadRequest) String

type PutSmallAndLightEnrollmentBySellerSKUForbidden

type PutSmallAndLightEnrollmentBySellerSKUForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

PutSmallAndLightEnrollmentBySellerSKUForbidden describes a response with status code 403, with default header values.

Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewPutSmallAndLightEnrollmentBySellerSKUForbidden

func NewPutSmallAndLightEnrollmentBySellerSKUForbidden() *PutSmallAndLightEnrollmentBySellerSKUForbidden

NewPutSmallAndLightEnrollmentBySellerSKUForbidden creates a PutSmallAndLightEnrollmentBySellerSKUForbidden with default headers values

func (*PutSmallAndLightEnrollmentBySellerSKUForbidden) Error

func (*PutSmallAndLightEnrollmentBySellerSKUForbidden) GetPayload

func (*PutSmallAndLightEnrollmentBySellerSKUForbidden) IsClientError

IsClientError returns true when this put small and light enrollment by seller s k u forbidden response has a 4xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUForbidden) IsCode

IsCode returns true when this put small and light enrollment by seller s k u forbidden response a status code equal to that given

func (*PutSmallAndLightEnrollmentBySellerSKUForbidden) IsRedirect

IsRedirect returns true when this put small and light enrollment by seller s k u forbidden response has a 3xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUForbidden) IsServerError

IsServerError returns true when this put small and light enrollment by seller s k u forbidden response has a 5xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUForbidden) IsSuccess

IsSuccess returns true when this put small and light enrollment by seller s k u forbidden response has a 2xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUForbidden) String

type PutSmallAndLightEnrollmentBySellerSKUInternalServerError

type PutSmallAndLightEnrollmentBySellerSKUInternalServerError struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

PutSmallAndLightEnrollmentBySellerSKUInternalServerError describes a response with status code 500, with default header values.

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewPutSmallAndLightEnrollmentBySellerSKUInternalServerError

func NewPutSmallAndLightEnrollmentBySellerSKUInternalServerError() *PutSmallAndLightEnrollmentBySellerSKUInternalServerError

NewPutSmallAndLightEnrollmentBySellerSKUInternalServerError creates a PutSmallAndLightEnrollmentBySellerSKUInternalServerError with default headers values

func (*PutSmallAndLightEnrollmentBySellerSKUInternalServerError) Error

func (*PutSmallAndLightEnrollmentBySellerSKUInternalServerError) GetPayload

func (*PutSmallAndLightEnrollmentBySellerSKUInternalServerError) IsClientError

IsClientError returns true when this put small and light enrollment by seller s k u internal server error response has a 4xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUInternalServerError) IsCode

IsCode returns true when this put small and light enrollment by seller s k u internal server error response a status code equal to that given

func (*PutSmallAndLightEnrollmentBySellerSKUInternalServerError) IsRedirect

IsRedirect returns true when this put small and light enrollment by seller s k u internal server error response has a 3xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUInternalServerError) IsServerError

IsServerError returns true when this put small and light enrollment by seller s k u internal server error response has a 5xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUInternalServerError) IsSuccess

IsSuccess returns true when this put small and light enrollment by seller s k u internal server error response has a 2xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUInternalServerError) String

type PutSmallAndLightEnrollmentBySellerSKUNotFound

type PutSmallAndLightEnrollmentBySellerSKUNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

PutSmallAndLightEnrollmentBySellerSKUNotFound describes a response with status code 404, with default header values.

The resource specified does not exist.

func NewPutSmallAndLightEnrollmentBySellerSKUNotFound

func NewPutSmallAndLightEnrollmentBySellerSKUNotFound() *PutSmallAndLightEnrollmentBySellerSKUNotFound

NewPutSmallAndLightEnrollmentBySellerSKUNotFound creates a PutSmallAndLightEnrollmentBySellerSKUNotFound with default headers values

func (*PutSmallAndLightEnrollmentBySellerSKUNotFound) Error

func (*PutSmallAndLightEnrollmentBySellerSKUNotFound) GetPayload

func (*PutSmallAndLightEnrollmentBySellerSKUNotFound) IsClientError

IsClientError returns true when this put small and light enrollment by seller s k u not found response has a 4xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUNotFound) IsCode

IsCode returns true when this put small and light enrollment by seller s k u not found response a status code equal to that given

func (*PutSmallAndLightEnrollmentBySellerSKUNotFound) IsRedirect

IsRedirect returns true when this put small and light enrollment by seller s k u not found response has a 3xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUNotFound) IsServerError

IsServerError returns true when this put small and light enrollment by seller s k u not found response has a 5xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUNotFound) IsSuccess

IsSuccess returns true when this put small and light enrollment by seller s k u not found response has a 2xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUNotFound) String

type PutSmallAndLightEnrollmentBySellerSKUOK

type PutSmallAndLightEnrollmentBySellerSKUOK struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.SmallAndLightEnrollment
}

PutSmallAndLightEnrollmentBySellerSKUOK describes a response with status code 200, with default header values.

Success.

func NewPutSmallAndLightEnrollmentBySellerSKUOK

func NewPutSmallAndLightEnrollmentBySellerSKUOK() *PutSmallAndLightEnrollmentBySellerSKUOK

NewPutSmallAndLightEnrollmentBySellerSKUOK creates a PutSmallAndLightEnrollmentBySellerSKUOK with default headers values

func (*PutSmallAndLightEnrollmentBySellerSKUOK) Error

func (*PutSmallAndLightEnrollmentBySellerSKUOK) GetPayload

func (*PutSmallAndLightEnrollmentBySellerSKUOK) IsClientError

func (o *PutSmallAndLightEnrollmentBySellerSKUOK) IsClientError() bool

IsClientError returns true when this put small and light enrollment by seller s k u o k response has a 4xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUOK) IsCode

IsCode returns true when this put small and light enrollment by seller s k u o k response a status code equal to that given

func (*PutSmallAndLightEnrollmentBySellerSKUOK) IsRedirect

IsRedirect returns true when this put small and light enrollment by seller s k u o k response has a 3xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUOK) IsServerError

func (o *PutSmallAndLightEnrollmentBySellerSKUOK) IsServerError() bool

IsServerError returns true when this put small and light enrollment by seller s k u o k response has a 5xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUOK) IsSuccess

IsSuccess returns true when this put small and light enrollment by seller s k u o k response has a 2xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUOK) String

type PutSmallAndLightEnrollmentBySellerSKUParams

type PutSmallAndLightEnrollmentBySellerSKUParams struct {

	/* MarketplaceIds.

	   The marketplace in which to enroll the item. Note: Accepts a single marketplace only.
	*/
	MarketplaceIds []string

	/* SellerSKU.

	   The seller SKU that identifies the item.
	*/
	SellerSKU string

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

PutSmallAndLightEnrollmentBySellerSKUParams contains all the parameters to send to the API endpoint

for the put small and light enrollment by seller s k u operation.

Typically these are written to a http.Request.

func NewPutSmallAndLightEnrollmentBySellerSKUParams

func NewPutSmallAndLightEnrollmentBySellerSKUParams() *PutSmallAndLightEnrollmentBySellerSKUParams

NewPutSmallAndLightEnrollmentBySellerSKUParams creates a new PutSmallAndLightEnrollmentBySellerSKUParams 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 NewPutSmallAndLightEnrollmentBySellerSKUParamsWithContext

func NewPutSmallAndLightEnrollmentBySellerSKUParamsWithContext(ctx context.Context) *PutSmallAndLightEnrollmentBySellerSKUParams

NewPutSmallAndLightEnrollmentBySellerSKUParamsWithContext creates a new PutSmallAndLightEnrollmentBySellerSKUParams object with the ability to set a context for a request.

func NewPutSmallAndLightEnrollmentBySellerSKUParamsWithHTTPClient

func NewPutSmallAndLightEnrollmentBySellerSKUParamsWithHTTPClient(client *http.Client) *PutSmallAndLightEnrollmentBySellerSKUParams

NewPutSmallAndLightEnrollmentBySellerSKUParamsWithHTTPClient creates a new PutSmallAndLightEnrollmentBySellerSKUParams object with the ability to set a custom HTTPClient for a request.

func NewPutSmallAndLightEnrollmentBySellerSKUParamsWithTimeout

func NewPutSmallAndLightEnrollmentBySellerSKUParamsWithTimeout(timeout time.Duration) *PutSmallAndLightEnrollmentBySellerSKUParams

NewPutSmallAndLightEnrollmentBySellerSKUParamsWithTimeout creates a new PutSmallAndLightEnrollmentBySellerSKUParams object with the ability to set a timeout on a request.

func (*PutSmallAndLightEnrollmentBySellerSKUParams) SetContext

SetContext adds the context to the put small and light enrollment by seller s k u params

func (*PutSmallAndLightEnrollmentBySellerSKUParams) SetDefaults

SetDefaults hydrates default values in the put small and light enrollment by seller s k u params (not the query body).

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

func (*PutSmallAndLightEnrollmentBySellerSKUParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put small and light enrollment by seller s k u params

func (*PutSmallAndLightEnrollmentBySellerSKUParams) SetMarketplaceIds

func (o *PutSmallAndLightEnrollmentBySellerSKUParams) SetMarketplaceIds(marketplaceIds []string)

SetMarketplaceIds adds the marketplaceIds to the put small and light enrollment by seller s k u params

func (*PutSmallAndLightEnrollmentBySellerSKUParams) SetSellerSKU

func (o *PutSmallAndLightEnrollmentBySellerSKUParams) SetSellerSKU(sellerSKU string)

SetSellerSKU adds the sellerSKU to the put small and light enrollment by seller s k u params

func (*PutSmallAndLightEnrollmentBySellerSKUParams) SetTimeout

SetTimeout adds the timeout to the put small and light enrollment by seller s k u params

func (*PutSmallAndLightEnrollmentBySellerSKUParams) WithContext

WithContext adds the context to the put small and light enrollment by seller s k u params

func (*PutSmallAndLightEnrollmentBySellerSKUParams) WithDefaults

WithDefaults hydrates default values in the put small and light enrollment by seller s k u params (not the query body).

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

func (*PutSmallAndLightEnrollmentBySellerSKUParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put small and light enrollment by seller s k u params

func (*PutSmallAndLightEnrollmentBySellerSKUParams) WithMarketplaceIds

WithMarketplaceIds adds the marketplaceIds to the put small and light enrollment by seller s k u params

func (*PutSmallAndLightEnrollmentBySellerSKUParams) WithSellerSKU

WithSellerSKU adds the sellerSKU to the put small and light enrollment by seller s k u params

func (*PutSmallAndLightEnrollmentBySellerSKUParams) WithTimeout

WithTimeout adds the timeout to the put small and light enrollment by seller s k u params

func (*PutSmallAndLightEnrollmentBySellerSKUParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutSmallAndLightEnrollmentBySellerSKUReader

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

PutSmallAndLightEnrollmentBySellerSKUReader is a Reader for the PutSmallAndLightEnrollmentBySellerSKU structure.

func (*PutSmallAndLightEnrollmentBySellerSKUReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge

type PutSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

PutSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge describes a response with status code 413, with default header values.

The request size exceeded the maximum accepted size.

func NewPutSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge

func NewPutSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge() *PutSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge

NewPutSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge creates a PutSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge with default headers values

func (*PutSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge) Error

func (*PutSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge) GetPayload

func (*PutSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge) IsClientError

IsClientError returns true when this put small and light enrollment by seller s k u request entity too large response has a 4xx status code

func (*PutSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge) IsCode

IsCode returns true when this put small and light enrollment by seller s k u request entity too large response a status code equal to that given

func (*PutSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put small and light enrollment by seller s k u request entity too large response has a 3xx status code

func (*PutSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge) IsServerError

IsServerError returns true when this put small and light enrollment by seller s k u request entity too large response has a 5xx status code

func (*PutSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put small and light enrollment by seller s k u request entity too large response has a 2xx status code

func (*PutSmallAndLightEnrollmentBySellerSKURequestEntityTooLarge) String

type PutSmallAndLightEnrollmentBySellerSKUServiceUnavailable

type PutSmallAndLightEnrollmentBySellerSKUServiceUnavailable struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

PutSmallAndLightEnrollmentBySellerSKUServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewPutSmallAndLightEnrollmentBySellerSKUServiceUnavailable

func NewPutSmallAndLightEnrollmentBySellerSKUServiceUnavailable() *PutSmallAndLightEnrollmentBySellerSKUServiceUnavailable

NewPutSmallAndLightEnrollmentBySellerSKUServiceUnavailable creates a PutSmallAndLightEnrollmentBySellerSKUServiceUnavailable with default headers values

func (*PutSmallAndLightEnrollmentBySellerSKUServiceUnavailable) Error

func (*PutSmallAndLightEnrollmentBySellerSKUServiceUnavailable) GetPayload

func (*PutSmallAndLightEnrollmentBySellerSKUServiceUnavailable) IsClientError

IsClientError returns true when this put small and light enrollment by seller s k u service unavailable response has a 4xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUServiceUnavailable) IsCode

IsCode returns true when this put small and light enrollment by seller s k u service unavailable response a status code equal to that given

func (*PutSmallAndLightEnrollmentBySellerSKUServiceUnavailable) IsRedirect

IsRedirect returns true when this put small and light enrollment by seller s k u service unavailable response has a 3xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUServiceUnavailable) IsServerError

IsServerError returns true when this put small and light enrollment by seller s k u service unavailable response has a 5xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUServiceUnavailable) IsSuccess

IsSuccess returns true when this put small and light enrollment by seller s k u service unavailable response has a 2xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUServiceUnavailable) String

type PutSmallAndLightEnrollmentBySellerSKUTooManyRequests

type PutSmallAndLightEnrollmentBySellerSKUTooManyRequests struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

PutSmallAndLightEnrollmentBySellerSKUTooManyRequests describes a response with status code 429, with default header values.

The frequency of requests was greater than allowed.

func NewPutSmallAndLightEnrollmentBySellerSKUTooManyRequests

func NewPutSmallAndLightEnrollmentBySellerSKUTooManyRequests() *PutSmallAndLightEnrollmentBySellerSKUTooManyRequests

NewPutSmallAndLightEnrollmentBySellerSKUTooManyRequests creates a PutSmallAndLightEnrollmentBySellerSKUTooManyRequests with default headers values

func (*PutSmallAndLightEnrollmentBySellerSKUTooManyRequests) Error

func (*PutSmallAndLightEnrollmentBySellerSKUTooManyRequests) GetPayload

func (*PutSmallAndLightEnrollmentBySellerSKUTooManyRequests) IsClientError

IsClientError returns true when this put small and light enrollment by seller s k u too many requests response has a 4xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUTooManyRequests) IsCode

IsCode returns true when this put small and light enrollment by seller s k u too many requests response a status code equal to that given

func (*PutSmallAndLightEnrollmentBySellerSKUTooManyRequests) IsRedirect

IsRedirect returns true when this put small and light enrollment by seller s k u too many requests response has a 3xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUTooManyRequests) IsServerError

IsServerError returns true when this put small and light enrollment by seller s k u too many requests response has a 5xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUTooManyRequests) IsSuccess

IsSuccess returns true when this put small and light enrollment by seller s k u too many requests response has a 2xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUTooManyRequests) String

type PutSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType

type PutSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *fba_smalland_light_models.ErrorList
}

PutSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType describes a response with status code 415, with default header values.

The request payload is in an unsupported format.

func NewPutSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType

func NewPutSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType() *PutSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType

NewPutSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType creates a PutSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType with default headers values

func (*PutSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType) Error

func (*PutSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType) GetPayload

func (*PutSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType) IsClientError

IsClientError returns true when this put small and light enrollment by seller s k u unsupported media type response has a 4xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType) IsCode

IsCode returns true when this put small and light enrollment by seller s k u unsupported media type response a status code equal to that given

func (*PutSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put small and light enrollment by seller s k u unsupported media type response has a 3xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType) IsServerError

IsServerError returns true when this put small and light enrollment by seller s k u unsupported media type response has a 5xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put small and light enrollment by seller s k u unsupported media type response has a 2xx status code

func (*PutSmallAndLightEnrollmentBySellerSKUUnsupportedMediaType) String

Jump to

Keyboard shortcuts

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