vendor_shipping

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 vendor shipping API

func (*Client) GetShipmentDetails

func (a *Client) GetShipmentDetails(params *GetShipmentDetailsParams, opts ...ClientOption) (*GetShipmentDetailsOK, error)
GetShipmentDetails Returns the Details about Shipment, Carrier Details,  status of the shipment, container details and other details related to shipment based on the filter parameters value that you specify.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 10 | 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) GetShipmentLabels

func (a *Client) GetShipmentLabels(params *GetShipmentLabelsParams, opts ...ClientOption) (*GetShipmentLabelsOK, error)
GetShipmentLabels Returns transport Labels based on the filters that you specify.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 10 | 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) SetTransport

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

SetTransport changes the transport on the client

func (*Client) SubmitShipmentConfirmations

func (a *Client) SubmitShipmentConfirmations(params *SubmitShipmentConfirmationsParams, opts ...ClientOption) (*SubmitShipmentConfirmationsAccepted, error)
SubmitShipmentConfirmations Submits one or more shipment confirmations for vendor orders.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 10 | 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) SubmitShipments

func (a *Client) SubmitShipments(params *SubmitShipmentsParams, opts ...ClientOption) (*SubmitShipmentsAccepted, error)
SubmitShipments Submits one or more shipment request for vendor Orders.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 10 | 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).

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	GetShipmentDetails(params *GetShipmentDetailsParams, opts ...ClientOption) (*GetShipmentDetailsOK, error)

	GetShipmentLabels(params *GetShipmentLabelsParams, opts ...ClientOption) (*GetShipmentLabelsOK, error)

	SubmitShipmentConfirmations(params *SubmitShipmentConfirmationsParams, opts ...ClientOption) (*SubmitShipmentConfirmationsAccepted, error)

	SubmitShipments(params *SubmitShipmentsParams, opts ...ClientOption) (*SubmitShipmentsAccepted, 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 vendor shipping API client.

type GetShipmentDetailsBadRequest

type GetShipmentDetailsBadRequest struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *vendor_shipments_models.GetShipmentDetailsResponse
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewGetShipmentDetailsBadRequest

func NewGetShipmentDetailsBadRequest() *GetShipmentDetailsBadRequest

NewGetShipmentDetailsBadRequest creates a GetShipmentDetailsBadRequest with default headers values

func (*GetShipmentDetailsBadRequest) Error

func (*GetShipmentDetailsBadRequest) GetPayload

func (*GetShipmentDetailsBadRequest) IsClientError

func (o *GetShipmentDetailsBadRequest) IsClientError() bool

IsClientError returns true when this get shipment details bad request response has a 4xx status code

func (*GetShipmentDetailsBadRequest) IsCode

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

IsCode returns true when this get shipment details bad request response a status code equal to that given

func (*GetShipmentDetailsBadRequest) IsRedirect

func (o *GetShipmentDetailsBadRequest) IsRedirect() bool

IsRedirect returns true when this get shipment details bad request response has a 3xx status code

func (*GetShipmentDetailsBadRequest) IsServerError

func (o *GetShipmentDetailsBadRequest) IsServerError() bool

IsServerError returns true when this get shipment details bad request response has a 5xx status code

func (*GetShipmentDetailsBadRequest) IsSuccess

func (o *GetShipmentDetailsBadRequest) IsSuccess() bool

IsSuccess returns true when this get shipment details bad request response has a 2xx status code

func (*GetShipmentDetailsBadRequest) String

type GetShipmentDetailsForbidden

type GetShipmentDetailsForbidden 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 *vendor_shipments_models.GetShipmentDetailsResponse
}

GetShipmentDetailsForbidden 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 NewGetShipmentDetailsForbidden

func NewGetShipmentDetailsForbidden() *GetShipmentDetailsForbidden

NewGetShipmentDetailsForbidden creates a GetShipmentDetailsForbidden with default headers values

func (*GetShipmentDetailsForbidden) Error

func (*GetShipmentDetailsForbidden) GetPayload

func (*GetShipmentDetailsForbidden) IsClientError

func (o *GetShipmentDetailsForbidden) IsClientError() bool

IsClientError returns true when this get shipment details forbidden response has a 4xx status code

func (*GetShipmentDetailsForbidden) IsCode

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

IsCode returns true when this get shipment details forbidden response a status code equal to that given

func (*GetShipmentDetailsForbidden) IsRedirect

func (o *GetShipmentDetailsForbidden) IsRedirect() bool

IsRedirect returns true when this get shipment details forbidden response has a 3xx status code

func (*GetShipmentDetailsForbidden) IsServerError

func (o *GetShipmentDetailsForbidden) IsServerError() bool

IsServerError returns true when this get shipment details forbidden response has a 5xx status code

func (*GetShipmentDetailsForbidden) IsSuccess

func (o *GetShipmentDetailsForbidden) IsSuccess() bool

IsSuccess returns true when this get shipment details forbidden response has a 2xx status code

func (*GetShipmentDetailsForbidden) String

func (o *GetShipmentDetailsForbidden) String() string

type GetShipmentDetailsInternalServerError

type GetShipmentDetailsInternalServerError 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 *vendor_shipments_models.GetShipmentDetailsResponse
}

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

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

func NewGetShipmentDetailsInternalServerError

func NewGetShipmentDetailsInternalServerError() *GetShipmentDetailsInternalServerError

NewGetShipmentDetailsInternalServerError creates a GetShipmentDetailsInternalServerError with default headers values

func (*GetShipmentDetailsInternalServerError) Error

func (*GetShipmentDetailsInternalServerError) GetPayload

func (*GetShipmentDetailsInternalServerError) IsClientError

func (o *GetShipmentDetailsInternalServerError) IsClientError() bool

IsClientError returns true when this get shipment details internal server error response has a 4xx status code

func (*GetShipmentDetailsInternalServerError) IsCode

IsCode returns true when this get shipment details internal server error response a status code equal to that given

func (*GetShipmentDetailsInternalServerError) IsRedirect

IsRedirect returns true when this get shipment details internal server error response has a 3xx status code

func (*GetShipmentDetailsInternalServerError) IsServerError

func (o *GetShipmentDetailsInternalServerError) IsServerError() bool

IsServerError returns true when this get shipment details internal server error response has a 5xx status code

func (*GetShipmentDetailsInternalServerError) IsSuccess

IsSuccess returns true when this get shipment details internal server error response has a 2xx status code

func (*GetShipmentDetailsInternalServerError) String

type GetShipmentDetailsNotFound

type GetShipmentDetailsNotFound struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *vendor_shipments_models.GetShipmentDetailsResponse
}

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

The resource specified does not exist.

func NewGetShipmentDetailsNotFound

func NewGetShipmentDetailsNotFound() *GetShipmentDetailsNotFound

NewGetShipmentDetailsNotFound creates a GetShipmentDetailsNotFound with default headers values

func (*GetShipmentDetailsNotFound) Error

func (*GetShipmentDetailsNotFound) GetPayload

func (*GetShipmentDetailsNotFound) IsClientError

func (o *GetShipmentDetailsNotFound) IsClientError() bool

IsClientError returns true when this get shipment details not found response has a 4xx status code

func (*GetShipmentDetailsNotFound) IsCode

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

IsCode returns true when this get shipment details not found response a status code equal to that given

func (*GetShipmentDetailsNotFound) IsRedirect

func (o *GetShipmentDetailsNotFound) IsRedirect() bool

IsRedirect returns true when this get shipment details not found response has a 3xx status code

func (*GetShipmentDetailsNotFound) IsServerError

func (o *GetShipmentDetailsNotFound) IsServerError() bool

IsServerError returns true when this get shipment details not found response has a 5xx status code

func (*GetShipmentDetailsNotFound) IsSuccess

func (o *GetShipmentDetailsNotFound) IsSuccess() bool

IsSuccess returns true when this get shipment details not found response has a 2xx status code

func (*GetShipmentDetailsNotFound) String

func (o *GetShipmentDetailsNotFound) String() string

type GetShipmentDetailsOK

type GetShipmentDetailsOK struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *vendor_shipments_models.GetShipmentDetailsResponse
}

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

Success.

func NewGetShipmentDetailsOK

func NewGetShipmentDetailsOK() *GetShipmentDetailsOK

NewGetShipmentDetailsOK creates a GetShipmentDetailsOK with default headers values

func (*GetShipmentDetailsOK) Error

func (o *GetShipmentDetailsOK) Error() string

func (*GetShipmentDetailsOK) GetPayload

func (*GetShipmentDetailsOK) IsClientError

func (o *GetShipmentDetailsOK) IsClientError() bool

IsClientError returns true when this get shipment details o k response has a 4xx status code

func (*GetShipmentDetailsOK) IsCode

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

IsCode returns true when this get shipment details o k response a status code equal to that given

func (*GetShipmentDetailsOK) IsRedirect

func (o *GetShipmentDetailsOK) IsRedirect() bool

IsRedirect returns true when this get shipment details o k response has a 3xx status code

func (*GetShipmentDetailsOK) IsServerError

func (o *GetShipmentDetailsOK) IsServerError() bool

IsServerError returns true when this get shipment details o k response has a 5xx status code

func (*GetShipmentDetailsOK) IsSuccess

func (o *GetShipmentDetailsOK) IsSuccess() bool

IsSuccess returns true when this get shipment details o k response has a 2xx status code

func (*GetShipmentDetailsOK) String

func (o *GetShipmentDetailsOK) String() string

type GetShipmentDetailsParams

type GetShipmentDetailsParams struct {

	/* BuyerReferenceNumber.

	   Get Shipment Details by passing buyer Reference ID
	*/
	BuyerReferenceNumber *string

	/* BuyerWarehouseCode.

	   Get Shipping Details based on buyer warehouse code. This value should be same as 'shipToParty.partyId' in the Shipment.
	*/
	BuyerWarehouseCode *string

	/* CreatedAfter.

	   Get Shipment Details that became available after this timestamp will be included in the result. Must be in ISO-8601 date/time format.

	   Format: date-time
	*/
	CreatedAfter *strfmt.DateTime

	/* CreatedBefore.

	   Get Shipment Details that became available before this timestamp will be included in the result. Must be in ISO-8601 date/time format.

	   Format: date-time
	*/
	CreatedBefore *strfmt.DateTime

	/* CurrentShipmentStatus.

	   Get Shipment Details by passing Current shipment status.
	*/
	CurrentShipmentStatus *string

	/* EstimatedDeliveryAfter.

	   Get Shipment Details by passing Estimated Delivery Date Before. Must be in ISO-8601 date/time format.

	   Format: date-time
	*/
	EstimatedDeliveryAfter *strfmt.DateTime

	/* EstimatedDeliveryBefore.

	   Get Shipment Details by passing Estimated Delivery Date Before. Must be in ISO-8601 date/time format.

	   Format: date-time
	*/
	EstimatedDeliveryBefore *strfmt.DateTime

	/* Limit.

	   The limit to the number of records returned. Default value is 50 records.

	   Format: int64
	*/
	Limit *int64

	/* NextToken.

	   Used for pagination when there are more shipments than the specified result size limit.
	*/
	NextToken *string

	/* PackageLabelCreatedAfter.

	   Get Shipment Details by passing Package label create Date After by buyer. Must be in ISO-8601 date/time format.

	   Format: date-time
	*/
	PackageLabelCreatedAfter *strfmt.DateTime

	/* PackageLabelCreatedBefore.

	   Get Shipment Details by passing Package label create Date by buyer. Must be in ISO-8601 date/time format.

	   Format: date-time
	*/
	PackageLabelCreatedBefore *strfmt.DateTime

	/* RequestedPickUpAfter.

	   Get Shipment Details by passing After Requested pickup date. Must be in ISO-8601 date/time format.

	   Format: date-time
	*/
	RequestedPickUpAfter *strfmt.DateTime

	/* RequestedPickUpBefore.

	   Get Shipment Details by passing Before Requested pickup date. Must be in ISO-8601 date/time format.

	   Format: date-time
	*/
	RequestedPickUpBefore *strfmt.DateTime

	/* ScheduledPickUpAfter.

	   Get Shipment Details by passing After Scheduled pickup date. Must be in ISO-8601 date/time format.

	   Format: date-time
	*/
	ScheduledPickUpAfter *strfmt.DateTime

	/* ScheduledPickUpBefore.

	   Get Shipment Details by passing Before scheduled pickup date. Must be in ISO-8601 date/time format.

	   Format: date-time
	*/
	ScheduledPickUpBefore *strfmt.DateTime

	/* SellerWarehouseCode.

	   Get Shipping Details based on vendor warehouse code. This value should be same as 'sellingParty.partyId' in the Shipment.
	*/
	SellerWarehouseCode *string

	/* ShipmentConfirmedAfter.

	   Get Shipment Details by passing Shipment confirmed create Date After. Must be in ISO-8601 date/time format.

	   Format: date-time
	*/
	ShipmentConfirmedAfter *strfmt.DateTime

	/* ShipmentConfirmedBefore.

	   Get Shipment Details by passing Shipment confirmed create Date Before. Must be in ISO-8601 date/time format.

	   Format: date-time
	*/
	ShipmentConfirmedBefore *strfmt.DateTime

	/* ShipmentDeliveryAfter.

	   Get Shipment Details by passing Shipment Delivery Date After. Must be in ISO-8601 date/time format.

	   Format: date-time
	*/
	ShipmentDeliveryAfter *strfmt.DateTime

	/* ShipmentDeliveryBefore.

	   Get Shipment Details by passing Shipment Delivery Date Before. Must be in ISO-8601 date/time format.

	   Format: date-time
	*/
	ShipmentDeliveryBefore *strfmt.DateTime

	/* ShippedAfter.

	   Get Shipment Details by passing Shipped Date After. Must be in ISO-8601 date/time format.

	   Format: date-time
	*/
	ShippedAfter *strfmt.DateTime

	/* ShippedBefore.

	   Get Shipment Details by passing Shipped Date Before. Must be in ISO-8601 date/time format.

	   Format: date-time
	*/
	ShippedBefore *strfmt.DateTime

	/* SortOrder.

	   Sort in ascending or descending order by purchase order creation date.
	*/
	SortOrder *string

	/* VendorShipmentIdentifier.

	   Get Shipment Details by passing Vendor Shipment ID
	*/
	VendorShipmentIdentifier *string

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

GetShipmentDetailsParams contains all the parameters to send to the API endpoint

for the get shipment details operation.

Typically these are written to a http.Request.

func NewGetShipmentDetailsParams

func NewGetShipmentDetailsParams() *GetShipmentDetailsParams

NewGetShipmentDetailsParams creates a new GetShipmentDetailsParams 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 NewGetShipmentDetailsParamsWithContext

func NewGetShipmentDetailsParamsWithContext(ctx context.Context) *GetShipmentDetailsParams

NewGetShipmentDetailsParamsWithContext creates a new GetShipmentDetailsParams object with the ability to set a context for a request.

func NewGetShipmentDetailsParamsWithHTTPClient

func NewGetShipmentDetailsParamsWithHTTPClient(client *http.Client) *GetShipmentDetailsParams

NewGetShipmentDetailsParamsWithHTTPClient creates a new GetShipmentDetailsParams object with the ability to set a custom HTTPClient for a request.

func NewGetShipmentDetailsParamsWithTimeout

func NewGetShipmentDetailsParamsWithTimeout(timeout time.Duration) *GetShipmentDetailsParams

NewGetShipmentDetailsParamsWithTimeout creates a new GetShipmentDetailsParams object with the ability to set a timeout on a request.

func (*GetShipmentDetailsParams) SetBuyerReferenceNumber

func (o *GetShipmentDetailsParams) SetBuyerReferenceNumber(buyerReferenceNumber *string)

SetBuyerReferenceNumber adds the buyerReferenceNumber to the get shipment details params

func (*GetShipmentDetailsParams) SetBuyerWarehouseCode

func (o *GetShipmentDetailsParams) SetBuyerWarehouseCode(buyerWarehouseCode *string)

SetBuyerWarehouseCode adds the buyerWarehouseCode to the get shipment details params

func (*GetShipmentDetailsParams) SetContext

func (o *GetShipmentDetailsParams) SetContext(ctx context.Context)

SetContext adds the context to the get shipment details params

func (*GetShipmentDetailsParams) SetCreatedAfter

func (o *GetShipmentDetailsParams) SetCreatedAfter(createdAfter *strfmt.DateTime)

SetCreatedAfter adds the createdAfter to the get shipment details params

func (*GetShipmentDetailsParams) SetCreatedBefore

func (o *GetShipmentDetailsParams) SetCreatedBefore(createdBefore *strfmt.DateTime)

SetCreatedBefore adds the createdBefore to the get shipment details params

func (*GetShipmentDetailsParams) SetCurrentShipmentStatus

func (o *GetShipmentDetailsParams) SetCurrentShipmentStatus(currentShipmentStatus *string)

SetCurrentShipmentStatus adds the currentShipmentStatus to the get shipment details params

func (*GetShipmentDetailsParams) SetDefaults

func (o *GetShipmentDetailsParams) SetDefaults()

SetDefaults hydrates default values in the get shipment details params (not the query body).

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

func (*GetShipmentDetailsParams) SetEstimatedDeliveryAfter

func (o *GetShipmentDetailsParams) SetEstimatedDeliveryAfter(estimatedDeliveryAfter *strfmt.DateTime)

SetEstimatedDeliveryAfter adds the estimatedDeliveryAfter to the get shipment details params

func (*GetShipmentDetailsParams) SetEstimatedDeliveryBefore

func (o *GetShipmentDetailsParams) SetEstimatedDeliveryBefore(estimatedDeliveryBefore *strfmt.DateTime)

SetEstimatedDeliveryBefore adds the estimatedDeliveryBefore to the get shipment details params

func (*GetShipmentDetailsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get shipment details params

func (*GetShipmentDetailsParams) SetLimit

func (o *GetShipmentDetailsParams) SetLimit(limit *int64)

SetLimit adds the limit to the get shipment details params

func (*GetShipmentDetailsParams) SetNextToken

func (o *GetShipmentDetailsParams) SetNextToken(nextToken *string)

SetNextToken adds the nextToken to the get shipment details params

func (*GetShipmentDetailsParams) SetPackageLabelCreatedAfter

func (o *GetShipmentDetailsParams) SetPackageLabelCreatedAfter(packageLabelCreatedAfter *strfmt.DateTime)

SetPackageLabelCreatedAfter adds the packageLabelCreatedAfter to the get shipment details params

func (*GetShipmentDetailsParams) SetPackageLabelCreatedBefore

func (o *GetShipmentDetailsParams) SetPackageLabelCreatedBefore(packageLabelCreatedBefore *strfmt.DateTime)

SetPackageLabelCreatedBefore adds the packageLabelCreatedBefore to the get shipment details params

func (*GetShipmentDetailsParams) SetRequestedPickUpAfter

func (o *GetShipmentDetailsParams) SetRequestedPickUpAfter(requestedPickUpAfter *strfmt.DateTime)

SetRequestedPickUpAfter adds the requestedPickUpAfter to the get shipment details params

func (*GetShipmentDetailsParams) SetRequestedPickUpBefore

func (o *GetShipmentDetailsParams) SetRequestedPickUpBefore(requestedPickUpBefore *strfmt.DateTime)

SetRequestedPickUpBefore adds the requestedPickUpBefore to the get shipment details params

func (*GetShipmentDetailsParams) SetScheduledPickUpAfter

func (o *GetShipmentDetailsParams) SetScheduledPickUpAfter(scheduledPickUpAfter *strfmt.DateTime)

SetScheduledPickUpAfter adds the scheduledPickUpAfter to the get shipment details params

func (*GetShipmentDetailsParams) SetScheduledPickUpBefore

func (o *GetShipmentDetailsParams) SetScheduledPickUpBefore(scheduledPickUpBefore *strfmt.DateTime)

SetScheduledPickUpBefore adds the scheduledPickUpBefore to the get shipment details params

func (*GetShipmentDetailsParams) SetSellerWarehouseCode

func (o *GetShipmentDetailsParams) SetSellerWarehouseCode(sellerWarehouseCode *string)

SetSellerWarehouseCode adds the sellerWarehouseCode to the get shipment details params

func (*GetShipmentDetailsParams) SetShipmentConfirmedAfter

func (o *GetShipmentDetailsParams) SetShipmentConfirmedAfter(shipmentConfirmedAfter *strfmt.DateTime)

SetShipmentConfirmedAfter adds the shipmentConfirmedAfter to the get shipment details params

func (*GetShipmentDetailsParams) SetShipmentConfirmedBefore

func (o *GetShipmentDetailsParams) SetShipmentConfirmedBefore(shipmentConfirmedBefore *strfmt.DateTime)

SetShipmentConfirmedBefore adds the shipmentConfirmedBefore to the get shipment details params

func (*GetShipmentDetailsParams) SetShipmentDeliveryAfter

func (o *GetShipmentDetailsParams) SetShipmentDeliveryAfter(shipmentDeliveryAfter *strfmt.DateTime)

SetShipmentDeliveryAfter adds the shipmentDeliveryAfter to the get shipment details params

func (*GetShipmentDetailsParams) SetShipmentDeliveryBefore

func (o *GetShipmentDetailsParams) SetShipmentDeliveryBefore(shipmentDeliveryBefore *strfmt.DateTime)

SetShipmentDeliveryBefore adds the shipmentDeliveryBefore to the get shipment details params

func (*GetShipmentDetailsParams) SetShippedAfter

func (o *GetShipmentDetailsParams) SetShippedAfter(shippedAfter *strfmt.DateTime)

SetShippedAfter adds the shippedAfter to the get shipment details params

func (*GetShipmentDetailsParams) SetShippedBefore

func (o *GetShipmentDetailsParams) SetShippedBefore(shippedBefore *strfmt.DateTime)

SetShippedBefore adds the shippedBefore to the get shipment details params

func (*GetShipmentDetailsParams) SetSortOrder

func (o *GetShipmentDetailsParams) SetSortOrder(sortOrder *string)

SetSortOrder adds the sortOrder to the get shipment details params

func (*GetShipmentDetailsParams) SetTimeout

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

SetTimeout adds the timeout to the get shipment details params

func (*GetShipmentDetailsParams) SetVendorShipmentIdentifier

func (o *GetShipmentDetailsParams) SetVendorShipmentIdentifier(vendorShipmentIdentifier *string)

SetVendorShipmentIdentifier adds the vendorShipmentIdentifier to the get shipment details params

func (*GetShipmentDetailsParams) WithBuyerReferenceNumber

func (o *GetShipmentDetailsParams) WithBuyerReferenceNumber(buyerReferenceNumber *string) *GetShipmentDetailsParams

WithBuyerReferenceNumber adds the buyerReferenceNumber to the get shipment details params

func (*GetShipmentDetailsParams) WithBuyerWarehouseCode

func (o *GetShipmentDetailsParams) WithBuyerWarehouseCode(buyerWarehouseCode *string) *GetShipmentDetailsParams

WithBuyerWarehouseCode adds the buyerWarehouseCode to the get shipment details params

func (*GetShipmentDetailsParams) WithContext

WithContext adds the context to the get shipment details params

func (*GetShipmentDetailsParams) WithCreatedAfter

func (o *GetShipmentDetailsParams) WithCreatedAfter(createdAfter *strfmt.DateTime) *GetShipmentDetailsParams

WithCreatedAfter adds the createdAfter to the get shipment details params

func (*GetShipmentDetailsParams) WithCreatedBefore

func (o *GetShipmentDetailsParams) WithCreatedBefore(createdBefore *strfmt.DateTime) *GetShipmentDetailsParams

WithCreatedBefore adds the createdBefore to the get shipment details params

func (*GetShipmentDetailsParams) WithCurrentShipmentStatus

func (o *GetShipmentDetailsParams) WithCurrentShipmentStatus(currentShipmentStatus *string) *GetShipmentDetailsParams

WithCurrentShipmentStatus adds the currentShipmentStatus to the get shipment details params

func (*GetShipmentDetailsParams) WithDefaults

WithDefaults hydrates default values in the get shipment details params (not the query body).

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

func (*GetShipmentDetailsParams) WithEstimatedDeliveryAfter

func (o *GetShipmentDetailsParams) WithEstimatedDeliveryAfter(estimatedDeliveryAfter *strfmt.DateTime) *GetShipmentDetailsParams

WithEstimatedDeliveryAfter adds the estimatedDeliveryAfter to the get shipment details params

func (*GetShipmentDetailsParams) WithEstimatedDeliveryBefore

func (o *GetShipmentDetailsParams) WithEstimatedDeliveryBefore(estimatedDeliveryBefore *strfmt.DateTime) *GetShipmentDetailsParams

WithEstimatedDeliveryBefore adds the estimatedDeliveryBefore to the get shipment details params

func (*GetShipmentDetailsParams) WithHTTPClient

func (o *GetShipmentDetailsParams) WithHTTPClient(client *http.Client) *GetShipmentDetailsParams

WithHTTPClient adds the HTTPClient to the get shipment details params

func (*GetShipmentDetailsParams) WithLimit

WithLimit adds the limit to the get shipment details params

func (*GetShipmentDetailsParams) WithNextToken

func (o *GetShipmentDetailsParams) WithNextToken(nextToken *string) *GetShipmentDetailsParams

WithNextToken adds the nextToken to the get shipment details params

func (*GetShipmentDetailsParams) WithPackageLabelCreatedAfter

func (o *GetShipmentDetailsParams) WithPackageLabelCreatedAfter(packageLabelCreatedAfter *strfmt.DateTime) *GetShipmentDetailsParams

WithPackageLabelCreatedAfter adds the packageLabelCreatedAfter to the get shipment details params

func (*GetShipmentDetailsParams) WithPackageLabelCreatedBefore

func (o *GetShipmentDetailsParams) WithPackageLabelCreatedBefore(packageLabelCreatedBefore *strfmt.DateTime) *GetShipmentDetailsParams

WithPackageLabelCreatedBefore adds the packageLabelCreatedBefore to the get shipment details params

func (*GetShipmentDetailsParams) WithRequestedPickUpAfter

func (o *GetShipmentDetailsParams) WithRequestedPickUpAfter(requestedPickUpAfter *strfmt.DateTime) *GetShipmentDetailsParams

WithRequestedPickUpAfter adds the requestedPickUpAfter to the get shipment details params

func (*GetShipmentDetailsParams) WithRequestedPickUpBefore

func (o *GetShipmentDetailsParams) WithRequestedPickUpBefore(requestedPickUpBefore *strfmt.DateTime) *GetShipmentDetailsParams

WithRequestedPickUpBefore adds the requestedPickUpBefore to the get shipment details params

func (*GetShipmentDetailsParams) WithScheduledPickUpAfter

func (o *GetShipmentDetailsParams) WithScheduledPickUpAfter(scheduledPickUpAfter *strfmt.DateTime) *GetShipmentDetailsParams

WithScheduledPickUpAfter adds the scheduledPickUpAfter to the get shipment details params

func (*GetShipmentDetailsParams) WithScheduledPickUpBefore

func (o *GetShipmentDetailsParams) WithScheduledPickUpBefore(scheduledPickUpBefore *strfmt.DateTime) *GetShipmentDetailsParams

WithScheduledPickUpBefore adds the scheduledPickUpBefore to the get shipment details params

func (*GetShipmentDetailsParams) WithSellerWarehouseCode

func (o *GetShipmentDetailsParams) WithSellerWarehouseCode(sellerWarehouseCode *string) *GetShipmentDetailsParams

WithSellerWarehouseCode adds the sellerWarehouseCode to the get shipment details params

func (*GetShipmentDetailsParams) WithShipmentConfirmedAfter

func (o *GetShipmentDetailsParams) WithShipmentConfirmedAfter(shipmentConfirmedAfter *strfmt.DateTime) *GetShipmentDetailsParams

WithShipmentConfirmedAfter adds the shipmentConfirmedAfter to the get shipment details params

func (*GetShipmentDetailsParams) WithShipmentConfirmedBefore

func (o *GetShipmentDetailsParams) WithShipmentConfirmedBefore(shipmentConfirmedBefore *strfmt.DateTime) *GetShipmentDetailsParams

WithShipmentConfirmedBefore adds the shipmentConfirmedBefore to the get shipment details params

func (*GetShipmentDetailsParams) WithShipmentDeliveryAfter

func (o *GetShipmentDetailsParams) WithShipmentDeliveryAfter(shipmentDeliveryAfter *strfmt.DateTime) *GetShipmentDetailsParams

WithShipmentDeliveryAfter adds the shipmentDeliveryAfter to the get shipment details params

func (*GetShipmentDetailsParams) WithShipmentDeliveryBefore

func (o *GetShipmentDetailsParams) WithShipmentDeliveryBefore(shipmentDeliveryBefore *strfmt.DateTime) *GetShipmentDetailsParams

WithShipmentDeliveryBefore adds the shipmentDeliveryBefore to the get shipment details params

func (*GetShipmentDetailsParams) WithShippedAfter

func (o *GetShipmentDetailsParams) WithShippedAfter(shippedAfter *strfmt.DateTime) *GetShipmentDetailsParams

WithShippedAfter adds the shippedAfter to the get shipment details params

func (*GetShipmentDetailsParams) WithShippedBefore

func (o *GetShipmentDetailsParams) WithShippedBefore(shippedBefore *strfmt.DateTime) *GetShipmentDetailsParams

WithShippedBefore adds the shippedBefore to the get shipment details params

func (*GetShipmentDetailsParams) WithSortOrder

func (o *GetShipmentDetailsParams) WithSortOrder(sortOrder *string) *GetShipmentDetailsParams

WithSortOrder adds the sortOrder to the get shipment details params

func (*GetShipmentDetailsParams) WithTimeout

WithTimeout adds the timeout to the get shipment details params

func (*GetShipmentDetailsParams) WithVendorShipmentIdentifier

func (o *GetShipmentDetailsParams) WithVendorShipmentIdentifier(vendorShipmentIdentifier *string) *GetShipmentDetailsParams

WithVendorShipmentIdentifier adds the vendorShipmentIdentifier to the get shipment details params

func (*GetShipmentDetailsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetShipmentDetailsReader

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

GetShipmentDetailsReader is a Reader for the GetShipmentDetails structure.

func (*GetShipmentDetailsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetShipmentDetailsServiceUnavailable

type GetShipmentDetailsServiceUnavailable 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 *vendor_shipments_models.GetShipmentDetailsResponse
}

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

Temporary overloading or maintenance of the server.

func NewGetShipmentDetailsServiceUnavailable

func NewGetShipmentDetailsServiceUnavailable() *GetShipmentDetailsServiceUnavailable

NewGetShipmentDetailsServiceUnavailable creates a GetShipmentDetailsServiceUnavailable with default headers values

func (*GetShipmentDetailsServiceUnavailable) Error

func (*GetShipmentDetailsServiceUnavailable) GetPayload

func (*GetShipmentDetailsServiceUnavailable) IsClientError

func (o *GetShipmentDetailsServiceUnavailable) IsClientError() bool

IsClientError returns true when this get shipment details service unavailable response has a 4xx status code

func (*GetShipmentDetailsServiceUnavailable) IsCode

IsCode returns true when this get shipment details service unavailable response a status code equal to that given

func (*GetShipmentDetailsServiceUnavailable) IsRedirect

IsRedirect returns true when this get shipment details service unavailable response has a 3xx status code

func (*GetShipmentDetailsServiceUnavailable) IsServerError

func (o *GetShipmentDetailsServiceUnavailable) IsServerError() bool

IsServerError returns true when this get shipment details service unavailable response has a 5xx status code

func (*GetShipmentDetailsServiceUnavailable) IsSuccess

IsSuccess returns true when this get shipment details service unavailable response has a 2xx status code

func (*GetShipmentDetailsServiceUnavailable) String

type GetShipmentDetailsTooManyRequests

type GetShipmentDetailsTooManyRequests 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 *vendor_shipments_models.GetShipmentDetailsResponse
}

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

The frequency of requests was greater than allowed.

func NewGetShipmentDetailsTooManyRequests

func NewGetShipmentDetailsTooManyRequests() *GetShipmentDetailsTooManyRequests

NewGetShipmentDetailsTooManyRequests creates a GetShipmentDetailsTooManyRequests with default headers values

func (*GetShipmentDetailsTooManyRequests) Error

func (*GetShipmentDetailsTooManyRequests) GetPayload

func (*GetShipmentDetailsTooManyRequests) IsClientError

func (o *GetShipmentDetailsTooManyRequests) IsClientError() bool

IsClientError returns true when this get shipment details too many requests response has a 4xx status code

func (*GetShipmentDetailsTooManyRequests) IsCode

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

IsCode returns true when this get shipment details too many requests response a status code equal to that given

func (*GetShipmentDetailsTooManyRequests) IsRedirect

func (o *GetShipmentDetailsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get shipment details too many requests response has a 3xx status code

func (*GetShipmentDetailsTooManyRequests) IsServerError

func (o *GetShipmentDetailsTooManyRequests) IsServerError() bool

IsServerError returns true when this get shipment details too many requests response has a 5xx status code

func (*GetShipmentDetailsTooManyRequests) IsSuccess

func (o *GetShipmentDetailsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get shipment details too many requests response has a 2xx status code

func (*GetShipmentDetailsTooManyRequests) String

type GetShipmentDetailsUnauthorized

type GetShipmentDetailsUnauthorized 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 *vendor_shipments_models.GetShipmentDetailsResponse
}

GetShipmentDetailsUnauthorized 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 NewGetShipmentDetailsUnauthorized

func NewGetShipmentDetailsUnauthorized() *GetShipmentDetailsUnauthorized

NewGetShipmentDetailsUnauthorized creates a GetShipmentDetailsUnauthorized with default headers values

func (*GetShipmentDetailsUnauthorized) Error

func (*GetShipmentDetailsUnauthorized) GetPayload

func (*GetShipmentDetailsUnauthorized) IsClientError

func (o *GetShipmentDetailsUnauthorized) IsClientError() bool

IsClientError returns true when this get shipment details unauthorized response has a 4xx status code

func (*GetShipmentDetailsUnauthorized) IsCode

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

IsCode returns true when this get shipment details unauthorized response a status code equal to that given

func (*GetShipmentDetailsUnauthorized) IsRedirect

func (o *GetShipmentDetailsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get shipment details unauthorized response has a 3xx status code

func (*GetShipmentDetailsUnauthorized) IsServerError

func (o *GetShipmentDetailsUnauthorized) IsServerError() bool

IsServerError returns true when this get shipment details unauthorized response has a 5xx status code

func (*GetShipmentDetailsUnauthorized) IsSuccess

func (o *GetShipmentDetailsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get shipment details unauthorized response has a 2xx status code

func (*GetShipmentDetailsUnauthorized) String

type GetShipmentDetailsUnsupportedMediaType

type GetShipmentDetailsUnsupportedMediaType 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 *vendor_shipments_models.GetShipmentDetailsResponse
}

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

The request payload is in an unsupported format.

func NewGetShipmentDetailsUnsupportedMediaType

func NewGetShipmentDetailsUnsupportedMediaType() *GetShipmentDetailsUnsupportedMediaType

NewGetShipmentDetailsUnsupportedMediaType creates a GetShipmentDetailsUnsupportedMediaType with default headers values

func (*GetShipmentDetailsUnsupportedMediaType) Error

func (*GetShipmentDetailsUnsupportedMediaType) GetPayload

func (*GetShipmentDetailsUnsupportedMediaType) IsClientError

func (o *GetShipmentDetailsUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get shipment details unsupported media type response has a 4xx status code

func (*GetShipmentDetailsUnsupportedMediaType) IsCode

IsCode returns true when this get shipment details unsupported media type response a status code equal to that given

func (*GetShipmentDetailsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get shipment details unsupported media type response has a 3xx status code

func (*GetShipmentDetailsUnsupportedMediaType) IsServerError

func (o *GetShipmentDetailsUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get shipment details unsupported media type response has a 5xx status code

func (*GetShipmentDetailsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get shipment details unsupported media type response has a 2xx status code

func (*GetShipmentDetailsUnsupportedMediaType) String

type GetShipmentLabelsBadRequest

type GetShipmentLabelsBadRequest struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *vendor_shipments_models.GetShipmentLabels
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewGetShipmentLabelsBadRequest

func NewGetShipmentLabelsBadRequest() *GetShipmentLabelsBadRequest

NewGetShipmentLabelsBadRequest creates a GetShipmentLabelsBadRequest with default headers values

func (*GetShipmentLabelsBadRequest) Error

func (*GetShipmentLabelsBadRequest) GetPayload

func (*GetShipmentLabelsBadRequest) IsClientError

func (o *GetShipmentLabelsBadRequest) IsClientError() bool

IsClientError returns true when this get shipment labels bad request response has a 4xx status code

func (*GetShipmentLabelsBadRequest) IsCode

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

IsCode returns true when this get shipment labels bad request response a status code equal to that given

func (*GetShipmentLabelsBadRequest) IsRedirect

func (o *GetShipmentLabelsBadRequest) IsRedirect() bool

IsRedirect returns true when this get shipment labels bad request response has a 3xx status code

func (*GetShipmentLabelsBadRequest) IsServerError

func (o *GetShipmentLabelsBadRequest) IsServerError() bool

IsServerError returns true when this get shipment labels bad request response has a 5xx status code

func (*GetShipmentLabelsBadRequest) IsSuccess

func (o *GetShipmentLabelsBadRequest) IsSuccess() bool

IsSuccess returns true when this get shipment labels bad request response has a 2xx status code

func (*GetShipmentLabelsBadRequest) String

func (o *GetShipmentLabelsBadRequest) String() string

type GetShipmentLabelsForbidden

type GetShipmentLabelsForbidden 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 *vendor_shipments_models.GetShipmentLabels
}

GetShipmentLabelsForbidden 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 NewGetShipmentLabelsForbidden

func NewGetShipmentLabelsForbidden() *GetShipmentLabelsForbidden

NewGetShipmentLabelsForbidden creates a GetShipmentLabelsForbidden with default headers values

func (*GetShipmentLabelsForbidden) Error

func (*GetShipmentLabelsForbidden) GetPayload

func (*GetShipmentLabelsForbidden) IsClientError

func (o *GetShipmentLabelsForbidden) IsClientError() bool

IsClientError returns true when this get shipment labels forbidden response has a 4xx status code

func (*GetShipmentLabelsForbidden) IsCode

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

IsCode returns true when this get shipment labels forbidden response a status code equal to that given

func (*GetShipmentLabelsForbidden) IsRedirect

func (o *GetShipmentLabelsForbidden) IsRedirect() bool

IsRedirect returns true when this get shipment labels forbidden response has a 3xx status code

func (*GetShipmentLabelsForbidden) IsServerError

func (o *GetShipmentLabelsForbidden) IsServerError() bool

IsServerError returns true when this get shipment labels forbidden response has a 5xx status code

func (*GetShipmentLabelsForbidden) IsSuccess

func (o *GetShipmentLabelsForbidden) IsSuccess() bool

IsSuccess returns true when this get shipment labels forbidden response has a 2xx status code

func (*GetShipmentLabelsForbidden) String

func (o *GetShipmentLabelsForbidden) String() string

type GetShipmentLabelsInternalServerError

type GetShipmentLabelsInternalServerError 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 *vendor_shipments_models.GetShipmentLabels
}

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

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

func NewGetShipmentLabelsInternalServerError

func NewGetShipmentLabelsInternalServerError() *GetShipmentLabelsInternalServerError

NewGetShipmentLabelsInternalServerError creates a GetShipmentLabelsInternalServerError with default headers values

func (*GetShipmentLabelsInternalServerError) Error

func (*GetShipmentLabelsInternalServerError) GetPayload

func (*GetShipmentLabelsInternalServerError) IsClientError

func (o *GetShipmentLabelsInternalServerError) IsClientError() bool

IsClientError returns true when this get shipment labels internal server error response has a 4xx status code

func (*GetShipmentLabelsInternalServerError) IsCode

IsCode returns true when this get shipment labels internal server error response a status code equal to that given

func (*GetShipmentLabelsInternalServerError) IsRedirect

IsRedirect returns true when this get shipment labels internal server error response has a 3xx status code

func (*GetShipmentLabelsInternalServerError) IsServerError

func (o *GetShipmentLabelsInternalServerError) IsServerError() bool

IsServerError returns true when this get shipment labels internal server error response has a 5xx status code

func (*GetShipmentLabelsInternalServerError) IsSuccess

IsSuccess returns true when this get shipment labels internal server error response has a 2xx status code

func (*GetShipmentLabelsInternalServerError) String

type GetShipmentLabelsNotFound

type GetShipmentLabelsNotFound struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *vendor_shipments_models.GetShipmentLabels
}

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

The resource specified does not exist.

func NewGetShipmentLabelsNotFound

func NewGetShipmentLabelsNotFound() *GetShipmentLabelsNotFound

NewGetShipmentLabelsNotFound creates a GetShipmentLabelsNotFound with default headers values

func (*GetShipmentLabelsNotFound) Error

func (o *GetShipmentLabelsNotFound) Error() string

func (*GetShipmentLabelsNotFound) GetPayload

func (*GetShipmentLabelsNotFound) IsClientError

func (o *GetShipmentLabelsNotFound) IsClientError() bool

IsClientError returns true when this get shipment labels not found response has a 4xx status code

func (*GetShipmentLabelsNotFound) IsCode

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

IsCode returns true when this get shipment labels not found response a status code equal to that given

func (*GetShipmentLabelsNotFound) IsRedirect

func (o *GetShipmentLabelsNotFound) IsRedirect() bool

IsRedirect returns true when this get shipment labels not found response has a 3xx status code

func (*GetShipmentLabelsNotFound) IsServerError

func (o *GetShipmentLabelsNotFound) IsServerError() bool

IsServerError returns true when this get shipment labels not found response has a 5xx status code

func (*GetShipmentLabelsNotFound) IsSuccess

func (o *GetShipmentLabelsNotFound) IsSuccess() bool

IsSuccess returns true when this get shipment labels not found response has a 2xx status code

func (*GetShipmentLabelsNotFound) String

func (o *GetShipmentLabelsNotFound) String() string

type GetShipmentLabelsOK

type GetShipmentLabelsOK struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *vendor_shipments_models.GetShipmentLabels
}

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

Success.

func NewGetShipmentLabelsOK

func NewGetShipmentLabelsOK() *GetShipmentLabelsOK

NewGetShipmentLabelsOK creates a GetShipmentLabelsOK with default headers values

func (*GetShipmentLabelsOK) Error

func (o *GetShipmentLabelsOK) Error() string

func (*GetShipmentLabelsOK) GetPayload

func (*GetShipmentLabelsOK) IsClientError

func (o *GetShipmentLabelsOK) IsClientError() bool

IsClientError returns true when this get shipment labels o k response has a 4xx status code

func (*GetShipmentLabelsOK) IsCode

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

IsCode returns true when this get shipment labels o k response a status code equal to that given

func (*GetShipmentLabelsOK) IsRedirect

func (o *GetShipmentLabelsOK) IsRedirect() bool

IsRedirect returns true when this get shipment labels o k response has a 3xx status code

func (*GetShipmentLabelsOK) IsServerError

func (o *GetShipmentLabelsOK) IsServerError() bool

IsServerError returns true when this get shipment labels o k response has a 5xx status code

func (*GetShipmentLabelsOK) IsSuccess

func (o *GetShipmentLabelsOK) IsSuccess() bool

IsSuccess returns true when this get shipment labels o k response has a 2xx status code

func (*GetShipmentLabelsOK) String

func (o *GetShipmentLabelsOK) String() string

type GetShipmentLabelsParams

type GetShipmentLabelsParams struct {

	/* BuyerReferenceNumber.

	   Get transport labels by passing Buyer Reference Number to retreive the corresponding transport label.
	*/
	BuyerReferenceNumber *string

	/* LabelCreatedAfter.

	   transport Labels that became available after this timestamp will be included in the result. Must be in ISO-8601 date/time format.

	   Format: date-time
	*/
	LabelCreatedAfter *strfmt.DateTime

	/* LabelcreatedBefore.

	   transport Labels that became available before this timestamp will be included in the result. Must be in ISO-8601 date/time format.

	   Format: date-time
	*/
	LabelcreatedBefore *strfmt.DateTime

	/* Limit.

	   The limit to the number of records returned. Default value is 50 records.

	   Format: int64
	*/
	Limit *int64

	/* NextToken.

	   Used for pagination when there are more transport label than the specified result size limit.
	*/
	NextToken *string

	/* SellerWarehouseCode.

	   Get Shipping labels based Vendor Warehouse code. This value should be same as 'shipFromParty.partyId' in the Shipment.
	*/
	SellerWarehouseCode *string

	/* SortOrder.

	   Sort in ascending or descending order by transport label creation date.
	*/
	SortOrder *string

	/* VendorShipmentIdentifier.

	   Get transport labels by passing Vendor Shipment ID to retreive the corresponding transport label.
	*/
	VendorShipmentIdentifier *string

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

GetShipmentLabelsParams contains all the parameters to send to the API endpoint

for the get shipment labels operation.

Typically these are written to a http.Request.

func NewGetShipmentLabelsParams

func NewGetShipmentLabelsParams() *GetShipmentLabelsParams

NewGetShipmentLabelsParams creates a new GetShipmentLabelsParams 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 NewGetShipmentLabelsParamsWithContext

func NewGetShipmentLabelsParamsWithContext(ctx context.Context) *GetShipmentLabelsParams

NewGetShipmentLabelsParamsWithContext creates a new GetShipmentLabelsParams object with the ability to set a context for a request.

func NewGetShipmentLabelsParamsWithHTTPClient

func NewGetShipmentLabelsParamsWithHTTPClient(client *http.Client) *GetShipmentLabelsParams

NewGetShipmentLabelsParamsWithHTTPClient creates a new GetShipmentLabelsParams object with the ability to set a custom HTTPClient for a request.

func NewGetShipmentLabelsParamsWithTimeout

func NewGetShipmentLabelsParamsWithTimeout(timeout time.Duration) *GetShipmentLabelsParams

NewGetShipmentLabelsParamsWithTimeout creates a new GetShipmentLabelsParams object with the ability to set a timeout on a request.

func (*GetShipmentLabelsParams) SetBuyerReferenceNumber

func (o *GetShipmentLabelsParams) SetBuyerReferenceNumber(buyerReferenceNumber *string)

SetBuyerReferenceNumber adds the buyerReferenceNumber to the get shipment labels params

func (*GetShipmentLabelsParams) SetContext

func (o *GetShipmentLabelsParams) SetContext(ctx context.Context)

SetContext adds the context to the get shipment labels params

func (*GetShipmentLabelsParams) SetDefaults

func (o *GetShipmentLabelsParams) SetDefaults()

SetDefaults hydrates default values in the get shipment labels params (not the query body).

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

func (*GetShipmentLabelsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get shipment labels params

func (*GetShipmentLabelsParams) SetLabelCreatedAfter

func (o *GetShipmentLabelsParams) SetLabelCreatedAfter(labelCreatedAfter *strfmt.DateTime)

SetLabelCreatedAfter adds the labelCreatedAfter to the get shipment labels params

func (*GetShipmentLabelsParams) SetLabelcreatedBefore

func (o *GetShipmentLabelsParams) SetLabelcreatedBefore(labelcreatedBefore *strfmt.DateTime)

SetLabelcreatedBefore adds the labelcreatedBefore to the get shipment labels params

func (*GetShipmentLabelsParams) SetLimit

func (o *GetShipmentLabelsParams) SetLimit(limit *int64)

SetLimit adds the limit to the get shipment labels params

func (*GetShipmentLabelsParams) SetNextToken

func (o *GetShipmentLabelsParams) SetNextToken(nextToken *string)

SetNextToken adds the nextToken to the get shipment labels params

func (*GetShipmentLabelsParams) SetSellerWarehouseCode

func (o *GetShipmentLabelsParams) SetSellerWarehouseCode(sellerWarehouseCode *string)

SetSellerWarehouseCode adds the sellerWarehouseCode to the get shipment labels params

func (*GetShipmentLabelsParams) SetSortOrder

func (o *GetShipmentLabelsParams) SetSortOrder(sortOrder *string)

SetSortOrder adds the sortOrder to the get shipment labels params

func (*GetShipmentLabelsParams) SetTimeout

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

SetTimeout adds the timeout to the get shipment labels params

func (*GetShipmentLabelsParams) SetVendorShipmentIdentifier

func (o *GetShipmentLabelsParams) SetVendorShipmentIdentifier(vendorShipmentIdentifier *string)

SetVendorShipmentIdentifier adds the vendorShipmentIdentifier to the get shipment labels params

func (*GetShipmentLabelsParams) WithBuyerReferenceNumber

func (o *GetShipmentLabelsParams) WithBuyerReferenceNumber(buyerReferenceNumber *string) *GetShipmentLabelsParams

WithBuyerReferenceNumber adds the buyerReferenceNumber to the get shipment labels params

func (*GetShipmentLabelsParams) WithContext

WithContext adds the context to the get shipment labels params

func (*GetShipmentLabelsParams) WithDefaults

WithDefaults hydrates default values in the get shipment labels params (not the query body).

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

func (*GetShipmentLabelsParams) WithHTTPClient

func (o *GetShipmentLabelsParams) WithHTTPClient(client *http.Client) *GetShipmentLabelsParams

WithHTTPClient adds the HTTPClient to the get shipment labels params

func (*GetShipmentLabelsParams) WithLabelCreatedAfter

func (o *GetShipmentLabelsParams) WithLabelCreatedAfter(labelCreatedAfter *strfmt.DateTime) *GetShipmentLabelsParams

WithLabelCreatedAfter adds the labelCreatedAfter to the get shipment labels params

func (*GetShipmentLabelsParams) WithLabelcreatedBefore

func (o *GetShipmentLabelsParams) WithLabelcreatedBefore(labelcreatedBefore *strfmt.DateTime) *GetShipmentLabelsParams

WithLabelcreatedBefore adds the labelcreatedBefore to the get shipment labels params

func (*GetShipmentLabelsParams) WithLimit

WithLimit adds the limit to the get shipment labels params

func (*GetShipmentLabelsParams) WithNextToken

func (o *GetShipmentLabelsParams) WithNextToken(nextToken *string) *GetShipmentLabelsParams

WithNextToken adds the nextToken to the get shipment labels params

func (*GetShipmentLabelsParams) WithSellerWarehouseCode

func (o *GetShipmentLabelsParams) WithSellerWarehouseCode(sellerWarehouseCode *string) *GetShipmentLabelsParams

WithSellerWarehouseCode adds the sellerWarehouseCode to the get shipment labels params

func (*GetShipmentLabelsParams) WithSortOrder

func (o *GetShipmentLabelsParams) WithSortOrder(sortOrder *string) *GetShipmentLabelsParams

WithSortOrder adds the sortOrder to the get shipment labels params

func (*GetShipmentLabelsParams) WithTimeout

WithTimeout adds the timeout to the get shipment labels params

func (*GetShipmentLabelsParams) WithVendorShipmentIdentifier

func (o *GetShipmentLabelsParams) WithVendorShipmentIdentifier(vendorShipmentIdentifier *string) *GetShipmentLabelsParams

WithVendorShipmentIdentifier adds the vendorShipmentIdentifier to the get shipment labels params

func (*GetShipmentLabelsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetShipmentLabelsReader

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

GetShipmentLabelsReader is a Reader for the GetShipmentLabels structure.

func (*GetShipmentLabelsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetShipmentLabelsServiceUnavailable

type GetShipmentLabelsServiceUnavailable 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 *vendor_shipments_models.GetShipmentLabels
}

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

Temporary overloading or maintenance of the server.

func NewGetShipmentLabelsServiceUnavailable

func NewGetShipmentLabelsServiceUnavailable() *GetShipmentLabelsServiceUnavailable

NewGetShipmentLabelsServiceUnavailable creates a GetShipmentLabelsServiceUnavailable with default headers values

func (*GetShipmentLabelsServiceUnavailable) Error

func (*GetShipmentLabelsServiceUnavailable) GetPayload

func (*GetShipmentLabelsServiceUnavailable) IsClientError

func (o *GetShipmentLabelsServiceUnavailable) IsClientError() bool

IsClientError returns true when this get shipment labels service unavailable response has a 4xx status code

func (*GetShipmentLabelsServiceUnavailable) IsCode

IsCode returns true when this get shipment labels service unavailable response a status code equal to that given

func (*GetShipmentLabelsServiceUnavailable) IsRedirect

func (o *GetShipmentLabelsServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get shipment labels service unavailable response has a 3xx status code

func (*GetShipmentLabelsServiceUnavailable) IsServerError

func (o *GetShipmentLabelsServiceUnavailable) IsServerError() bool

IsServerError returns true when this get shipment labels service unavailable response has a 5xx status code

func (*GetShipmentLabelsServiceUnavailable) IsSuccess

IsSuccess returns true when this get shipment labels service unavailable response has a 2xx status code

func (*GetShipmentLabelsServiceUnavailable) String

type GetShipmentLabelsTooManyRequests

type GetShipmentLabelsTooManyRequests 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 *vendor_shipments_models.GetShipmentLabels
}

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

The frequency of requests was greater than allowed.

func NewGetShipmentLabelsTooManyRequests

func NewGetShipmentLabelsTooManyRequests() *GetShipmentLabelsTooManyRequests

NewGetShipmentLabelsTooManyRequests creates a GetShipmentLabelsTooManyRequests with default headers values

func (*GetShipmentLabelsTooManyRequests) Error

func (*GetShipmentLabelsTooManyRequests) GetPayload

func (*GetShipmentLabelsTooManyRequests) IsClientError

func (o *GetShipmentLabelsTooManyRequests) IsClientError() bool

IsClientError returns true when this get shipment labels too many requests response has a 4xx status code

func (*GetShipmentLabelsTooManyRequests) IsCode

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

IsCode returns true when this get shipment labels too many requests response a status code equal to that given

func (*GetShipmentLabelsTooManyRequests) IsRedirect

func (o *GetShipmentLabelsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get shipment labels too many requests response has a 3xx status code

func (*GetShipmentLabelsTooManyRequests) IsServerError

func (o *GetShipmentLabelsTooManyRequests) IsServerError() bool

IsServerError returns true when this get shipment labels too many requests response has a 5xx status code

func (*GetShipmentLabelsTooManyRequests) IsSuccess

func (o *GetShipmentLabelsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get shipment labels too many requests response has a 2xx status code

func (*GetShipmentLabelsTooManyRequests) String

type GetShipmentLabelsUnauthorized

type GetShipmentLabelsUnauthorized 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 *vendor_shipments_models.GetShipmentLabels
}

GetShipmentLabelsUnauthorized 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 NewGetShipmentLabelsUnauthorized

func NewGetShipmentLabelsUnauthorized() *GetShipmentLabelsUnauthorized

NewGetShipmentLabelsUnauthorized creates a GetShipmentLabelsUnauthorized with default headers values

func (*GetShipmentLabelsUnauthorized) Error

func (*GetShipmentLabelsUnauthorized) GetPayload

func (*GetShipmentLabelsUnauthorized) IsClientError

func (o *GetShipmentLabelsUnauthorized) IsClientError() bool

IsClientError returns true when this get shipment labels unauthorized response has a 4xx status code

func (*GetShipmentLabelsUnauthorized) IsCode

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

IsCode returns true when this get shipment labels unauthorized response a status code equal to that given

func (*GetShipmentLabelsUnauthorized) IsRedirect

func (o *GetShipmentLabelsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get shipment labels unauthorized response has a 3xx status code

func (*GetShipmentLabelsUnauthorized) IsServerError

func (o *GetShipmentLabelsUnauthorized) IsServerError() bool

IsServerError returns true when this get shipment labels unauthorized response has a 5xx status code

func (*GetShipmentLabelsUnauthorized) IsSuccess

func (o *GetShipmentLabelsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get shipment labels unauthorized response has a 2xx status code

func (*GetShipmentLabelsUnauthorized) String

type GetShipmentLabelsUnsupportedMediaType

type GetShipmentLabelsUnsupportedMediaType 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 *vendor_shipments_models.GetShipmentLabels
}

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

The request payload is in an unsupported format.

func NewGetShipmentLabelsUnsupportedMediaType

func NewGetShipmentLabelsUnsupportedMediaType() *GetShipmentLabelsUnsupportedMediaType

NewGetShipmentLabelsUnsupportedMediaType creates a GetShipmentLabelsUnsupportedMediaType with default headers values

func (*GetShipmentLabelsUnsupportedMediaType) Error

func (*GetShipmentLabelsUnsupportedMediaType) GetPayload

func (*GetShipmentLabelsUnsupportedMediaType) IsClientError

func (o *GetShipmentLabelsUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get shipment labels unsupported media type response has a 4xx status code

func (*GetShipmentLabelsUnsupportedMediaType) IsCode

IsCode returns true when this get shipment labels unsupported media type response a status code equal to that given

func (*GetShipmentLabelsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get shipment labels unsupported media type response has a 3xx status code

func (*GetShipmentLabelsUnsupportedMediaType) IsServerError

func (o *GetShipmentLabelsUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get shipment labels unsupported media type response has a 5xx status code

func (*GetShipmentLabelsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get shipment labels unsupported media type response has a 2xx status code

func (*GetShipmentLabelsUnsupportedMediaType) String

type SubmitShipmentConfirmationsAccepted

type SubmitShipmentConfirmationsAccepted struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *vendor_shipments_models.SubmitShipmentConfirmationsResponse
}

SubmitShipmentConfirmationsAccepted describes a response with status code 202, with default header values.

Success.

func NewSubmitShipmentConfirmationsAccepted

func NewSubmitShipmentConfirmationsAccepted() *SubmitShipmentConfirmationsAccepted

NewSubmitShipmentConfirmationsAccepted creates a SubmitShipmentConfirmationsAccepted with default headers values

func (*SubmitShipmentConfirmationsAccepted) Error

func (*SubmitShipmentConfirmationsAccepted) GetPayload

func (*SubmitShipmentConfirmationsAccepted) IsClientError

func (o *SubmitShipmentConfirmationsAccepted) IsClientError() bool

IsClientError returns true when this submit shipment confirmations accepted response has a 4xx status code

func (*SubmitShipmentConfirmationsAccepted) IsCode

IsCode returns true when this submit shipment confirmations accepted response a status code equal to that given

func (*SubmitShipmentConfirmationsAccepted) IsRedirect

func (o *SubmitShipmentConfirmationsAccepted) IsRedirect() bool

IsRedirect returns true when this submit shipment confirmations accepted response has a 3xx status code

func (*SubmitShipmentConfirmationsAccepted) IsServerError

func (o *SubmitShipmentConfirmationsAccepted) IsServerError() bool

IsServerError returns true when this submit shipment confirmations accepted response has a 5xx status code

func (*SubmitShipmentConfirmationsAccepted) IsSuccess

IsSuccess returns true when this submit shipment confirmations accepted response has a 2xx status code

func (*SubmitShipmentConfirmationsAccepted) String

type SubmitShipmentConfirmationsBadRequest

type SubmitShipmentConfirmationsBadRequest struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *vendor_shipments_models.SubmitShipmentConfirmationsResponse
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewSubmitShipmentConfirmationsBadRequest

func NewSubmitShipmentConfirmationsBadRequest() *SubmitShipmentConfirmationsBadRequest

NewSubmitShipmentConfirmationsBadRequest creates a SubmitShipmentConfirmationsBadRequest with default headers values

func (*SubmitShipmentConfirmationsBadRequest) Error

func (*SubmitShipmentConfirmationsBadRequest) GetPayload

func (*SubmitShipmentConfirmationsBadRequest) IsClientError

func (o *SubmitShipmentConfirmationsBadRequest) IsClientError() bool

IsClientError returns true when this submit shipment confirmations bad request response has a 4xx status code

func (*SubmitShipmentConfirmationsBadRequest) IsCode

IsCode returns true when this submit shipment confirmations bad request response a status code equal to that given

func (*SubmitShipmentConfirmationsBadRequest) IsRedirect

IsRedirect returns true when this submit shipment confirmations bad request response has a 3xx status code

func (*SubmitShipmentConfirmationsBadRequest) IsServerError

func (o *SubmitShipmentConfirmationsBadRequest) IsServerError() bool

IsServerError returns true when this submit shipment confirmations bad request response has a 5xx status code

func (*SubmitShipmentConfirmationsBadRequest) IsSuccess

IsSuccess returns true when this submit shipment confirmations bad request response has a 2xx status code

func (*SubmitShipmentConfirmationsBadRequest) String

type SubmitShipmentConfirmationsForbidden

type SubmitShipmentConfirmationsForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *vendor_shipments_models.SubmitShipmentConfirmationsResponse
}

SubmitShipmentConfirmationsForbidden 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 NewSubmitShipmentConfirmationsForbidden

func NewSubmitShipmentConfirmationsForbidden() *SubmitShipmentConfirmationsForbidden

NewSubmitShipmentConfirmationsForbidden creates a SubmitShipmentConfirmationsForbidden with default headers values

func (*SubmitShipmentConfirmationsForbidden) Error

func (*SubmitShipmentConfirmationsForbidden) GetPayload

func (*SubmitShipmentConfirmationsForbidden) IsClientError

func (o *SubmitShipmentConfirmationsForbidden) IsClientError() bool

IsClientError returns true when this submit shipment confirmations forbidden response has a 4xx status code

func (*SubmitShipmentConfirmationsForbidden) IsCode

IsCode returns true when this submit shipment confirmations forbidden response a status code equal to that given

func (*SubmitShipmentConfirmationsForbidden) IsRedirect

IsRedirect returns true when this submit shipment confirmations forbidden response has a 3xx status code

func (*SubmitShipmentConfirmationsForbidden) IsServerError

func (o *SubmitShipmentConfirmationsForbidden) IsServerError() bool

IsServerError returns true when this submit shipment confirmations forbidden response has a 5xx status code

func (*SubmitShipmentConfirmationsForbidden) IsSuccess

IsSuccess returns true when this submit shipment confirmations forbidden response has a 2xx status code

func (*SubmitShipmentConfirmationsForbidden) String

type SubmitShipmentConfirmationsInternalServerError

type SubmitShipmentConfirmationsInternalServerError 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 *vendor_shipments_models.SubmitShipmentConfirmationsResponse
}

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

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

func NewSubmitShipmentConfirmationsInternalServerError

func NewSubmitShipmentConfirmationsInternalServerError() *SubmitShipmentConfirmationsInternalServerError

NewSubmitShipmentConfirmationsInternalServerError creates a SubmitShipmentConfirmationsInternalServerError with default headers values

func (*SubmitShipmentConfirmationsInternalServerError) Error

func (*SubmitShipmentConfirmationsInternalServerError) GetPayload

func (*SubmitShipmentConfirmationsInternalServerError) IsClientError

IsClientError returns true when this submit shipment confirmations internal server error response has a 4xx status code

func (*SubmitShipmentConfirmationsInternalServerError) IsCode

IsCode returns true when this submit shipment confirmations internal server error response a status code equal to that given

func (*SubmitShipmentConfirmationsInternalServerError) IsRedirect

IsRedirect returns true when this submit shipment confirmations internal server error response has a 3xx status code

func (*SubmitShipmentConfirmationsInternalServerError) IsServerError

IsServerError returns true when this submit shipment confirmations internal server error response has a 5xx status code

func (*SubmitShipmentConfirmationsInternalServerError) IsSuccess

IsSuccess returns true when this submit shipment confirmations internal server error response has a 2xx status code

func (*SubmitShipmentConfirmationsInternalServerError) String

type SubmitShipmentConfirmationsNotFound

type SubmitShipmentConfirmationsNotFound struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *vendor_shipments_models.SubmitShipmentConfirmationsResponse
}

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

The resource specified does not exist.

func NewSubmitShipmentConfirmationsNotFound

func NewSubmitShipmentConfirmationsNotFound() *SubmitShipmentConfirmationsNotFound

NewSubmitShipmentConfirmationsNotFound creates a SubmitShipmentConfirmationsNotFound with default headers values

func (*SubmitShipmentConfirmationsNotFound) Error

func (*SubmitShipmentConfirmationsNotFound) GetPayload

func (*SubmitShipmentConfirmationsNotFound) IsClientError

func (o *SubmitShipmentConfirmationsNotFound) IsClientError() bool

IsClientError returns true when this submit shipment confirmations not found response has a 4xx status code

func (*SubmitShipmentConfirmationsNotFound) IsCode

IsCode returns true when this submit shipment confirmations not found response a status code equal to that given

func (*SubmitShipmentConfirmationsNotFound) IsRedirect

func (o *SubmitShipmentConfirmationsNotFound) IsRedirect() bool

IsRedirect returns true when this submit shipment confirmations not found response has a 3xx status code

func (*SubmitShipmentConfirmationsNotFound) IsServerError

func (o *SubmitShipmentConfirmationsNotFound) IsServerError() bool

IsServerError returns true when this submit shipment confirmations not found response has a 5xx status code

func (*SubmitShipmentConfirmationsNotFound) IsSuccess

IsSuccess returns true when this submit shipment confirmations not found response has a 2xx status code

func (*SubmitShipmentConfirmationsNotFound) String

type SubmitShipmentConfirmationsParams

type SubmitShipmentConfirmationsParams struct {

	// Body.
	Body *vendor_shipments_models.SubmitShipmentConfirmationsRequest

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

SubmitShipmentConfirmationsParams contains all the parameters to send to the API endpoint

for the submit shipment confirmations operation.

Typically these are written to a http.Request.

func NewSubmitShipmentConfirmationsParams

func NewSubmitShipmentConfirmationsParams() *SubmitShipmentConfirmationsParams

NewSubmitShipmentConfirmationsParams creates a new SubmitShipmentConfirmationsParams 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 NewSubmitShipmentConfirmationsParamsWithContext

func NewSubmitShipmentConfirmationsParamsWithContext(ctx context.Context) *SubmitShipmentConfirmationsParams

NewSubmitShipmentConfirmationsParamsWithContext creates a new SubmitShipmentConfirmationsParams object with the ability to set a context for a request.

func NewSubmitShipmentConfirmationsParamsWithHTTPClient

func NewSubmitShipmentConfirmationsParamsWithHTTPClient(client *http.Client) *SubmitShipmentConfirmationsParams

NewSubmitShipmentConfirmationsParamsWithHTTPClient creates a new SubmitShipmentConfirmationsParams object with the ability to set a custom HTTPClient for a request.

func NewSubmitShipmentConfirmationsParamsWithTimeout

func NewSubmitShipmentConfirmationsParamsWithTimeout(timeout time.Duration) *SubmitShipmentConfirmationsParams

NewSubmitShipmentConfirmationsParamsWithTimeout creates a new SubmitShipmentConfirmationsParams object with the ability to set a timeout on a request.

func (*SubmitShipmentConfirmationsParams) SetBody

SetBody adds the body to the submit shipment confirmations params

func (*SubmitShipmentConfirmationsParams) SetContext

SetContext adds the context to the submit shipment confirmations params

func (*SubmitShipmentConfirmationsParams) SetDefaults

func (o *SubmitShipmentConfirmationsParams) SetDefaults()

SetDefaults hydrates default values in the submit shipment confirmations params (not the query body).

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

func (*SubmitShipmentConfirmationsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the submit shipment confirmations params

func (*SubmitShipmentConfirmationsParams) SetTimeout

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

SetTimeout adds the timeout to the submit shipment confirmations params

func (*SubmitShipmentConfirmationsParams) WithBody

WithBody adds the body to the submit shipment confirmations params

func (*SubmitShipmentConfirmationsParams) WithContext

WithContext adds the context to the submit shipment confirmations params

func (*SubmitShipmentConfirmationsParams) WithDefaults

WithDefaults hydrates default values in the submit shipment confirmations params (not the query body).

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

func (*SubmitShipmentConfirmationsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the submit shipment confirmations params

func (*SubmitShipmentConfirmationsParams) WithTimeout

WithTimeout adds the timeout to the submit shipment confirmations params

func (*SubmitShipmentConfirmationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SubmitShipmentConfirmationsReader

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

SubmitShipmentConfirmationsReader is a Reader for the SubmitShipmentConfirmations structure.

func (*SubmitShipmentConfirmationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SubmitShipmentConfirmationsRequestEntityTooLarge

type SubmitShipmentConfirmationsRequestEntityTooLarge 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 *vendor_shipments_models.SubmitShipmentConfirmationsResponse
}

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

The request size exceeded the maximum accepted size.

func NewSubmitShipmentConfirmationsRequestEntityTooLarge

func NewSubmitShipmentConfirmationsRequestEntityTooLarge() *SubmitShipmentConfirmationsRequestEntityTooLarge

NewSubmitShipmentConfirmationsRequestEntityTooLarge creates a SubmitShipmentConfirmationsRequestEntityTooLarge with default headers values

func (*SubmitShipmentConfirmationsRequestEntityTooLarge) Error

func (*SubmitShipmentConfirmationsRequestEntityTooLarge) GetPayload

func (*SubmitShipmentConfirmationsRequestEntityTooLarge) IsClientError

IsClientError returns true when this submit shipment confirmations request entity too large response has a 4xx status code

func (*SubmitShipmentConfirmationsRequestEntityTooLarge) IsCode

IsCode returns true when this submit shipment confirmations request entity too large response a status code equal to that given

func (*SubmitShipmentConfirmationsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this submit shipment confirmations request entity too large response has a 3xx status code

func (*SubmitShipmentConfirmationsRequestEntityTooLarge) IsServerError

IsServerError returns true when this submit shipment confirmations request entity too large response has a 5xx status code

func (*SubmitShipmentConfirmationsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this submit shipment confirmations request entity too large response has a 2xx status code

func (*SubmitShipmentConfirmationsRequestEntityTooLarge) String

type SubmitShipmentConfirmationsServiceUnavailable

type SubmitShipmentConfirmationsServiceUnavailable 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 *vendor_shipments_models.SubmitShipmentConfirmationsResponse
}

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

Temporary overloading or maintenance of the server.

func NewSubmitShipmentConfirmationsServiceUnavailable

func NewSubmitShipmentConfirmationsServiceUnavailable() *SubmitShipmentConfirmationsServiceUnavailable

NewSubmitShipmentConfirmationsServiceUnavailable creates a SubmitShipmentConfirmationsServiceUnavailable with default headers values

func (*SubmitShipmentConfirmationsServiceUnavailable) Error

func (*SubmitShipmentConfirmationsServiceUnavailable) GetPayload

func (*SubmitShipmentConfirmationsServiceUnavailable) IsClientError

IsClientError returns true when this submit shipment confirmations service unavailable response has a 4xx status code

func (*SubmitShipmentConfirmationsServiceUnavailable) IsCode

IsCode returns true when this submit shipment confirmations service unavailable response a status code equal to that given

func (*SubmitShipmentConfirmationsServiceUnavailable) IsRedirect

IsRedirect returns true when this submit shipment confirmations service unavailable response has a 3xx status code

func (*SubmitShipmentConfirmationsServiceUnavailable) IsServerError

IsServerError returns true when this submit shipment confirmations service unavailable response has a 5xx status code

func (*SubmitShipmentConfirmationsServiceUnavailable) IsSuccess

IsSuccess returns true when this submit shipment confirmations service unavailable response has a 2xx status code

func (*SubmitShipmentConfirmationsServiceUnavailable) String

type SubmitShipmentConfirmationsTooManyRequests

type SubmitShipmentConfirmationsTooManyRequests 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 *vendor_shipments_models.SubmitShipmentConfirmationsResponse
}

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

The frequency of requests was greater than allowed.

func NewSubmitShipmentConfirmationsTooManyRequests

func NewSubmitShipmentConfirmationsTooManyRequests() *SubmitShipmentConfirmationsTooManyRequests

NewSubmitShipmentConfirmationsTooManyRequests creates a SubmitShipmentConfirmationsTooManyRequests with default headers values

func (*SubmitShipmentConfirmationsTooManyRequests) Error

func (*SubmitShipmentConfirmationsTooManyRequests) GetPayload

func (*SubmitShipmentConfirmationsTooManyRequests) IsClientError

IsClientError returns true when this submit shipment confirmations too many requests response has a 4xx status code

func (*SubmitShipmentConfirmationsTooManyRequests) IsCode

IsCode returns true when this submit shipment confirmations too many requests response a status code equal to that given

func (*SubmitShipmentConfirmationsTooManyRequests) IsRedirect

IsRedirect returns true when this submit shipment confirmations too many requests response has a 3xx status code

func (*SubmitShipmentConfirmationsTooManyRequests) IsServerError

IsServerError returns true when this submit shipment confirmations too many requests response has a 5xx status code

func (*SubmitShipmentConfirmationsTooManyRequests) IsSuccess

IsSuccess returns true when this submit shipment confirmations too many requests response has a 2xx status code

func (*SubmitShipmentConfirmationsTooManyRequests) String

type SubmitShipmentConfirmationsUnsupportedMediaType

type SubmitShipmentConfirmationsUnsupportedMediaType 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 *vendor_shipments_models.SubmitShipmentConfirmationsResponse
}

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

The request payload is in an unsupported format.

func NewSubmitShipmentConfirmationsUnsupportedMediaType

func NewSubmitShipmentConfirmationsUnsupportedMediaType() *SubmitShipmentConfirmationsUnsupportedMediaType

NewSubmitShipmentConfirmationsUnsupportedMediaType creates a SubmitShipmentConfirmationsUnsupportedMediaType with default headers values

func (*SubmitShipmentConfirmationsUnsupportedMediaType) Error

func (*SubmitShipmentConfirmationsUnsupportedMediaType) GetPayload

func (*SubmitShipmentConfirmationsUnsupportedMediaType) IsClientError

IsClientError returns true when this submit shipment confirmations unsupported media type response has a 4xx status code

func (*SubmitShipmentConfirmationsUnsupportedMediaType) IsCode

IsCode returns true when this submit shipment confirmations unsupported media type response a status code equal to that given

func (*SubmitShipmentConfirmationsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this submit shipment confirmations unsupported media type response has a 3xx status code

func (*SubmitShipmentConfirmationsUnsupportedMediaType) IsServerError

IsServerError returns true when this submit shipment confirmations unsupported media type response has a 5xx status code

func (*SubmitShipmentConfirmationsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this submit shipment confirmations unsupported media type response has a 2xx status code

func (*SubmitShipmentConfirmationsUnsupportedMediaType) String

type SubmitShipmentsAccepted

type SubmitShipmentsAccepted struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *vendor_shipments_models.SubmitShipmentConfirmationsResponse
}

SubmitShipmentsAccepted describes a response with status code 202, with default header values.

Success.

func NewSubmitShipmentsAccepted

func NewSubmitShipmentsAccepted() *SubmitShipmentsAccepted

NewSubmitShipmentsAccepted creates a SubmitShipmentsAccepted with default headers values

func (*SubmitShipmentsAccepted) Error

func (o *SubmitShipmentsAccepted) Error() string

func (*SubmitShipmentsAccepted) GetPayload

func (*SubmitShipmentsAccepted) IsClientError

func (o *SubmitShipmentsAccepted) IsClientError() bool

IsClientError returns true when this submit shipments accepted response has a 4xx status code

func (*SubmitShipmentsAccepted) IsCode

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

IsCode returns true when this submit shipments accepted response a status code equal to that given

func (*SubmitShipmentsAccepted) IsRedirect

func (o *SubmitShipmentsAccepted) IsRedirect() bool

IsRedirect returns true when this submit shipments accepted response has a 3xx status code

func (*SubmitShipmentsAccepted) IsServerError

func (o *SubmitShipmentsAccepted) IsServerError() bool

IsServerError returns true when this submit shipments accepted response has a 5xx status code

func (*SubmitShipmentsAccepted) IsSuccess

func (o *SubmitShipmentsAccepted) IsSuccess() bool

IsSuccess returns true when this submit shipments accepted response has a 2xx status code

func (*SubmitShipmentsAccepted) String

func (o *SubmitShipmentsAccepted) String() string

type SubmitShipmentsBadRequest

type SubmitShipmentsBadRequest struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *vendor_shipments_models.SubmitShipmentConfirmationsResponse
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewSubmitShipmentsBadRequest

func NewSubmitShipmentsBadRequest() *SubmitShipmentsBadRequest

NewSubmitShipmentsBadRequest creates a SubmitShipmentsBadRequest with default headers values

func (*SubmitShipmentsBadRequest) Error

func (o *SubmitShipmentsBadRequest) Error() string

func (*SubmitShipmentsBadRequest) GetPayload

func (*SubmitShipmentsBadRequest) IsClientError

func (o *SubmitShipmentsBadRequest) IsClientError() bool

IsClientError returns true when this submit shipments bad request response has a 4xx status code

func (*SubmitShipmentsBadRequest) IsCode

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

IsCode returns true when this submit shipments bad request response a status code equal to that given

func (*SubmitShipmentsBadRequest) IsRedirect

func (o *SubmitShipmentsBadRequest) IsRedirect() bool

IsRedirect returns true when this submit shipments bad request response has a 3xx status code

func (*SubmitShipmentsBadRequest) IsServerError

func (o *SubmitShipmentsBadRequest) IsServerError() bool

IsServerError returns true when this submit shipments bad request response has a 5xx status code

func (*SubmitShipmentsBadRequest) IsSuccess

func (o *SubmitShipmentsBadRequest) IsSuccess() bool

IsSuccess returns true when this submit shipments bad request response has a 2xx status code

func (*SubmitShipmentsBadRequest) String

func (o *SubmitShipmentsBadRequest) String() string

type SubmitShipmentsForbidden

type SubmitShipmentsForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *vendor_shipments_models.SubmitShipmentConfirmationsResponse
}

SubmitShipmentsForbidden 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 NewSubmitShipmentsForbidden

func NewSubmitShipmentsForbidden() *SubmitShipmentsForbidden

NewSubmitShipmentsForbidden creates a SubmitShipmentsForbidden with default headers values

func (*SubmitShipmentsForbidden) Error

func (o *SubmitShipmentsForbidden) Error() string

func (*SubmitShipmentsForbidden) GetPayload

func (*SubmitShipmentsForbidden) IsClientError

func (o *SubmitShipmentsForbidden) IsClientError() bool

IsClientError returns true when this submit shipments forbidden response has a 4xx status code

func (*SubmitShipmentsForbidden) IsCode

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

IsCode returns true when this submit shipments forbidden response a status code equal to that given

func (*SubmitShipmentsForbidden) IsRedirect

func (o *SubmitShipmentsForbidden) IsRedirect() bool

IsRedirect returns true when this submit shipments forbidden response has a 3xx status code

func (*SubmitShipmentsForbidden) IsServerError

func (o *SubmitShipmentsForbidden) IsServerError() bool

IsServerError returns true when this submit shipments forbidden response has a 5xx status code

func (*SubmitShipmentsForbidden) IsSuccess

func (o *SubmitShipmentsForbidden) IsSuccess() bool

IsSuccess returns true when this submit shipments forbidden response has a 2xx status code

func (*SubmitShipmentsForbidden) String

func (o *SubmitShipmentsForbidden) String() string

type SubmitShipmentsInternalServerError

type SubmitShipmentsInternalServerError struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *vendor_shipments_models.SubmitShipmentConfirmationsResponse
}

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

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

func NewSubmitShipmentsInternalServerError

func NewSubmitShipmentsInternalServerError() *SubmitShipmentsInternalServerError

NewSubmitShipmentsInternalServerError creates a SubmitShipmentsInternalServerError with default headers values

func (*SubmitShipmentsInternalServerError) Error

func (*SubmitShipmentsInternalServerError) GetPayload

func (*SubmitShipmentsInternalServerError) IsClientError

func (o *SubmitShipmentsInternalServerError) IsClientError() bool

IsClientError returns true when this submit shipments internal server error response has a 4xx status code

func (*SubmitShipmentsInternalServerError) IsCode

IsCode returns true when this submit shipments internal server error response a status code equal to that given

func (*SubmitShipmentsInternalServerError) IsRedirect

func (o *SubmitShipmentsInternalServerError) IsRedirect() bool

IsRedirect returns true when this submit shipments internal server error response has a 3xx status code

func (*SubmitShipmentsInternalServerError) IsServerError

func (o *SubmitShipmentsInternalServerError) IsServerError() bool

IsServerError returns true when this submit shipments internal server error response has a 5xx status code

func (*SubmitShipmentsInternalServerError) IsSuccess

IsSuccess returns true when this submit shipments internal server error response has a 2xx status code

func (*SubmitShipmentsInternalServerError) String

type SubmitShipmentsNotFound

type SubmitShipmentsNotFound struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *vendor_shipments_models.SubmitShipmentConfirmationsResponse
}

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

The resource specified does not exist.

func NewSubmitShipmentsNotFound

func NewSubmitShipmentsNotFound() *SubmitShipmentsNotFound

NewSubmitShipmentsNotFound creates a SubmitShipmentsNotFound with default headers values

func (*SubmitShipmentsNotFound) Error

func (o *SubmitShipmentsNotFound) Error() string

func (*SubmitShipmentsNotFound) GetPayload

func (*SubmitShipmentsNotFound) IsClientError

func (o *SubmitShipmentsNotFound) IsClientError() bool

IsClientError returns true when this submit shipments not found response has a 4xx status code

func (*SubmitShipmentsNotFound) IsCode

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

IsCode returns true when this submit shipments not found response a status code equal to that given

func (*SubmitShipmentsNotFound) IsRedirect

func (o *SubmitShipmentsNotFound) IsRedirect() bool

IsRedirect returns true when this submit shipments not found response has a 3xx status code

func (*SubmitShipmentsNotFound) IsServerError

func (o *SubmitShipmentsNotFound) IsServerError() bool

IsServerError returns true when this submit shipments not found response has a 5xx status code

func (*SubmitShipmentsNotFound) IsSuccess

func (o *SubmitShipmentsNotFound) IsSuccess() bool

IsSuccess returns true when this submit shipments not found response has a 2xx status code

func (*SubmitShipmentsNotFound) String

func (o *SubmitShipmentsNotFound) String() string

type SubmitShipmentsParams

type SubmitShipmentsParams struct {

	// Body.
	Body *vendor_shipments_models.SubmitShipments

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

SubmitShipmentsParams contains all the parameters to send to the API endpoint

for the submit shipments operation.

Typically these are written to a http.Request.

func NewSubmitShipmentsParams

func NewSubmitShipmentsParams() *SubmitShipmentsParams

NewSubmitShipmentsParams creates a new SubmitShipmentsParams 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 NewSubmitShipmentsParamsWithContext

func NewSubmitShipmentsParamsWithContext(ctx context.Context) *SubmitShipmentsParams

NewSubmitShipmentsParamsWithContext creates a new SubmitShipmentsParams object with the ability to set a context for a request.

func NewSubmitShipmentsParamsWithHTTPClient

func NewSubmitShipmentsParamsWithHTTPClient(client *http.Client) *SubmitShipmentsParams

NewSubmitShipmentsParamsWithHTTPClient creates a new SubmitShipmentsParams object with the ability to set a custom HTTPClient for a request.

func NewSubmitShipmentsParamsWithTimeout

func NewSubmitShipmentsParamsWithTimeout(timeout time.Duration) *SubmitShipmentsParams

NewSubmitShipmentsParamsWithTimeout creates a new SubmitShipmentsParams object with the ability to set a timeout on a request.

func (*SubmitShipmentsParams) SetBody

SetBody adds the body to the submit shipments params

func (*SubmitShipmentsParams) SetContext

func (o *SubmitShipmentsParams) SetContext(ctx context.Context)

SetContext adds the context to the submit shipments params

func (*SubmitShipmentsParams) SetDefaults

func (o *SubmitShipmentsParams) SetDefaults()

SetDefaults hydrates default values in the submit shipments params (not the query body).

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

func (*SubmitShipmentsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the submit shipments params

func (*SubmitShipmentsParams) SetTimeout

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

SetTimeout adds the timeout to the submit shipments params

func (*SubmitShipmentsParams) WithBody

WithBody adds the body to the submit shipments params

func (*SubmitShipmentsParams) WithContext

WithContext adds the context to the submit shipments params

func (*SubmitShipmentsParams) WithDefaults

func (o *SubmitShipmentsParams) WithDefaults() *SubmitShipmentsParams

WithDefaults hydrates default values in the submit shipments params (not the query body).

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

func (*SubmitShipmentsParams) WithHTTPClient

func (o *SubmitShipmentsParams) WithHTTPClient(client *http.Client) *SubmitShipmentsParams

WithHTTPClient adds the HTTPClient to the submit shipments params

func (*SubmitShipmentsParams) WithTimeout

func (o *SubmitShipmentsParams) WithTimeout(timeout time.Duration) *SubmitShipmentsParams

WithTimeout adds the timeout to the submit shipments params

func (*SubmitShipmentsParams) WriteToRequest

func (o *SubmitShipmentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type SubmitShipmentsReader

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

SubmitShipmentsReader is a Reader for the SubmitShipments structure.

func (*SubmitShipmentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SubmitShipmentsRequestEntityTooLarge

type SubmitShipmentsRequestEntityTooLarge struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *vendor_shipments_models.SubmitShipmentConfirmationsResponse
}

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

The request size exceeded the maximum accepted size.

func NewSubmitShipmentsRequestEntityTooLarge

func NewSubmitShipmentsRequestEntityTooLarge() *SubmitShipmentsRequestEntityTooLarge

NewSubmitShipmentsRequestEntityTooLarge creates a SubmitShipmentsRequestEntityTooLarge with default headers values

func (*SubmitShipmentsRequestEntityTooLarge) Error

func (*SubmitShipmentsRequestEntityTooLarge) GetPayload

func (*SubmitShipmentsRequestEntityTooLarge) IsClientError

func (o *SubmitShipmentsRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this submit shipments request entity too large response has a 4xx status code

func (*SubmitShipmentsRequestEntityTooLarge) IsCode

IsCode returns true when this submit shipments request entity too large response a status code equal to that given

func (*SubmitShipmentsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this submit shipments request entity too large response has a 3xx status code

func (*SubmitShipmentsRequestEntityTooLarge) IsServerError

func (o *SubmitShipmentsRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this submit shipments request entity too large response has a 5xx status code

func (*SubmitShipmentsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this submit shipments request entity too large response has a 2xx status code

func (*SubmitShipmentsRequestEntityTooLarge) String

type SubmitShipmentsServiceUnavailable

type SubmitShipmentsServiceUnavailable struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *vendor_shipments_models.SubmitShipmentConfirmationsResponse
}

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

Temporary overloading or maintenance of the server.

func NewSubmitShipmentsServiceUnavailable

func NewSubmitShipmentsServiceUnavailable() *SubmitShipmentsServiceUnavailable

NewSubmitShipmentsServiceUnavailable creates a SubmitShipmentsServiceUnavailable with default headers values

func (*SubmitShipmentsServiceUnavailable) Error

func (*SubmitShipmentsServiceUnavailable) GetPayload

func (*SubmitShipmentsServiceUnavailable) IsClientError

func (o *SubmitShipmentsServiceUnavailable) IsClientError() bool

IsClientError returns true when this submit shipments service unavailable response has a 4xx status code

func (*SubmitShipmentsServiceUnavailable) IsCode

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

IsCode returns true when this submit shipments service unavailable response a status code equal to that given

func (*SubmitShipmentsServiceUnavailable) IsRedirect

func (o *SubmitShipmentsServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this submit shipments service unavailable response has a 3xx status code

func (*SubmitShipmentsServiceUnavailable) IsServerError

func (o *SubmitShipmentsServiceUnavailable) IsServerError() bool

IsServerError returns true when this submit shipments service unavailable response has a 5xx status code

func (*SubmitShipmentsServiceUnavailable) IsSuccess

func (o *SubmitShipmentsServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this submit shipments service unavailable response has a 2xx status code

func (*SubmitShipmentsServiceUnavailable) String

type SubmitShipmentsTooManyRequests

type SubmitShipmentsTooManyRequests struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *vendor_shipments_models.SubmitShipmentConfirmationsResponse
}

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

The frequency of requests was greater than allowed.

func NewSubmitShipmentsTooManyRequests

func NewSubmitShipmentsTooManyRequests() *SubmitShipmentsTooManyRequests

NewSubmitShipmentsTooManyRequests creates a SubmitShipmentsTooManyRequests with default headers values

func (*SubmitShipmentsTooManyRequests) Error

func (*SubmitShipmentsTooManyRequests) GetPayload

func (*SubmitShipmentsTooManyRequests) IsClientError

func (o *SubmitShipmentsTooManyRequests) IsClientError() bool

IsClientError returns true when this submit shipments too many requests response has a 4xx status code

func (*SubmitShipmentsTooManyRequests) IsCode

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

IsCode returns true when this submit shipments too many requests response a status code equal to that given

func (*SubmitShipmentsTooManyRequests) IsRedirect

func (o *SubmitShipmentsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this submit shipments too many requests response has a 3xx status code

func (*SubmitShipmentsTooManyRequests) IsServerError

func (o *SubmitShipmentsTooManyRequests) IsServerError() bool

IsServerError returns true when this submit shipments too many requests response has a 5xx status code

func (*SubmitShipmentsTooManyRequests) IsSuccess

func (o *SubmitShipmentsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this submit shipments too many requests response has a 2xx status code

func (*SubmitShipmentsTooManyRequests) String

type SubmitShipmentsUnsupportedMediaType

type SubmitShipmentsUnsupportedMediaType struct {

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

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *vendor_shipments_models.SubmitShipmentConfirmationsResponse
}

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

The request payload is in an unsupported format.

func NewSubmitShipmentsUnsupportedMediaType

func NewSubmitShipmentsUnsupportedMediaType() *SubmitShipmentsUnsupportedMediaType

NewSubmitShipmentsUnsupportedMediaType creates a SubmitShipmentsUnsupportedMediaType with default headers values

func (*SubmitShipmentsUnsupportedMediaType) Error

func (*SubmitShipmentsUnsupportedMediaType) GetPayload

func (*SubmitShipmentsUnsupportedMediaType) IsClientError

func (o *SubmitShipmentsUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this submit shipments unsupported media type response has a 4xx status code

func (*SubmitShipmentsUnsupportedMediaType) IsCode

IsCode returns true when this submit shipments unsupported media type response a status code equal to that given

func (*SubmitShipmentsUnsupportedMediaType) IsRedirect

func (o *SubmitShipmentsUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this submit shipments unsupported media type response has a 3xx status code

func (*SubmitShipmentsUnsupportedMediaType) IsServerError

func (o *SubmitShipmentsUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this submit shipments unsupported media type response has a 5xx status code

func (*SubmitShipmentsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this submit shipments unsupported media type response has a 2xx status code

func (*SubmitShipmentsUnsupportedMediaType) String

Jump to

Keyboard shortcuts

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