Documentation
¶
Index ¶
- type Client
- func (a *Client) ConfirmPreorder(params *ConfirmPreorderParams, opts ...ClientOption) (*ConfirmPreorderOK, error)
- func (a *Client) ConfirmTransport(params *ConfirmTransportParams, opts ...ClientOption) (*ConfirmTransportOK, error)
- func (a *Client) CreateInboundShipment(params *CreateInboundShipmentParams, opts ...ClientOption) (*CreateInboundShipmentOK, error)
- func (a *Client) CreateInboundShipmentPlan(params *CreateInboundShipmentPlanParams, opts ...ClientOption) (*CreateInboundShipmentPlanOK, error)
- func (a *Client) EstimateTransport(params *EstimateTransportParams, opts ...ClientOption) (*EstimateTransportOK, error)
- func (a *Client) GetBillOfLading(params *GetBillOfLadingParams, opts ...ClientOption) (*GetBillOfLadingOK, error)
- func (a *Client) GetLabels(params *GetLabelsParams, opts ...ClientOption) (*GetLabelsOK, error)
- func (a *Client) GetPreorderInfo(params *GetPreorderInfoParams, opts ...ClientOption) (*GetPreorderInfoOK, error)
- func (a *Client) GetPrepInstructions(params *GetPrepInstructionsParams, opts ...ClientOption) (*GetPrepInstructionsOK, error)
- func (a *Client) GetShipmentItems(params *GetShipmentItemsParams, opts ...ClientOption) (*GetShipmentItemsOK, error)
- func (a *Client) GetShipmentItemsByShipmentID(params *GetShipmentItemsByShipmentIDParams, opts ...ClientOption) (*GetShipmentItemsByShipmentIDOK, error)
- func (a *Client) GetShipments(params *GetShipmentsParams, opts ...ClientOption) (*GetShipmentsOK, error)
- func (a *Client) GetTransportDetails(params *GetTransportDetailsParams, opts ...ClientOption) (*GetTransportDetailsOK, error)
- func (a *Client) PutTransportDetails(params *PutTransportDetailsParams, opts ...ClientOption) (*PutTransportDetailsOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateInboundShipment(params *UpdateInboundShipmentParams, opts ...ClientOption) (*UpdateInboundShipmentOK, error)
- func (a *Client) VoidTransport(params *VoidTransportParams, opts ...ClientOption) (*VoidTransportOK, error)
- type ClientOption
- type ClientService
- type ConfirmPreorderBadRequest
- func (o *ConfirmPreorderBadRequest) Error() string
- func (o *ConfirmPreorderBadRequest) GetPayload() *fulfillment_inbound_v0_models.ConfirmPreorderResponse
- func (o *ConfirmPreorderBadRequest) IsClientError() bool
- func (o *ConfirmPreorderBadRequest) IsCode(code int) bool
- func (o *ConfirmPreorderBadRequest) IsRedirect() bool
- func (o *ConfirmPreorderBadRequest) IsServerError() bool
- func (o *ConfirmPreorderBadRequest) IsSuccess() bool
- func (o *ConfirmPreorderBadRequest) String() string
- type ConfirmPreorderForbidden
- func (o *ConfirmPreorderForbidden) Error() string
- func (o *ConfirmPreorderForbidden) GetPayload() *fulfillment_inbound_v0_models.ConfirmPreorderResponse
- func (o *ConfirmPreorderForbidden) IsClientError() bool
- func (o *ConfirmPreorderForbidden) IsCode(code int) bool
- func (o *ConfirmPreorderForbidden) IsRedirect() bool
- func (o *ConfirmPreorderForbidden) IsServerError() bool
- func (o *ConfirmPreorderForbidden) IsSuccess() bool
- func (o *ConfirmPreorderForbidden) String() string
- type ConfirmPreorderInternalServerError
- func (o *ConfirmPreorderInternalServerError) Error() string
- func (o *ConfirmPreorderInternalServerError) GetPayload() *fulfillment_inbound_v0_models.ConfirmPreorderResponse
- func (o *ConfirmPreorderInternalServerError) IsClientError() bool
- func (o *ConfirmPreorderInternalServerError) IsCode(code int) bool
- func (o *ConfirmPreorderInternalServerError) IsRedirect() bool
- func (o *ConfirmPreorderInternalServerError) IsServerError() bool
- func (o *ConfirmPreorderInternalServerError) IsSuccess() bool
- func (o *ConfirmPreorderInternalServerError) String() string
- type ConfirmPreorderNotFound
- func (o *ConfirmPreorderNotFound) Error() string
- func (o *ConfirmPreorderNotFound) GetPayload() *fulfillment_inbound_v0_models.ConfirmPreorderResponse
- func (o *ConfirmPreorderNotFound) IsClientError() bool
- func (o *ConfirmPreorderNotFound) IsCode(code int) bool
- func (o *ConfirmPreorderNotFound) IsRedirect() bool
- func (o *ConfirmPreorderNotFound) IsServerError() bool
- func (o *ConfirmPreorderNotFound) IsSuccess() bool
- func (o *ConfirmPreorderNotFound) String() string
- type ConfirmPreorderOK
- func (o *ConfirmPreorderOK) Error() string
- func (o *ConfirmPreorderOK) GetPayload() *fulfillment_inbound_v0_models.ConfirmPreorderResponse
- func (o *ConfirmPreorderOK) IsClientError() bool
- func (o *ConfirmPreorderOK) IsCode(code int) bool
- func (o *ConfirmPreorderOK) IsRedirect() bool
- func (o *ConfirmPreorderOK) IsServerError() bool
- func (o *ConfirmPreorderOK) IsSuccess() bool
- func (o *ConfirmPreorderOK) String() string
- type ConfirmPreorderParams
- func NewConfirmPreorderParams() *ConfirmPreorderParams
- func NewConfirmPreorderParamsWithContext(ctx context.Context) *ConfirmPreorderParams
- func NewConfirmPreorderParamsWithHTTPClient(client *http.Client) *ConfirmPreorderParams
- func NewConfirmPreorderParamsWithTimeout(timeout time.Duration) *ConfirmPreorderParams
- func (o *ConfirmPreorderParams) SetContext(ctx context.Context)
- func (o *ConfirmPreorderParams) SetDefaults()
- func (o *ConfirmPreorderParams) SetHTTPClient(client *http.Client)
- func (o *ConfirmPreorderParams) SetMarketplaceID(marketplaceID string)
- func (o *ConfirmPreorderParams) SetNeedByDate(needByDate strfmt.Date)
- func (o *ConfirmPreorderParams) SetShipmentID(shipmentID string)
- func (o *ConfirmPreorderParams) SetTimeout(timeout time.Duration)
- func (o *ConfirmPreorderParams) WithContext(ctx context.Context) *ConfirmPreorderParams
- func (o *ConfirmPreorderParams) WithDefaults() *ConfirmPreorderParams
- func (o *ConfirmPreorderParams) WithHTTPClient(client *http.Client) *ConfirmPreorderParams
- func (o *ConfirmPreorderParams) WithMarketplaceID(marketplaceID string) *ConfirmPreorderParams
- func (o *ConfirmPreorderParams) WithNeedByDate(needByDate strfmt.Date) *ConfirmPreorderParams
- func (o *ConfirmPreorderParams) WithShipmentID(shipmentID string) *ConfirmPreorderParams
- func (o *ConfirmPreorderParams) WithTimeout(timeout time.Duration) *ConfirmPreorderParams
- func (o *ConfirmPreorderParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ConfirmPreorderReader
- type ConfirmPreorderServiceUnavailable
- func (o *ConfirmPreorderServiceUnavailable) Error() string
- func (o *ConfirmPreorderServiceUnavailable) GetPayload() *fulfillment_inbound_v0_models.ConfirmPreorderResponse
- func (o *ConfirmPreorderServiceUnavailable) IsClientError() bool
- func (o *ConfirmPreorderServiceUnavailable) IsCode(code int) bool
- func (o *ConfirmPreorderServiceUnavailable) IsRedirect() bool
- func (o *ConfirmPreorderServiceUnavailable) IsServerError() bool
- func (o *ConfirmPreorderServiceUnavailable) IsSuccess() bool
- func (o *ConfirmPreorderServiceUnavailable) String() string
- type ConfirmPreorderTooManyRequests
- func (o *ConfirmPreorderTooManyRequests) Error() string
- func (o *ConfirmPreorderTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.ConfirmPreorderResponse
- func (o *ConfirmPreorderTooManyRequests) IsClientError() bool
- func (o *ConfirmPreorderTooManyRequests) IsCode(code int) bool
- func (o *ConfirmPreorderTooManyRequests) IsRedirect() bool
- func (o *ConfirmPreorderTooManyRequests) IsServerError() bool
- func (o *ConfirmPreorderTooManyRequests) IsSuccess() bool
- func (o *ConfirmPreorderTooManyRequests) String() string
- type ConfirmPreorderUnauthorized
- func (o *ConfirmPreorderUnauthorized) Error() string
- func (o *ConfirmPreorderUnauthorized) GetPayload() *fulfillment_inbound_v0_models.ConfirmPreorderResponse
- func (o *ConfirmPreorderUnauthorized) IsClientError() bool
- func (o *ConfirmPreorderUnauthorized) IsCode(code int) bool
- func (o *ConfirmPreorderUnauthorized) IsRedirect() bool
- func (o *ConfirmPreorderUnauthorized) IsServerError() bool
- func (o *ConfirmPreorderUnauthorized) IsSuccess() bool
- func (o *ConfirmPreorderUnauthorized) String() string
- type ConfirmTransportBadRequest
- func (o *ConfirmTransportBadRequest) Error() string
- func (o *ConfirmTransportBadRequest) GetPayload() *fulfillment_inbound_v0_models.ConfirmTransportResponse
- func (o *ConfirmTransportBadRequest) IsClientError() bool
- func (o *ConfirmTransportBadRequest) IsCode(code int) bool
- func (o *ConfirmTransportBadRequest) IsRedirect() bool
- func (o *ConfirmTransportBadRequest) IsServerError() bool
- func (o *ConfirmTransportBadRequest) IsSuccess() bool
- func (o *ConfirmTransportBadRequest) String() string
- type ConfirmTransportForbidden
- func (o *ConfirmTransportForbidden) Error() string
- func (o *ConfirmTransportForbidden) GetPayload() *fulfillment_inbound_v0_models.ConfirmTransportResponse
- func (o *ConfirmTransportForbidden) IsClientError() bool
- func (o *ConfirmTransportForbidden) IsCode(code int) bool
- func (o *ConfirmTransportForbidden) IsRedirect() bool
- func (o *ConfirmTransportForbidden) IsServerError() bool
- func (o *ConfirmTransportForbidden) IsSuccess() bool
- func (o *ConfirmTransportForbidden) String() string
- type ConfirmTransportInternalServerError
- func (o *ConfirmTransportInternalServerError) Error() string
- func (o *ConfirmTransportInternalServerError) GetPayload() *fulfillment_inbound_v0_models.ConfirmTransportResponse
- func (o *ConfirmTransportInternalServerError) IsClientError() bool
- func (o *ConfirmTransportInternalServerError) IsCode(code int) bool
- func (o *ConfirmTransportInternalServerError) IsRedirect() bool
- func (o *ConfirmTransportInternalServerError) IsServerError() bool
- func (o *ConfirmTransportInternalServerError) IsSuccess() bool
- func (o *ConfirmTransportInternalServerError) String() string
- type ConfirmTransportNotFound
- func (o *ConfirmTransportNotFound) Error() string
- func (o *ConfirmTransportNotFound) GetPayload() *fulfillment_inbound_v0_models.ConfirmTransportResponse
- func (o *ConfirmTransportNotFound) IsClientError() bool
- func (o *ConfirmTransportNotFound) IsCode(code int) bool
- func (o *ConfirmTransportNotFound) IsRedirect() bool
- func (o *ConfirmTransportNotFound) IsServerError() bool
- func (o *ConfirmTransportNotFound) IsSuccess() bool
- func (o *ConfirmTransportNotFound) String() string
- type ConfirmTransportOK
- func (o *ConfirmTransportOK) Error() string
- func (o *ConfirmTransportOK) GetPayload() *fulfillment_inbound_v0_models.ConfirmTransportResponse
- func (o *ConfirmTransportOK) IsClientError() bool
- func (o *ConfirmTransportOK) IsCode(code int) bool
- func (o *ConfirmTransportOK) IsRedirect() bool
- func (o *ConfirmTransportOK) IsServerError() bool
- func (o *ConfirmTransportOK) IsSuccess() bool
- func (o *ConfirmTransportOK) String() string
- type ConfirmTransportParams
- func NewConfirmTransportParams() *ConfirmTransportParams
- func NewConfirmTransportParamsWithContext(ctx context.Context) *ConfirmTransportParams
- func NewConfirmTransportParamsWithHTTPClient(client *http.Client) *ConfirmTransportParams
- func NewConfirmTransportParamsWithTimeout(timeout time.Duration) *ConfirmTransportParams
- func (o *ConfirmTransportParams) SetContext(ctx context.Context)
- func (o *ConfirmTransportParams) SetDefaults()
- func (o *ConfirmTransportParams) SetHTTPClient(client *http.Client)
- func (o *ConfirmTransportParams) SetShipmentID(shipmentID string)
- func (o *ConfirmTransportParams) SetTimeout(timeout time.Duration)
- func (o *ConfirmTransportParams) WithContext(ctx context.Context) *ConfirmTransportParams
- func (o *ConfirmTransportParams) WithDefaults() *ConfirmTransportParams
- func (o *ConfirmTransportParams) WithHTTPClient(client *http.Client) *ConfirmTransportParams
- func (o *ConfirmTransportParams) WithShipmentID(shipmentID string) *ConfirmTransportParams
- func (o *ConfirmTransportParams) WithTimeout(timeout time.Duration) *ConfirmTransportParams
- func (o *ConfirmTransportParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ConfirmTransportReader
- type ConfirmTransportServiceUnavailable
- func (o *ConfirmTransportServiceUnavailable) Error() string
- func (o *ConfirmTransportServiceUnavailable) GetPayload() *fulfillment_inbound_v0_models.ConfirmTransportResponse
- func (o *ConfirmTransportServiceUnavailable) IsClientError() bool
- func (o *ConfirmTransportServiceUnavailable) IsCode(code int) bool
- func (o *ConfirmTransportServiceUnavailable) IsRedirect() bool
- func (o *ConfirmTransportServiceUnavailable) IsServerError() bool
- func (o *ConfirmTransportServiceUnavailable) IsSuccess() bool
- func (o *ConfirmTransportServiceUnavailable) String() string
- type ConfirmTransportTooManyRequests
- func (o *ConfirmTransportTooManyRequests) Error() string
- func (o *ConfirmTransportTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.ConfirmTransportResponse
- func (o *ConfirmTransportTooManyRequests) IsClientError() bool
- func (o *ConfirmTransportTooManyRequests) IsCode(code int) bool
- func (o *ConfirmTransportTooManyRequests) IsRedirect() bool
- func (o *ConfirmTransportTooManyRequests) IsServerError() bool
- func (o *ConfirmTransportTooManyRequests) IsSuccess() bool
- func (o *ConfirmTransportTooManyRequests) String() string
- type ConfirmTransportUnauthorized
- func (o *ConfirmTransportUnauthorized) Error() string
- func (o *ConfirmTransportUnauthorized) GetPayload() *fulfillment_inbound_v0_models.ConfirmTransportResponse
- func (o *ConfirmTransportUnauthorized) IsClientError() bool
- func (o *ConfirmTransportUnauthorized) IsCode(code int) bool
- func (o *ConfirmTransportUnauthorized) IsRedirect() bool
- func (o *ConfirmTransportUnauthorized) IsServerError() bool
- func (o *ConfirmTransportUnauthorized) IsSuccess() bool
- func (o *ConfirmTransportUnauthorized) String() string
- type CreateInboundShipmentBadRequest
- func (o *CreateInboundShipmentBadRequest) Error() string
- func (o *CreateInboundShipmentBadRequest) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
- func (o *CreateInboundShipmentBadRequest) IsClientError() bool
- func (o *CreateInboundShipmentBadRequest) IsCode(code int) bool
- func (o *CreateInboundShipmentBadRequest) IsRedirect() bool
- func (o *CreateInboundShipmentBadRequest) IsServerError() bool
- func (o *CreateInboundShipmentBadRequest) IsSuccess() bool
- func (o *CreateInboundShipmentBadRequest) String() string
- type CreateInboundShipmentForbidden
- func (o *CreateInboundShipmentForbidden) Error() string
- func (o *CreateInboundShipmentForbidden) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
- func (o *CreateInboundShipmentForbidden) IsClientError() bool
- func (o *CreateInboundShipmentForbidden) IsCode(code int) bool
- func (o *CreateInboundShipmentForbidden) IsRedirect() bool
- func (o *CreateInboundShipmentForbidden) IsServerError() bool
- func (o *CreateInboundShipmentForbidden) IsSuccess() bool
- func (o *CreateInboundShipmentForbidden) String() string
- type CreateInboundShipmentInternalServerError
- func (o *CreateInboundShipmentInternalServerError) Error() string
- func (o *CreateInboundShipmentInternalServerError) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
- func (o *CreateInboundShipmentInternalServerError) IsClientError() bool
- func (o *CreateInboundShipmentInternalServerError) IsCode(code int) bool
- func (o *CreateInboundShipmentInternalServerError) IsRedirect() bool
- func (o *CreateInboundShipmentInternalServerError) IsServerError() bool
- func (o *CreateInboundShipmentInternalServerError) IsSuccess() bool
- func (o *CreateInboundShipmentInternalServerError) String() string
- type CreateInboundShipmentNotFound
- func (o *CreateInboundShipmentNotFound) Error() string
- func (o *CreateInboundShipmentNotFound) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
- func (o *CreateInboundShipmentNotFound) IsClientError() bool
- func (o *CreateInboundShipmentNotFound) IsCode(code int) bool
- func (o *CreateInboundShipmentNotFound) IsRedirect() bool
- func (o *CreateInboundShipmentNotFound) IsServerError() bool
- func (o *CreateInboundShipmentNotFound) IsSuccess() bool
- func (o *CreateInboundShipmentNotFound) String() string
- type CreateInboundShipmentOK
- func (o *CreateInboundShipmentOK) Error() string
- func (o *CreateInboundShipmentOK) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
- func (o *CreateInboundShipmentOK) IsClientError() bool
- func (o *CreateInboundShipmentOK) IsCode(code int) bool
- func (o *CreateInboundShipmentOK) IsRedirect() bool
- func (o *CreateInboundShipmentOK) IsServerError() bool
- func (o *CreateInboundShipmentOK) IsSuccess() bool
- func (o *CreateInboundShipmentOK) String() string
- type CreateInboundShipmentParams
- func NewCreateInboundShipmentParams() *CreateInboundShipmentParams
- func NewCreateInboundShipmentParamsWithContext(ctx context.Context) *CreateInboundShipmentParams
- func NewCreateInboundShipmentParamsWithHTTPClient(client *http.Client) *CreateInboundShipmentParams
- func NewCreateInboundShipmentParamsWithTimeout(timeout time.Duration) *CreateInboundShipmentParams
- func (o *CreateInboundShipmentParams) SetBody(body *fulfillment_inbound_v0_models.InboundShipmentRequest)
- func (o *CreateInboundShipmentParams) SetContext(ctx context.Context)
- func (o *CreateInboundShipmentParams) SetDefaults()
- func (o *CreateInboundShipmentParams) SetHTTPClient(client *http.Client)
- func (o *CreateInboundShipmentParams) SetShipmentID(shipmentID string)
- func (o *CreateInboundShipmentParams) SetTimeout(timeout time.Duration)
- func (o *CreateInboundShipmentParams) WithBody(body *fulfillment_inbound_v0_models.InboundShipmentRequest) *CreateInboundShipmentParams
- func (o *CreateInboundShipmentParams) WithContext(ctx context.Context) *CreateInboundShipmentParams
- func (o *CreateInboundShipmentParams) WithDefaults() *CreateInboundShipmentParams
- func (o *CreateInboundShipmentParams) WithHTTPClient(client *http.Client) *CreateInboundShipmentParams
- func (o *CreateInboundShipmentParams) WithShipmentID(shipmentID string) *CreateInboundShipmentParams
- func (o *CreateInboundShipmentParams) WithTimeout(timeout time.Duration) *CreateInboundShipmentParams
- func (o *CreateInboundShipmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateInboundShipmentPlanBadRequest
- func (o *CreateInboundShipmentPlanBadRequest) Error() string
- func (o *CreateInboundShipmentPlanBadRequest) GetPayload() *fulfillment_inbound_v0_models.CreateInboundShipmentPlanResponse
- func (o *CreateInboundShipmentPlanBadRequest) IsClientError() bool
- func (o *CreateInboundShipmentPlanBadRequest) IsCode(code int) bool
- func (o *CreateInboundShipmentPlanBadRequest) IsRedirect() bool
- func (o *CreateInboundShipmentPlanBadRequest) IsServerError() bool
- func (o *CreateInboundShipmentPlanBadRequest) IsSuccess() bool
- func (o *CreateInboundShipmentPlanBadRequest) String() string
- type CreateInboundShipmentPlanForbidden
- func (o *CreateInboundShipmentPlanForbidden) Error() string
- func (o *CreateInboundShipmentPlanForbidden) GetPayload() *fulfillment_inbound_v0_models.CreateInboundShipmentPlanResponse
- func (o *CreateInboundShipmentPlanForbidden) IsClientError() bool
- func (o *CreateInboundShipmentPlanForbidden) IsCode(code int) bool
- func (o *CreateInboundShipmentPlanForbidden) IsRedirect() bool
- func (o *CreateInboundShipmentPlanForbidden) IsServerError() bool
- func (o *CreateInboundShipmentPlanForbidden) IsSuccess() bool
- func (o *CreateInboundShipmentPlanForbidden) String() string
- type CreateInboundShipmentPlanInternalServerError
- func (o *CreateInboundShipmentPlanInternalServerError) Error() string
- func (o *CreateInboundShipmentPlanInternalServerError) GetPayload() *fulfillment_inbound_v0_models.CreateInboundShipmentPlanResponse
- func (o *CreateInboundShipmentPlanInternalServerError) IsClientError() bool
- func (o *CreateInboundShipmentPlanInternalServerError) IsCode(code int) bool
- func (o *CreateInboundShipmentPlanInternalServerError) IsRedirect() bool
- func (o *CreateInboundShipmentPlanInternalServerError) IsServerError() bool
- func (o *CreateInboundShipmentPlanInternalServerError) IsSuccess() bool
- func (o *CreateInboundShipmentPlanInternalServerError) String() string
- type CreateInboundShipmentPlanNotFound
- func (o *CreateInboundShipmentPlanNotFound) Error() string
- func (o *CreateInboundShipmentPlanNotFound) GetPayload() *fulfillment_inbound_v0_models.CreateInboundShipmentPlanResponse
- func (o *CreateInboundShipmentPlanNotFound) IsClientError() bool
- func (o *CreateInboundShipmentPlanNotFound) IsCode(code int) bool
- func (o *CreateInboundShipmentPlanNotFound) IsRedirect() bool
- func (o *CreateInboundShipmentPlanNotFound) IsServerError() bool
- func (o *CreateInboundShipmentPlanNotFound) IsSuccess() bool
- func (o *CreateInboundShipmentPlanNotFound) String() string
- type CreateInboundShipmentPlanOK
- func (o *CreateInboundShipmentPlanOK) Error() string
- func (o *CreateInboundShipmentPlanOK) GetPayload() *fulfillment_inbound_v0_models.CreateInboundShipmentPlanResponse
- func (o *CreateInboundShipmentPlanOK) IsClientError() bool
- func (o *CreateInboundShipmentPlanOK) IsCode(code int) bool
- func (o *CreateInboundShipmentPlanOK) IsRedirect() bool
- func (o *CreateInboundShipmentPlanOK) IsServerError() bool
- func (o *CreateInboundShipmentPlanOK) IsSuccess() bool
- func (o *CreateInboundShipmentPlanOK) String() string
- type CreateInboundShipmentPlanParams
- func NewCreateInboundShipmentPlanParams() *CreateInboundShipmentPlanParams
- func NewCreateInboundShipmentPlanParamsWithContext(ctx context.Context) *CreateInboundShipmentPlanParams
- func NewCreateInboundShipmentPlanParamsWithHTTPClient(client *http.Client) *CreateInboundShipmentPlanParams
- func NewCreateInboundShipmentPlanParamsWithTimeout(timeout time.Duration) *CreateInboundShipmentPlanParams
- func (o *CreateInboundShipmentPlanParams) SetBody(body *fulfillment_inbound_v0_models.CreateInboundShipmentPlanRequest)
- func (o *CreateInboundShipmentPlanParams) SetContext(ctx context.Context)
- func (o *CreateInboundShipmentPlanParams) SetDefaults()
- func (o *CreateInboundShipmentPlanParams) SetHTTPClient(client *http.Client)
- func (o *CreateInboundShipmentPlanParams) SetTimeout(timeout time.Duration)
- func (o *CreateInboundShipmentPlanParams) WithBody(body *fulfillment_inbound_v0_models.CreateInboundShipmentPlanRequest) *CreateInboundShipmentPlanParams
- func (o *CreateInboundShipmentPlanParams) WithContext(ctx context.Context) *CreateInboundShipmentPlanParams
- func (o *CreateInboundShipmentPlanParams) WithDefaults() *CreateInboundShipmentPlanParams
- func (o *CreateInboundShipmentPlanParams) WithHTTPClient(client *http.Client) *CreateInboundShipmentPlanParams
- func (o *CreateInboundShipmentPlanParams) WithTimeout(timeout time.Duration) *CreateInboundShipmentPlanParams
- func (o *CreateInboundShipmentPlanParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateInboundShipmentPlanReader
- type CreateInboundShipmentPlanServiceUnavailable
- func (o *CreateInboundShipmentPlanServiceUnavailable) Error() string
- func (o *CreateInboundShipmentPlanServiceUnavailable) GetPayload() *fulfillment_inbound_v0_models.CreateInboundShipmentPlanResponse
- func (o *CreateInboundShipmentPlanServiceUnavailable) IsClientError() bool
- func (o *CreateInboundShipmentPlanServiceUnavailable) IsCode(code int) bool
- func (o *CreateInboundShipmentPlanServiceUnavailable) IsRedirect() bool
- func (o *CreateInboundShipmentPlanServiceUnavailable) IsServerError() bool
- func (o *CreateInboundShipmentPlanServiceUnavailable) IsSuccess() bool
- func (o *CreateInboundShipmentPlanServiceUnavailable) String() string
- type CreateInboundShipmentPlanTooManyRequests
- func (o *CreateInboundShipmentPlanTooManyRequests) Error() string
- func (o *CreateInboundShipmentPlanTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.CreateInboundShipmentPlanResponse
- func (o *CreateInboundShipmentPlanTooManyRequests) IsClientError() bool
- func (o *CreateInboundShipmentPlanTooManyRequests) IsCode(code int) bool
- func (o *CreateInboundShipmentPlanTooManyRequests) IsRedirect() bool
- func (o *CreateInboundShipmentPlanTooManyRequests) IsServerError() bool
- func (o *CreateInboundShipmentPlanTooManyRequests) IsSuccess() bool
- func (o *CreateInboundShipmentPlanTooManyRequests) String() string
- type CreateInboundShipmentPlanUnauthorized
- func (o *CreateInboundShipmentPlanUnauthorized) Error() string
- func (o *CreateInboundShipmentPlanUnauthorized) GetPayload() *fulfillment_inbound_v0_models.CreateInboundShipmentPlanResponse
- func (o *CreateInboundShipmentPlanUnauthorized) IsClientError() bool
- func (o *CreateInboundShipmentPlanUnauthorized) IsCode(code int) bool
- func (o *CreateInboundShipmentPlanUnauthorized) IsRedirect() bool
- func (o *CreateInboundShipmentPlanUnauthorized) IsServerError() bool
- func (o *CreateInboundShipmentPlanUnauthorized) IsSuccess() bool
- func (o *CreateInboundShipmentPlanUnauthorized) String() string
- type CreateInboundShipmentReader
- type CreateInboundShipmentServiceUnavailable
- func (o *CreateInboundShipmentServiceUnavailable) Error() string
- func (o *CreateInboundShipmentServiceUnavailable) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
- func (o *CreateInboundShipmentServiceUnavailable) IsClientError() bool
- func (o *CreateInboundShipmentServiceUnavailable) IsCode(code int) bool
- func (o *CreateInboundShipmentServiceUnavailable) IsRedirect() bool
- func (o *CreateInboundShipmentServiceUnavailable) IsServerError() bool
- func (o *CreateInboundShipmentServiceUnavailable) IsSuccess() bool
- func (o *CreateInboundShipmentServiceUnavailable) String() string
- type CreateInboundShipmentTooManyRequests
- func (o *CreateInboundShipmentTooManyRequests) Error() string
- func (o *CreateInboundShipmentTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
- func (o *CreateInboundShipmentTooManyRequests) IsClientError() bool
- func (o *CreateInboundShipmentTooManyRequests) IsCode(code int) bool
- func (o *CreateInboundShipmentTooManyRequests) IsRedirect() bool
- func (o *CreateInboundShipmentTooManyRequests) IsServerError() bool
- func (o *CreateInboundShipmentTooManyRequests) IsSuccess() bool
- func (o *CreateInboundShipmentTooManyRequests) String() string
- type CreateInboundShipmentUnauthorized
- func (o *CreateInboundShipmentUnauthorized) Error() string
- func (o *CreateInboundShipmentUnauthorized) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
- func (o *CreateInboundShipmentUnauthorized) IsClientError() bool
- func (o *CreateInboundShipmentUnauthorized) IsCode(code int) bool
- func (o *CreateInboundShipmentUnauthorized) IsRedirect() bool
- func (o *CreateInboundShipmentUnauthorized) IsServerError() bool
- func (o *CreateInboundShipmentUnauthorized) IsSuccess() bool
- func (o *CreateInboundShipmentUnauthorized) String() string
- type EstimateTransportBadRequest
- func (o *EstimateTransportBadRequest) Error() string
- func (o *EstimateTransportBadRequest) GetPayload() *fulfillment_inbound_v0_models.EstimateTransportResponse
- func (o *EstimateTransportBadRequest) IsClientError() bool
- func (o *EstimateTransportBadRequest) IsCode(code int) bool
- func (o *EstimateTransportBadRequest) IsRedirect() bool
- func (o *EstimateTransportBadRequest) IsServerError() bool
- func (o *EstimateTransportBadRequest) IsSuccess() bool
- func (o *EstimateTransportBadRequest) String() string
- type EstimateTransportForbidden
- func (o *EstimateTransportForbidden) Error() string
- func (o *EstimateTransportForbidden) GetPayload() *fulfillment_inbound_v0_models.EstimateTransportResponse
- func (o *EstimateTransportForbidden) IsClientError() bool
- func (o *EstimateTransportForbidden) IsCode(code int) bool
- func (o *EstimateTransportForbidden) IsRedirect() bool
- func (o *EstimateTransportForbidden) IsServerError() bool
- func (o *EstimateTransportForbidden) IsSuccess() bool
- func (o *EstimateTransportForbidden) String() string
- type EstimateTransportInternalServerError
- func (o *EstimateTransportInternalServerError) Error() string
- func (o *EstimateTransportInternalServerError) GetPayload() *fulfillment_inbound_v0_models.EstimateTransportResponse
- func (o *EstimateTransportInternalServerError) IsClientError() bool
- func (o *EstimateTransportInternalServerError) IsCode(code int) bool
- func (o *EstimateTransportInternalServerError) IsRedirect() bool
- func (o *EstimateTransportInternalServerError) IsServerError() bool
- func (o *EstimateTransportInternalServerError) IsSuccess() bool
- func (o *EstimateTransportInternalServerError) String() string
- type EstimateTransportNotFound
- func (o *EstimateTransportNotFound) Error() string
- func (o *EstimateTransportNotFound) GetPayload() *fulfillment_inbound_v0_models.EstimateTransportResponse
- func (o *EstimateTransportNotFound) IsClientError() bool
- func (o *EstimateTransportNotFound) IsCode(code int) bool
- func (o *EstimateTransportNotFound) IsRedirect() bool
- func (o *EstimateTransportNotFound) IsServerError() bool
- func (o *EstimateTransportNotFound) IsSuccess() bool
- func (o *EstimateTransportNotFound) String() string
- type EstimateTransportOK
- func (o *EstimateTransportOK) Error() string
- func (o *EstimateTransportOK) GetPayload() *fulfillment_inbound_v0_models.EstimateTransportResponse
- func (o *EstimateTransportOK) IsClientError() bool
- func (o *EstimateTransportOK) IsCode(code int) bool
- func (o *EstimateTransportOK) IsRedirect() bool
- func (o *EstimateTransportOK) IsServerError() bool
- func (o *EstimateTransportOK) IsSuccess() bool
- func (o *EstimateTransportOK) String() string
- type EstimateTransportParams
- func NewEstimateTransportParams() *EstimateTransportParams
- func NewEstimateTransportParamsWithContext(ctx context.Context) *EstimateTransportParams
- func NewEstimateTransportParamsWithHTTPClient(client *http.Client) *EstimateTransportParams
- func NewEstimateTransportParamsWithTimeout(timeout time.Duration) *EstimateTransportParams
- func (o *EstimateTransportParams) SetContext(ctx context.Context)
- func (o *EstimateTransportParams) SetDefaults()
- func (o *EstimateTransportParams) SetHTTPClient(client *http.Client)
- func (o *EstimateTransportParams) SetShipmentID(shipmentID string)
- func (o *EstimateTransportParams) SetTimeout(timeout time.Duration)
- func (o *EstimateTransportParams) WithContext(ctx context.Context) *EstimateTransportParams
- func (o *EstimateTransportParams) WithDefaults() *EstimateTransportParams
- func (o *EstimateTransportParams) WithHTTPClient(client *http.Client) *EstimateTransportParams
- func (o *EstimateTransportParams) WithShipmentID(shipmentID string) *EstimateTransportParams
- func (o *EstimateTransportParams) WithTimeout(timeout time.Duration) *EstimateTransportParams
- func (o *EstimateTransportParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EstimateTransportReader
- type EstimateTransportServiceUnavailable
- func (o *EstimateTransportServiceUnavailable) Error() string
- func (o *EstimateTransportServiceUnavailable) GetPayload() *fulfillment_inbound_v0_models.EstimateTransportResponse
- func (o *EstimateTransportServiceUnavailable) IsClientError() bool
- func (o *EstimateTransportServiceUnavailable) IsCode(code int) bool
- func (o *EstimateTransportServiceUnavailable) IsRedirect() bool
- func (o *EstimateTransportServiceUnavailable) IsServerError() bool
- func (o *EstimateTransportServiceUnavailable) IsSuccess() bool
- func (o *EstimateTransportServiceUnavailable) String() string
- type EstimateTransportTooManyRequests
- func (o *EstimateTransportTooManyRequests) Error() string
- func (o *EstimateTransportTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.EstimateTransportResponse
- func (o *EstimateTransportTooManyRequests) IsClientError() bool
- func (o *EstimateTransportTooManyRequests) IsCode(code int) bool
- func (o *EstimateTransportTooManyRequests) IsRedirect() bool
- func (o *EstimateTransportTooManyRequests) IsServerError() bool
- func (o *EstimateTransportTooManyRequests) IsSuccess() bool
- func (o *EstimateTransportTooManyRequests) String() string
- type EstimateTransportUnauthorized
- func (o *EstimateTransportUnauthorized) Error() string
- func (o *EstimateTransportUnauthorized) GetPayload() *fulfillment_inbound_v0_models.EstimateTransportResponse
- func (o *EstimateTransportUnauthorized) IsClientError() bool
- func (o *EstimateTransportUnauthorized) IsCode(code int) bool
- func (o *EstimateTransportUnauthorized) IsRedirect() bool
- func (o *EstimateTransportUnauthorized) IsServerError() bool
- func (o *EstimateTransportUnauthorized) IsSuccess() bool
- func (o *EstimateTransportUnauthorized) String() string
- type GetBillOfLadingBadRequest
- func (o *GetBillOfLadingBadRequest) Error() string
- func (o *GetBillOfLadingBadRequest) GetPayload() *fulfillment_inbound_v0_models.GetBillOfLadingResponse
- func (o *GetBillOfLadingBadRequest) IsClientError() bool
- func (o *GetBillOfLadingBadRequest) IsCode(code int) bool
- func (o *GetBillOfLadingBadRequest) IsRedirect() bool
- func (o *GetBillOfLadingBadRequest) IsServerError() bool
- func (o *GetBillOfLadingBadRequest) IsSuccess() bool
- func (o *GetBillOfLadingBadRequest) String() string
- type GetBillOfLadingForbidden
- func (o *GetBillOfLadingForbidden) Error() string
- func (o *GetBillOfLadingForbidden) GetPayload() *fulfillment_inbound_v0_models.GetBillOfLadingResponse
- func (o *GetBillOfLadingForbidden) IsClientError() bool
- func (o *GetBillOfLadingForbidden) IsCode(code int) bool
- func (o *GetBillOfLadingForbidden) IsRedirect() bool
- func (o *GetBillOfLadingForbidden) IsServerError() bool
- func (o *GetBillOfLadingForbidden) IsSuccess() bool
- func (o *GetBillOfLadingForbidden) String() string
- type GetBillOfLadingInternalServerError
- func (o *GetBillOfLadingInternalServerError) Error() string
- func (o *GetBillOfLadingInternalServerError) GetPayload() *fulfillment_inbound_v0_models.GetBillOfLadingResponse
- func (o *GetBillOfLadingInternalServerError) IsClientError() bool
- func (o *GetBillOfLadingInternalServerError) IsCode(code int) bool
- func (o *GetBillOfLadingInternalServerError) IsRedirect() bool
- func (o *GetBillOfLadingInternalServerError) IsServerError() bool
- func (o *GetBillOfLadingInternalServerError) IsSuccess() bool
- func (o *GetBillOfLadingInternalServerError) String() string
- type GetBillOfLadingNotFound
- func (o *GetBillOfLadingNotFound) Error() string
- func (o *GetBillOfLadingNotFound) GetPayload() *fulfillment_inbound_v0_models.GetBillOfLadingResponse
- func (o *GetBillOfLadingNotFound) IsClientError() bool
- func (o *GetBillOfLadingNotFound) IsCode(code int) bool
- func (o *GetBillOfLadingNotFound) IsRedirect() bool
- func (o *GetBillOfLadingNotFound) IsServerError() bool
- func (o *GetBillOfLadingNotFound) IsSuccess() bool
- func (o *GetBillOfLadingNotFound) String() string
- type GetBillOfLadingOK
- func (o *GetBillOfLadingOK) Error() string
- func (o *GetBillOfLadingOK) GetPayload() *fulfillment_inbound_v0_models.GetBillOfLadingResponse
- func (o *GetBillOfLadingOK) IsClientError() bool
- func (o *GetBillOfLadingOK) IsCode(code int) bool
- func (o *GetBillOfLadingOK) IsRedirect() bool
- func (o *GetBillOfLadingOK) IsServerError() bool
- func (o *GetBillOfLadingOK) IsSuccess() bool
- func (o *GetBillOfLadingOK) String() string
- type GetBillOfLadingParams
- func NewGetBillOfLadingParams() *GetBillOfLadingParams
- func NewGetBillOfLadingParamsWithContext(ctx context.Context) *GetBillOfLadingParams
- func NewGetBillOfLadingParamsWithHTTPClient(client *http.Client) *GetBillOfLadingParams
- func NewGetBillOfLadingParamsWithTimeout(timeout time.Duration) *GetBillOfLadingParams
- func (o *GetBillOfLadingParams) SetContext(ctx context.Context)
- func (o *GetBillOfLadingParams) SetDefaults()
- func (o *GetBillOfLadingParams) SetHTTPClient(client *http.Client)
- func (o *GetBillOfLadingParams) SetShipmentID(shipmentID string)
- func (o *GetBillOfLadingParams) SetTimeout(timeout time.Duration)
- func (o *GetBillOfLadingParams) WithContext(ctx context.Context) *GetBillOfLadingParams
- func (o *GetBillOfLadingParams) WithDefaults() *GetBillOfLadingParams
- func (o *GetBillOfLadingParams) WithHTTPClient(client *http.Client) *GetBillOfLadingParams
- func (o *GetBillOfLadingParams) WithShipmentID(shipmentID string) *GetBillOfLadingParams
- func (o *GetBillOfLadingParams) WithTimeout(timeout time.Duration) *GetBillOfLadingParams
- func (o *GetBillOfLadingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetBillOfLadingReader
- type GetBillOfLadingServiceUnavailable
- func (o *GetBillOfLadingServiceUnavailable) Error() string
- func (o *GetBillOfLadingServiceUnavailable) GetPayload() *fulfillment_inbound_v0_models.GetBillOfLadingResponse
- func (o *GetBillOfLadingServiceUnavailable) IsClientError() bool
- func (o *GetBillOfLadingServiceUnavailable) IsCode(code int) bool
- func (o *GetBillOfLadingServiceUnavailable) IsRedirect() bool
- func (o *GetBillOfLadingServiceUnavailable) IsServerError() bool
- func (o *GetBillOfLadingServiceUnavailable) IsSuccess() bool
- func (o *GetBillOfLadingServiceUnavailable) String() string
- type GetBillOfLadingTooManyRequests
- func (o *GetBillOfLadingTooManyRequests) Error() string
- func (o *GetBillOfLadingTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.GetBillOfLadingResponse
- func (o *GetBillOfLadingTooManyRequests) IsClientError() bool
- func (o *GetBillOfLadingTooManyRequests) IsCode(code int) bool
- func (o *GetBillOfLadingTooManyRequests) IsRedirect() bool
- func (o *GetBillOfLadingTooManyRequests) IsServerError() bool
- func (o *GetBillOfLadingTooManyRequests) IsSuccess() bool
- func (o *GetBillOfLadingTooManyRequests) String() string
- type GetBillOfLadingUnauthorized
- func (o *GetBillOfLadingUnauthorized) Error() string
- func (o *GetBillOfLadingUnauthorized) GetPayload() *fulfillment_inbound_v0_models.GetBillOfLadingResponse
- func (o *GetBillOfLadingUnauthorized) IsClientError() bool
- func (o *GetBillOfLadingUnauthorized) IsCode(code int) bool
- func (o *GetBillOfLadingUnauthorized) IsRedirect() bool
- func (o *GetBillOfLadingUnauthorized) IsServerError() bool
- func (o *GetBillOfLadingUnauthorized) IsSuccess() bool
- func (o *GetBillOfLadingUnauthorized) String() string
- type GetLabelsBadRequest
- func (o *GetLabelsBadRequest) Error() string
- func (o *GetLabelsBadRequest) GetPayload() *fulfillment_inbound_v0_models.GetLabelsResponse
- func (o *GetLabelsBadRequest) IsClientError() bool
- func (o *GetLabelsBadRequest) IsCode(code int) bool
- func (o *GetLabelsBadRequest) IsRedirect() bool
- func (o *GetLabelsBadRequest) IsServerError() bool
- func (o *GetLabelsBadRequest) IsSuccess() bool
- func (o *GetLabelsBadRequest) String() string
- type GetLabelsForbidden
- func (o *GetLabelsForbidden) Error() string
- func (o *GetLabelsForbidden) GetPayload() *fulfillment_inbound_v0_models.GetLabelsResponse
- func (o *GetLabelsForbidden) IsClientError() bool
- func (o *GetLabelsForbidden) IsCode(code int) bool
- func (o *GetLabelsForbidden) IsRedirect() bool
- func (o *GetLabelsForbidden) IsServerError() bool
- func (o *GetLabelsForbidden) IsSuccess() bool
- func (o *GetLabelsForbidden) String() string
- type GetLabelsInternalServerError
- func (o *GetLabelsInternalServerError) Error() string
- func (o *GetLabelsInternalServerError) GetPayload() *fulfillment_inbound_v0_models.GetLabelsResponse
- func (o *GetLabelsInternalServerError) IsClientError() bool
- func (o *GetLabelsInternalServerError) IsCode(code int) bool
- func (o *GetLabelsInternalServerError) IsRedirect() bool
- func (o *GetLabelsInternalServerError) IsServerError() bool
- func (o *GetLabelsInternalServerError) IsSuccess() bool
- func (o *GetLabelsInternalServerError) String() string
- type GetLabelsNotFound
- func (o *GetLabelsNotFound) Error() string
- func (o *GetLabelsNotFound) GetPayload() *fulfillment_inbound_v0_models.GetLabelsResponse
- func (o *GetLabelsNotFound) IsClientError() bool
- func (o *GetLabelsNotFound) IsCode(code int) bool
- func (o *GetLabelsNotFound) IsRedirect() bool
- func (o *GetLabelsNotFound) IsServerError() bool
- func (o *GetLabelsNotFound) IsSuccess() bool
- func (o *GetLabelsNotFound) String() string
- type GetLabelsOK
- func (o *GetLabelsOK) Error() string
- func (o *GetLabelsOK) GetPayload() *fulfillment_inbound_v0_models.GetLabelsResponse
- func (o *GetLabelsOK) IsClientError() bool
- func (o *GetLabelsOK) IsCode(code int) bool
- func (o *GetLabelsOK) IsRedirect() bool
- func (o *GetLabelsOK) IsServerError() bool
- func (o *GetLabelsOK) IsSuccess() bool
- func (o *GetLabelsOK) String() string
- type GetLabelsParams
- func (o *GetLabelsParams) SetContext(ctx context.Context)
- func (o *GetLabelsParams) SetDefaults()
- func (o *GetLabelsParams) SetHTTPClient(client *http.Client)
- func (o *GetLabelsParams) SetLabelType(labelType string)
- func (o *GetLabelsParams) SetNumberOfPackages(numberOfPackages *int64)
- func (o *GetLabelsParams) SetNumberOfPallets(numberOfPallets *int64)
- func (o *GetLabelsParams) SetPackageLabelsToPrint(packageLabelsToPrint []string)
- func (o *GetLabelsParams) SetPageSize(pageSize *int64)
- func (o *GetLabelsParams) SetPageStartIndex(pageStartIndex *int64)
- func (o *GetLabelsParams) SetPageType(pageType string)
- func (o *GetLabelsParams) SetShipmentID(shipmentID string)
- func (o *GetLabelsParams) SetTimeout(timeout time.Duration)
- func (o *GetLabelsParams) WithContext(ctx context.Context) *GetLabelsParams
- func (o *GetLabelsParams) WithDefaults() *GetLabelsParams
- func (o *GetLabelsParams) WithHTTPClient(client *http.Client) *GetLabelsParams
- func (o *GetLabelsParams) WithLabelType(labelType string) *GetLabelsParams
- func (o *GetLabelsParams) WithNumberOfPackages(numberOfPackages *int64) *GetLabelsParams
- func (o *GetLabelsParams) WithNumberOfPallets(numberOfPallets *int64) *GetLabelsParams
- func (o *GetLabelsParams) WithPackageLabelsToPrint(packageLabelsToPrint []string) *GetLabelsParams
- func (o *GetLabelsParams) WithPageSize(pageSize *int64) *GetLabelsParams
- func (o *GetLabelsParams) WithPageStartIndex(pageStartIndex *int64) *GetLabelsParams
- func (o *GetLabelsParams) WithPageType(pageType string) *GetLabelsParams
- func (o *GetLabelsParams) WithShipmentID(shipmentID string) *GetLabelsParams
- func (o *GetLabelsParams) WithTimeout(timeout time.Duration) *GetLabelsParams
- func (o *GetLabelsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLabelsReader
- type GetLabelsServiceUnavailable
- func (o *GetLabelsServiceUnavailable) Error() string
- func (o *GetLabelsServiceUnavailable) GetPayload() *fulfillment_inbound_v0_models.GetLabelsResponse
- func (o *GetLabelsServiceUnavailable) IsClientError() bool
- func (o *GetLabelsServiceUnavailable) IsCode(code int) bool
- func (o *GetLabelsServiceUnavailable) IsRedirect() bool
- func (o *GetLabelsServiceUnavailable) IsServerError() bool
- func (o *GetLabelsServiceUnavailable) IsSuccess() bool
- func (o *GetLabelsServiceUnavailable) String() string
- type GetLabelsTooManyRequests
- func (o *GetLabelsTooManyRequests) Error() string
- func (o *GetLabelsTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.GetLabelsResponse
- func (o *GetLabelsTooManyRequests) IsClientError() bool
- func (o *GetLabelsTooManyRequests) IsCode(code int) bool
- func (o *GetLabelsTooManyRequests) IsRedirect() bool
- func (o *GetLabelsTooManyRequests) IsServerError() bool
- func (o *GetLabelsTooManyRequests) IsSuccess() bool
- func (o *GetLabelsTooManyRequests) String() string
- type GetLabelsUnauthorized
- func (o *GetLabelsUnauthorized) Error() string
- func (o *GetLabelsUnauthorized) GetPayload() *fulfillment_inbound_v0_models.GetLabelsResponse
- func (o *GetLabelsUnauthorized) IsClientError() bool
- func (o *GetLabelsUnauthorized) IsCode(code int) bool
- func (o *GetLabelsUnauthorized) IsRedirect() bool
- func (o *GetLabelsUnauthorized) IsServerError() bool
- func (o *GetLabelsUnauthorized) IsSuccess() bool
- func (o *GetLabelsUnauthorized) String() string
- type GetPreorderInfoBadRequest
- func (o *GetPreorderInfoBadRequest) Error() string
- func (o *GetPreorderInfoBadRequest) GetPayload() *fulfillment_inbound_v0_models.GetPreorderInfoResponse
- func (o *GetPreorderInfoBadRequest) IsClientError() bool
- func (o *GetPreorderInfoBadRequest) IsCode(code int) bool
- func (o *GetPreorderInfoBadRequest) IsRedirect() bool
- func (o *GetPreorderInfoBadRequest) IsServerError() bool
- func (o *GetPreorderInfoBadRequest) IsSuccess() bool
- func (o *GetPreorderInfoBadRequest) String() string
- type GetPreorderInfoForbidden
- func (o *GetPreorderInfoForbidden) Error() string
- func (o *GetPreorderInfoForbidden) GetPayload() *fulfillment_inbound_v0_models.GetPreorderInfoResponse
- func (o *GetPreorderInfoForbidden) IsClientError() bool
- func (o *GetPreorderInfoForbidden) IsCode(code int) bool
- func (o *GetPreorderInfoForbidden) IsRedirect() bool
- func (o *GetPreorderInfoForbidden) IsServerError() bool
- func (o *GetPreorderInfoForbidden) IsSuccess() bool
- func (o *GetPreorderInfoForbidden) String() string
- type GetPreorderInfoInternalServerError
- func (o *GetPreorderInfoInternalServerError) Error() string
- func (o *GetPreorderInfoInternalServerError) GetPayload() *fulfillment_inbound_v0_models.GetPreorderInfoResponse
- func (o *GetPreorderInfoInternalServerError) IsClientError() bool
- func (o *GetPreorderInfoInternalServerError) IsCode(code int) bool
- func (o *GetPreorderInfoInternalServerError) IsRedirect() bool
- func (o *GetPreorderInfoInternalServerError) IsServerError() bool
- func (o *GetPreorderInfoInternalServerError) IsSuccess() bool
- func (o *GetPreorderInfoInternalServerError) String() string
- type GetPreorderInfoNotFound
- func (o *GetPreorderInfoNotFound) Error() string
- func (o *GetPreorderInfoNotFound) GetPayload() *fulfillment_inbound_v0_models.GetPreorderInfoResponse
- func (o *GetPreorderInfoNotFound) IsClientError() bool
- func (o *GetPreorderInfoNotFound) IsCode(code int) bool
- func (o *GetPreorderInfoNotFound) IsRedirect() bool
- func (o *GetPreorderInfoNotFound) IsServerError() bool
- func (o *GetPreorderInfoNotFound) IsSuccess() bool
- func (o *GetPreorderInfoNotFound) String() string
- type GetPreorderInfoOK
- func (o *GetPreorderInfoOK) Error() string
- func (o *GetPreorderInfoOK) GetPayload() *fulfillment_inbound_v0_models.GetPreorderInfoResponse
- func (o *GetPreorderInfoOK) IsClientError() bool
- func (o *GetPreorderInfoOK) IsCode(code int) bool
- func (o *GetPreorderInfoOK) IsRedirect() bool
- func (o *GetPreorderInfoOK) IsServerError() bool
- func (o *GetPreorderInfoOK) IsSuccess() bool
- func (o *GetPreorderInfoOK) String() string
- type GetPreorderInfoParams
- func NewGetPreorderInfoParams() *GetPreorderInfoParams
- func NewGetPreorderInfoParamsWithContext(ctx context.Context) *GetPreorderInfoParams
- func NewGetPreorderInfoParamsWithHTTPClient(client *http.Client) *GetPreorderInfoParams
- func NewGetPreorderInfoParamsWithTimeout(timeout time.Duration) *GetPreorderInfoParams
- func (o *GetPreorderInfoParams) SetContext(ctx context.Context)
- func (o *GetPreorderInfoParams) SetDefaults()
- func (o *GetPreorderInfoParams) SetHTTPClient(client *http.Client)
- func (o *GetPreorderInfoParams) SetMarketplaceID(marketplaceID string)
- func (o *GetPreorderInfoParams) SetShipmentID(shipmentID string)
- func (o *GetPreorderInfoParams) SetTimeout(timeout time.Duration)
- func (o *GetPreorderInfoParams) WithContext(ctx context.Context) *GetPreorderInfoParams
- func (o *GetPreorderInfoParams) WithDefaults() *GetPreorderInfoParams
- func (o *GetPreorderInfoParams) WithHTTPClient(client *http.Client) *GetPreorderInfoParams
- func (o *GetPreorderInfoParams) WithMarketplaceID(marketplaceID string) *GetPreorderInfoParams
- func (o *GetPreorderInfoParams) WithShipmentID(shipmentID string) *GetPreorderInfoParams
- func (o *GetPreorderInfoParams) WithTimeout(timeout time.Duration) *GetPreorderInfoParams
- func (o *GetPreorderInfoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPreorderInfoReader
- type GetPreorderInfoServiceUnavailable
- func (o *GetPreorderInfoServiceUnavailable) Error() string
- func (o *GetPreorderInfoServiceUnavailable) GetPayload() *fulfillment_inbound_v0_models.GetPreorderInfoResponse
- func (o *GetPreorderInfoServiceUnavailable) IsClientError() bool
- func (o *GetPreorderInfoServiceUnavailable) IsCode(code int) bool
- func (o *GetPreorderInfoServiceUnavailable) IsRedirect() bool
- func (o *GetPreorderInfoServiceUnavailable) IsServerError() bool
- func (o *GetPreorderInfoServiceUnavailable) IsSuccess() bool
- func (o *GetPreorderInfoServiceUnavailable) String() string
- type GetPreorderInfoTooManyRequests
- func (o *GetPreorderInfoTooManyRequests) Error() string
- func (o *GetPreorderInfoTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.GetPreorderInfoResponse
- func (o *GetPreorderInfoTooManyRequests) IsClientError() bool
- func (o *GetPreorderInfoTooManyRequests) IsCode(code int) bool
- func (o *GetPreorderInfoTooManyRequests) IsRedirect() bool
- func (o *GetPreorderInfoTooManyRequests) IsServerError() bool
- func (o *GetPreorderInfoTooManyRequests) IsSuccess() bool
- func (o *GetPreorderInfoTooManyRequests) String() string
- type GetPreorderInfoUnauthorized
- func (o *GetPreorderInfoUnauthorized) Error() string
- func (o *GetPreorderInfoUnauthorized) GetPayload() *fulfillment_inbound_v0_models.GetPreorderInfoResponse
- func (o *GetPreorderInfoUnauthorized) IsClientError() bool
- func (o *GetPreorderInfoUnauthorized) IsCode(code int) bool
- func (o *GetPreorderInfoUnauthorized) IsRedirect() bool
- func (o *GetPreorderInfoUnauthorized) IsServerError() bool
- func (o *GetPreorderInfoUnauthorized) IsSuccess() bool
- func (o *GetPreorderInfoUnauthorized) String() string
- type GetPrepInstructionsBadRequest
- func (o *GetPrepInstructionsBadRequest) Error() string
- func (o *GetPrepInstructionsBadRequest) GetPayload() *fulfillment_inbound_v0_models.GetPrepInstructionsResponse
- func (o *GetPrepInstructionsBadRequest) IsClientError() bool
- func (o *GetPrepInstructionsBadRequest) IsCode(code int) bool
- func (o *GetPrepInstructionsBadRequest) IsRedirect() bool
- func (o *GetPrepInstructionsBadRequest) IsServerError() bool
- func (o *GetPrepInstructionsBadRequest) IsSuccess() bool
- func (o *GetPrepInstructionsBadRequest) String() string
- type GetPrepInstructionsForbidden
- func (o *GetPrepInstructionsForbidden) Error() string
- func (o *GetPrepInstructionsForbidden) GetPayload() *fulfillment_inbound_v0_models.GetPrepInstructionsResponse
- func (o *GetPrepInstructionsForbidden) IsClientError() bool
- func (o *GetPrepInstructionsForbidden) IsCode(code int) bool
- func (o *GetPrepInstructionsForbidden) IsRedirect() bool
- func (o *GetPrepInstructionsForbidden) IsServerError() bool
- func (o *GetPrepInstructionsForbidden) IsSuccess() bool
- func (o *GetPrepInstructionsForbidden) String() string
- type GetPrepInstructionsInternalServerError
- func (o *GetPrepInstructionsInternalServerError) Error() string
- func (o *GetPrepInstructionsInternalServerError) GetPayload() *fulfillment_inbound_v0_models.GetPrepInstructionsResponse
- func (o *GetPrepInstructionsInternalServerError) IsClientError() bool
- func (o *GetPrepInstructionsInternalServerError) IsCode(code int) bool
- func (o *GetPrepInstructionsInternalServerError) IsRedirect() bool
- func (o *GetPrepInstructionsInternalServerError) IsServerError() bool
- func (o *GetPrepInstructionsInternalServerError) IsSuccess() bool
- func (o *GetPrepInstructionsInternalServerError) String() string
- type GetPrepInstructionsNotFound
- func (o *GetPrepInstructionsNotFound) Error() string
- func (o *GetPrepInstructionsNotFound) GetPayload() *fulfillment_inbound_v0_models.GetPrepInstructionsResponse
- func (o *GetPrepInstructionsNotFound) IsClientError() bool
- func (o *GetPrepInstructionsNotFound) IsCode(code int) bool
- func (o *GetPrepInstructionsNotFound) IsRedirect() bool
- func (o *GetPrepInstructionsNotFound) IsServerError() bool
- func (o *GetPrepInstructionsNotFound) IsSuccess() bool
- func (o *GetPrepInstructionsNotFound) String() string
- type GetPrepInstructionsOK
- func (o *GetPrepInstructionsOK) Error() string
- func (o *GetPrepInstructionsOK) GetPayload() *fulfillment_inbound_v0_models.GetPrepInstructionsResponse
- func (o *GetPrepInstructionsOK) IsClientError() bool
- func (o *GetPrepInstructionsOK) IsCode(code int) bool
- func (o *GetPrepInstructionsOK) IsRedirect() bool
- func (o *GetPrepInstructionsOK) IsServerError() bool
- func (o *GetPrepInstructionsOK) IsSuccess() bool
- func (o *GetPrepInstructionsOK) String() string
- type GetPrepInstructionsParams
- func NewGetPrepInstructionsParams() *GetPrepInstructionsParams
- func NewGetPrepInstructionsParamsWithContext(ctx context.Context) *GetPrepInstructionsParams
- func NewGetPrepInstructionsParamsWithHTTPClient(client *http.Client) *GetPrepInstructionsParams
- func NewGetPrepInstructionsParamsWithTimeout(timeout time.Duration) *GetPrepInstructionsParams
- func (o *GetPrepInstructionsParams) SetASINList(aSINList []string)
- func (o *GetPrepInstructionsParams) SetContext(ctx context.Context)
- func (o *GetPrepInstructionsParams) SetDefaults()
- func (o *GetPrepInstructionsParams) SetHTTPClient(client *http.Client)
- func (o *GetPrepInstructionsParams) SetSellerSKUList(sellerSKUList []string)
- func (o *GetPrepInstructionsParams) SetShipToCountryCode(shipToCountryCode string)
- func (o *GetPrepInstructionsParams) SetTimeout(timeout time.Duration)
- func (o *GetPrepInstructionsParams) WithASINList(aSINList []string) *GetPrepInstructionsParams
- func (o *GetPrepInstructionsParams) WithContext(ctx context.Context) *GetPrepInstructionsParams
- func (o *GetPrepInstructionsParams) WithDefaults() *GetPrepInstructionsParams
- func (o *GetPrepInstructionsParams) WithHTTPClient(client *http.Client) *GetPrepInstructionsParams
- func (o *GetPrepInstructionsParams) WithSellerSKUList(sellerSKUList []string) *GetPrepInstructionsParams
- func (o *GetPrepInstructionsParams) WithShipToCountryCode(shipToCountryCode string) *GetPrepInstructionsParams
- func (o *GetPrepInstructionsParams) WithTimeout(timeout time.Duration) *GetPrepInstructionsParams
- func (o *GetPrepInstructionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPrepInstructionsReader
- type GetPrepInstructionsServiceUnavailable
- func (o *GetPrepInstructionsServiceUnavailable) Error() string
- func (o *GetPrepInstructionsServiceUnavailable) GetPayload() *fulfillment_inbound_v0_models.GetPrepInstructionsResponse
- func (o *GetPrepInstructionsServiceUnavailable) IsClientError() bool
- func (o *GetPrepInstructionsServiceUnavailable) IsCode(code int) bool
- func (o *GetPrepInstructionsServiceUnavailable) IsRedirect() bool
- func (o *GetPrepInstructionsServiceUnavailable) IsServerError() bool
- func (o *GetPrepInstructionsServiceUnavailable) IsSuccess() bool
- func (o *GetPrepInstructionsServiceUnavailable) String() string
- type GetPrepInstructionsTooManyRequests
- func (o *GetPrepInstructionsTooManyRequests) Error() string
- func (o *GetPrepInstructionsTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.GetPrepInstructionsResponse
- func (o *GetPrepInstructionsTooManyRequests) IsClientError() bool
- func (o *GetPrepInstructionsTooManyRequests) IsCode(code int) bool
- func (o *GetPrepInstructionsTooManyRequests) IsRedirect() bool
- func (o *GetPrepInstructionsTooManyRequests) IsServerError() bool
- func (o *GetPrepInstructionsTooManyRequests) IsSuccess() bool
- func (o *GetPrepInstructionsTooManyRequests) String() string
- type GetPrepInstructionsUnauthorized
- func (o *GetPrepInstructionsUnauthorized) Error() string
- func (o *GetPrepInstructionsUnauthorized) GetPayload() *fulfillment_inbound_v0_models.GetPrepInstructionsResponse
- func (o *GetPrepInstructionsUnauthorized) IsClientError() bool
- func (o *GetPrepInstructionsUnauthorized) IsCode(code int) bool
- func (o *GetPrepInstructionsUnauthorized) IsRedirect() bool
- func (o *GetPrepInstructionsUnauthorized) IsServerError() bool
- func (o *GetPrepInstructionsUnauthorized) IsSuccess() bool
- func (o *GetPrepInstructionsUnauthorized) String() string
- type GetShipmentItemsBadRequest
- func (o *GetShipmentItemsBadRequest) Error() string
- func (o *GetShipmentItemsBadRequest) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
- func (o *GetShipmentItemsBadRequest) IsClientError() bool
- func (o *GetShipmentItemsBadRequest) IsCode(code int) bool
- func (o *GetShipmentItemsBadRequest) IsRedirect() bool
- func (o *GetShipmentItemsBadRequest) IsServerError() bool
- func (o *GetShipmentItemsBadRequest) IsSuccess() bool
- func (o *GetShipmentItemsBadRequest) String() string
- type GetShipmentItemsByShipmentIDBadRequest
- func (o *GetShipmentItemsByShipmentIDBadRequest) Error() string
- func (o *GetShipmentItemsByShipmentIDBadRequest) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
- func (o *GetShipmentItemsByShipmentIDBadRequest) IsClientError() bool
- func (o *GetShipmentItemsByShipmentIDBadRequest) IsCode(code int) bool
- func (o *GetShipmentItemsByShipmentIDBadRequest) IsRedirect() bool
- func (o *GetShipmentItemsByShipmentIDBadRequest) IsServerError() bool
- func (o *GetShipmentItemsByShipmentIDBadRequest) IsSuccess() bool
- func (o *GetShipmentItemsByShipmentIDBadRequest) String() string
- type GetShipmentItemsByShipmentIDForbidden
- func (o *GetShipmentItemsByShipmentIDForbidden) Error() string
- func (o *GetShipmentItemsByShipmentIDForbidden) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
- func (o *GetShipmentItemsByShipmentIDForbidden) IsClientError() bool
- func (o *GetShipmentItemsByShipmentIDForbidden) IsCode(code int) bool
- func (o *GetShipmentItemsByShipmentIDForbidden) IsRedirect() bool
- func (o *GetShipmentItemsByShipmentIDForbidden) IsServerError() bool
- func (o *GetShipmentItemsByShipmentIDForbidden) IsSuccess() bool
- func (o *GetShipmentItemsByShipmentIDForbidden) String() string
- type GetShipmentItemsByShipmentIDInternalServerError
- func (o *GetShipmentItemsByShipmentIDInternalServerError) Error() string
- func (o *GetShipmentItemsByShipmentIDInternalServerError) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
- func (o *GetShipmentItemsByShipmentIDInternalServerError) IsClientError() bool
- func (o *GetShipmentItemsByShipmentIDInternalServerError) IsCode(code int) bool
- func (o *GetShipmentItemsByShipmentIDInternalServerError) IsRedirect() bool
- func (o *GetShipmentItemsByShipmentIDInternalServerError) IsServerError() bool
- func (o *GetShipmentItemsByShipmentIDInternalServerError) IsSuccess() bool
- func (o *GetShipmentItemsByShipmentIDInternalServerError) String() string
- type GetShipmentItemsByShipmentIDNotFound
- func (o *GetShipmentItemsByShipmentIDNotFound) Error() string
- func (o *GetShipmentItemsByShipmentIDNotFound) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
- func (o *GetShipmentItemsByShipmentIDNotFound) IsClientError() bool
- func (o *GetShipmentItemsByShipmentIDNotFound) IsCode(code int) bool
- func (o *GetShipmentItemsByShipmentIDNotFound) IsRedirect() bool
- func (o *GetShipmentItemsByShipmentIDNotFound) IsServerError() bool
- func (o *GetShipmentItemsByShipmentIDNotFound) IsSuccess() bool
- func (o *GetShipmentItemsByShipmentIDNotFound) String() string
- type GetShipmentItemsByShipmentIDOK
- func (o *GetShipmentItemsByShipmentIDOK) Error() string
- func (o *GetShipmentItemsByShipmentIDOK) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
- func (o *GetShipmentItemsByShipmentIDOK) IsClientError() bool
- func (o *GetShipmentItemsByShipmentIDOK) IsCode(code int) bool
- func (o *GetShipmentItemsByShipmentIDOK) IsRedirect() bool
- func (o *GetShipmentItemsByShipmentIDOK) IsServerError() bool
- func (o *GetShipmentItemsByShipmentIDOK) IsSuccess() bool
- func (o *GetShipmentItemsByShipmentIDOK) String() string
- type GetShipmentItemsByShipmentIDParams
- func NewGetShipmentItemsByShipmentIDParams() *GetShipmentItemsByShipmentIDParams
- func NewGetShipmentItemsByShipmentIDParamsWithContext(ctx context.Context) *GetShipmentItemsByShipmentIDParams
- func NewGetShipmentItemsByShipmentIDParamsWithHTTPClient(client *http.Client) *GetShipmentItemsByShipmentIDParams
- func NewGetShipmentItemsByShipmentIDParamsWithTimeout(timeout time.Duration) *GetShipmentItemsByShipmentIDParams
- func (o *GetShipmentItemsByShipmentIDParams) SetContext(ctx context.Context)
- func (o *GetShipmentItemsByShipmentIDParams) SetDefaults()
- func (o *GetShipmentItemsByShipmentIDParams) SetHTTPClient(client *http.Client)
- func (o *GetShipmentItemsByShipmentIDParams) SetMarketplaceID(marketplaceID string)
- func (o *GetShipmentItemsByShipmentIDParams) SetShipmentID(shipmentID string)
- func (o *GetShipmentItemsByShipmentIDParams) SetTimeout(timeout time.Duration)
- func (o *GetShipmentItemsByShipmentIDParams) WithContext(ctx context.Context) *GetShipmentItemsByShipmentIDParams
- func (o *GetShipmentItemsByShipmentIDParams) WithDefaults() *GetShipmentItemsByShipmentIDParams
- func (o *GetShipmentItemsByShipmentIDParams) WithHTTPClient(client *http.Client) *GetShipmentItemsByShipmentIDParams
- func (o *GetShipmentItemsByShipmentIDParams) WithMarketplaceID(marketplaceID string) *GetShipmentItemsByShipmentIDParams
- func (o *GetShipmentItemsByShipmentIDParams) WithShipmentID(shipmentID string) *GetShipmentItemsByShipmentIDParams
- func (o *GetShipmentItemsByShipmentIDParams) WithTimeout(timeout time.Duration) *GetShipmentItemsByShipmentIDParams
- func (o *GetShipmentItemsByShipmentIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetShipmentItemsByShipmentIDReader
- type GetShipmentItemsByShipmentIDServiceUnavailable
- func (o *GetShipmentItemsByShipmentIDServiceUnavailable) Error() string
- func (o *GetShipmentItemsByShipmentIDServiceUnavailable) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
- func (o *GetShipmentItemsByShipmentIDServiceUnavailable) IsClientError() bool
- func (o *GetShipmentItemsByShipmentIDServiceUnavailable) IsCode(code int) bool
- func (o *GetShipmentItemsByShipmentIDServiceUnavailable) IsRedirect() bool
- func (o *GetShipmentItemsByShipmentIDServiceUnavailable) IsServerError() bool
- func (o *GetShipmentItemsByShipmentIDServiceUnavailable) IsSuccess() bool
- func (o *GetShipmentItemsByShipmentIDServiceUnavailable) String() string
- type GetShipmentItemsByShipmentIDTooManyRequests
- func (o *GetShipmentItemsByShipmentIDTooManyRequests) Error() string
- func (o *GetShipmentItemsByShipmentIDTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
- func (o *GetShipmentItemsByShipmentIDTooManyRequests) IsClientError() bool
- func (o *GetShipmentItemsByShipmentIDTooManyRequests) IsCode(code int) bool
- func (o *GetShipmentItemsByShipmentIDTooManyRequests) IsRedirect() bool
- func (o *GetShipmentItemsByShipmentIDTooManyRequests) IsServerError() bool
- func (o *GetShipmentItemsByShipmentIDTooManyRequests) IsSuccess() bool
- func (o *GetShipmentItemsByShipmentIDTooManyRequests) String() string
- type GetShipmentItemsByShipmentIDUnauthorized
- func (o *GetShipmentItemsByShipmentIDUnauthorized) Error() string
- func (o *GetShipmentItemsByShipmentIDUnauthorized) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
- func (o *GetShipmentItemsByShipmentIDUnauthorized) IsClientError() bool
- func (o *GetShipmentItemsByShipmentIDUnauthorized) IsCode(code int) bool
- func (o *GetShipmentItemsByShipmentIDUnauthorized) IsRedirect() bool
- func (o *GetShipmentItemsByShipmentIDUnauthorized) IsServerError() bool
- func (o *GetShipmentItemsByShipmentIDUnauthorized) IsSuccess() bool
- func (o *GetShipmentItemsByShipmentIDUnauthorized) String() string
- type GetShipmentItemsForbidden
- func (o *GetShipmentItemsForbidden) Error() string
- func (o *GetShipmentItemsForbidden) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
- func (o *GetShipmentItemsForbidden) IsClientError() bool
- func (o *GetShipmentItemsForbidden) IsCode(code int) bool
- func (o *GetShipmentItemsForbidden) IsRedirect() bool
- func (o *GetShipmentItemsForbidden) IsServerError() bool
- func (o *GetShipmentItemsForbidden) IsSuccess() bool
- func (o *GetShipmentItemsForbidden) String() string
- type GetShipmentItemsInternalServerError
- func (o *GetShipmentItemsInternalServerError) Error() string
- func (o *GetShipmentItemsInternalServerError) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
- func (o *GetShipmentItemsInternalServerError) IsClientError() bool
- func (o *GetShipmentItemsInternalServerError) IsCode(code int) bool
- func (o *GetShipmentItemsInternalServerError) IsRedirect() bool
- func (o *GetShipmentItemsInternalServerError) IsServerError() bool
- func (o *GetShipmentItemsInternalServerError) IsSuccess() bool
- func (o *GetShipmentItemsInternalServerError) String() string
- type GetShipmentItemsNotFound
- func (o *GetShipmentItemsNotFound) Error() string
- func (o *GetShipmentItemsNotFound) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
- func (o *GetShipmentItemsNotFound) IsClientError() bool
- func (o *GetShipmentItemsNotFound) IsCode(code int) bool
- func (o *GetShipmentItemsNotFound) IsRedirect() bool
- func (o *GetShipmentItemsNotFound) IsServerError() bool
- func (o *GetShipmentItemsNotFound) IsSuccess() bool
- func (o *GetShipmentItemsNotFound) String() string
- type GetShipmentItemsOK
- func (o *GetShipmentItemsOK) Error() string
- func (o *GetShipmentItemsOK) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
- func (o *GetShipmentItemsOK) IsClientError() bool
- func (o *GetShipmentItemsOK) IsCode(code int) bool
- func (o *GetShipmentItemsOK) IsRedirect() bool
- func (o *GetShipmentItemsOK) IsServerError() bool
- func (o *GetShipmentItemsOK) IsSuccess() bool
- func (o *GetShipmentItemsOK) String() string
- type GetShipmentItemsParams
- func NewGetShipmentItemsParams() *GetShipmentItemsParams
- func NewGetShipmentItemsParamsWithContext(ctx context.Context) *GetShipmentItemsParams
- func NewGetShipmentItemsParamsWithHTTPClient(client *http.Client) *GetShipmentItemsParams
- func NewGetShipmentItemsParamsWithTimeout(timeout time.Duration) *GetShipmentItemsParams
- func (o *GetShipmentItemsParams) SetContext(ctx context.Context)
- func (o *GetShipmentItemsParams) SetDefaults()
- func (o *GetShipmentItemsParams) SetHTTPClient(client *http.Client)
- func (o *GetShipmentItemsParams) SetLastUpdatedAfter(lastUpdatedAfter *strfmt.DateTime)
- func (o *GetShipmentItemsParams) SetLastUpdatedBefore(lastUpdatedBefore *strfmt.DateTime)
- func (o *GetShipmentItemsParams) SetMarketplaceID(marketplaceID string)
- func (o *GetShipmentItemsParams) SetNextToken(nextToken *string)
- func (o *GetShipmentItemsParams) SetQueryType(queryType string)
- func (o *GetShipmentItemsParams) SetTimeout(timeout time.Duration)
- func (o *GetShipmentItemsParams) WithContext(ctx context.Context) *GetShipmentItemsParams
- func (o *GetShipmentItemsParams) WithDefaults() *GetShipmentItemsParams
- func (o *GetShipmentItemsParams) WithHTTPClient(client *http.Client) *GetShipmentItemsParams
- func (o *GetShipmentItemsParams) WithLastUpdatedAfter(lastUpdatedAfter *strfmt.DateTime) *GetShipmentItemsParams
- func (o *GetShipmentItemsParams) WithLastUpdatedBefore(lastUpdatedBefore *strfmt.DateTime) *GetShipmentItemsParams
- func (o *GetShipmentItemsParams) WithMarketplaceID(marketplaceID string) *GetShipmentItemsParams
- func (o *GetShipmentItemsParams) WithNextToken(nextToken *string) *GetShipmentItemsParams
- func (o *GetShipmentItemsParams) WithQueryType(queryType string) *GetShipmentItemsParams
- func (o *GetShipmentItemsParams) WithTimeout(timeout time.Duration) *GetShipmentItemsParams
- func (o *GetShipmentItemsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetShipmentItemsReader
- type GetShipmentItemsServiceUnavailable
- func (o *GetShipmentItemsServiceUnavailable) Error() string
- func (o *GetShipmentItemsServiceUnavailable) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
- func (o *GetShipmentItemsServiceUnavailable) IsClientError() bool
- func (o *GetShipmentItemsServiceUnavailable) IsCode(code int) bool
- func (o *GetShipmentItemsServiceUnavailable) IsRedirect() bool
- func (o *GetShipmentItemsServiceUnavailable) IsServerError() bool
- func (o *GetShipmentItemsServiceUnavailable) IsSuccess() bool
- func (o *GetShipmentItemsServiceUnavailable) String() string
- type GetShipmentItemsTooManyRequests
- func (o *GetShipmentItemsTooManyRequests) Error() string
- func (o *GetShipmentItemsTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
- func (o *GetShipmentItemsTooManyRequests) IsClientError() bool
- func (o *GetShipmentItemsTooManyRequests) IsCode(code int) bool
- func (o *GetShipmentItemsTooManyRequests) IsRedirect() bool
- func (o *GetShipmentItemsTooManyRequests) IsServerError() bool
- func (o *GetShipmentItemsTooManyRequests) IsSuccess() bool
- func (o *GetShipmentItemsTooManyRequests) String() string
- type GetShipmentItemsUnauthorized
- func (o *GetShipmentItemsUnauthorized) Error() string
- func (o *GetShipmentItemsUnauthorized) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
- func (o *GetShipmentItemsUnauthorized) IsClientError() bool
- func (o *GetShipmentItemsUnauthorized) IsCode(code int) bool
- func (o *GetShipmentItemsUnauthorized) IsRedirect() bool
- func (o *GetShipmentItemsUnauthorized) IsServerError() bool
- func (o *GetShipmentItemsUnauthorized) IsSuccess() bool
- func (o *GetShipmentItemsUnauthorized) String() string
- type GetShipmentsBadRequest
- func (o *GetShipmentsBadRequest) Error() string
- func (o *GetShipmentsBadRequest) GetPayload() *fulfillment_inbound_v0_models.GetShipmentsResponse
- func (o *GetShipmentsBadRequest) IsClientError() bool
- func (o *GetShipmentsBadRequest) IsCode(code int) bool
- func (o *GetShipmentsBadRequest) IsRedirect() bool
- func (o *GetShipmentsBadRequest) IsServerError() bool
- func (o *GetShipmentsBadRequest) IsSuccess() bool
- func (o *GetShipmentsBadRequest) String() string
- type GetShipmentsForbidden
- func (o *GetShipmentsForbidden) Error() string
- func (o *GetShipmentsForbidden) GetPayload() *fulfillment_inbound_v0_models.GetShipmentsResponse
- func (o *GetShipmentsForbidden) IsClientError() bool
- func (o *GetShipmentsForbidden) IsCode(code int) bool
- func (o *GetShipmentsForbidden) IsRedirect() bool
- func (o *GetShipmentsForbidden) IsServerError() bool
- func (o *GetShipmentsForbidden) IsSuccess() bool
- func (o *GetShipmentsForbidden) String() string
- type GetShipmentsInternalServerError
- func (o *GetShipmentsInternalServerError) Error() string
- func (o *GetShipmentsInternalServerError) GetPayload() *fulfillment_inbound_v0_models.GetShipmentsResponse
- func (o *GetShipmentsInternalServerError) IsClientError() bool
- func (o *GetShipmentsInternalServerError) IsCode(code int) bool
- func (o *GetShipmentsInternalServerError) IsRedirect() bool
- func (o *GetShipmentsInternalServerError) IsServerError() bool
- func (o *GetShipmentsInternalServerError) IsSuccess() bool
- func (o *GetShipmentsInternalServerError) String() string
- type GetShipmentsNotFound
- func (o *GetShipmentsNotFound) Error() string
- func (o *GetShipmentsNotFound) GetPayload() *fulfillment_inbound_v0_models.GetShipmentsResponse
- func (o *GetShipmentsNotFound) IsClientError() bool
- func (o *GetShipmentsNotFound) IsCode(code int) bool
- func (o *GetShipmentsNotFound) IsRedirect() bool
- func (o *GetShipmentsNotFound) IsServerError() bool
- func (o *GetShipmentsNotFound) IsSuccess() bool
- func (o *GetShipmentsNotFound) String() string
- type GetShipmentsOK
- func (o *GetShipmentsOK) Error() string
- func (o *GetShipmentsOK) GetPayload() *fulfillment_inbound_v0_models.GetShipmentsResponse
- func (o *GetShipmentsOK) IsClientError() bool
- func (o *GetShipmentsOK) IsCode(code int) bool
- func (o *GetShipmentsOK) IsRedirect() bool
- func (o *GetShipmentsOK) IsServerError() bool
- func (o *GetShipmentsOK) IsSuccess() bool
- func (o *GetShipmentsOK) String() string
- type GetShipmentsParams
- func (o *GetShipmentsParams) SetContext(ctx context.Context)
- func (o *GetShipmentsParams) SetDefaults()
- func (o *GetShipmentsParams) SetHTTPClient(client *http.Client)
- func (o *GetShipmentsParams) SetLastUpdatedAfter(lastUpdatedAfter *strfmt.DateTime)
- func (o *GetShipmentsParams) SetLastUpdatedBefore(lastUpdatedBefore *strfmt.DateTime)
- func (o *GetShipmentsParams) SetMarketplaceID(marketplaceID string)
- func (o *GetShipmentsParams) SetNextToken(nextToken *string)
- func (o *GetShipmentsParams) SetQueryType(queryType string)
- func (o *GetShipmentsParams) SetShipmentIDList(shipmentIDList []string)
- func (o *GetShipmentsParams) SetShipmentStatusList(shipmentStatusList []string)
- func (o *GetShipmentsParams) SetTimeout(timeout time.Duration)
- func (o *GetShipmentsParams) WithContext(ctx context.Context) *GetShipmentsParams
- func (o *GetShipmentsParams) WithDefaults() *GetShipmentsParams
- func (o *GetShipmentsParams) WithHTTPClient(client *http.Client) *GetShipmentsParams
- func (o *GetShipmentsParams) WithLastUpdatedAfter(lastUpdatedAfter *strfmt.DateTime) *GetShipmentsParams
- func (o *GetShipmentsParams) WithLastUpdatedBefore(lastUpdatedBefore *strfmt.DateTime) *GetShipmentsParams
- func (o *GetShipmentsParams) WithMarketplaceID(marketplaceID string) *GetShipmentsParams
- func (o *GetShipmentsParams) WithNextToken(nextToken *string) *GetShipmentsParams
- func (o *GetShipmentsParams) WithQueryType(queryType string) *GetShipmentsParams
- func (o *GetShipmentsParams) WithShipmentIDList(shipmentIDList []string) *GetShipmentsParams
- func (o *GetShipmentsParams) WithShipmentStatusList(shipmentStatusList []string) *GetShipmentsParams
- func (o *GetShipmentsParams) WithTimeout(timeout time.Duration) *GetShipmentsParams
- func (o *GetShipmentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetShipmentsReader
- type GetShipmentsServiceUnavailable
- func (o *GetShipmentsServiceUnavailable) Error() string
- func (o *GetShipmentsServiceUnavailable) GetPayload() *fulfillment_inbound_v0_models.GetShipmentsResponse
- func (o *GetShipmentsServiceUnavailable) IsClientError() bool
- func (o *GetShipmentsServiceUnavailable) IsCode(code int) bool
- func (o *GetShipmentsServiceUnavailable) IsRedirect() bool
- func (o *GetShipmentsServiceUnavailable) IsServerError() bool
- func (o *GetShipmentsServiceUnavailable) IsSuccess() bool
- func (o *GetShipmentsServiceUnavailable) String() string
- type GetShipmentsTooManyRequests
- func (o *GetShipmentsTooManyRequests) Error() string
- func (o *GetShipmentsTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.GetShipmentsResponse
- func (o *GetShipmentsTooManyRequests) IsClientError() bool
- func (o *GetShipmentsTooManyRequests) IsCode(code int) bool
- func (o *GetShipmentsTooManyRequests) IsRedirect() bool
- func (o *GetShipmentsTooManyRequests) IsServerError() bool
- func (o *GetShipmentsTooManyRequests) IsSuccess() bool
- func (o *GetShipmentsTooManyRequests) String() string
- type GetShipmentsUnauthorized
- func (o *GetShipmentsUnauthorized) Error() string
- func (o *GetShipmentsUnauthorized) GetPayload() *fulfillment_inbound_v0_models.GetShipmentsResponse
- func (o *GetShipmentsUnauthorized) IsClientError() bool
- func (o *GetShipmentsUnauthorized) IsCode(code int) bool
- func (o *GetShipmentsUnauthorized) IsRedirect() bool
- func (o *GetShipmentsUnauthorized) IsServerError() bool
- func (o *GetShipmentsUnauthorized) IsSuccess() bool
- func (o *GetShipmentsUnauthorized) String() string
- type GetTransportDetailsBadRequest
- func (o *GetTransportDetailsBadRequest) Error() string
- func (o *GetTransportDetailsBadRequest) GetPayload() *fulfillment_inbound_v0_models.GetTransportDetailsResponse
- func (o *GetTransportDetailsBadRequest) IsClientError() bool
- func (o *GetTransportDetailsBadRequest) IsCode(code int) bool
- func (o *GetTransportDetailsBadRequest) IsRedirect() bool
- func (o *GetTransportDetailsBadRequest) IsServerError() bool
- func (o *GetTransportDetailsBadRequest) IsSuccess() bool
- func (o *GetTransportDetailsBadRequest) String() string
- type GetTransportDetailsForbidden
- func (o *GetTransportDetailsForbidden) Error() string
- func (o *GetTransportDetailsForbidden) GetPayload() *fulfillment_inbound_v0_models.GetTransportDetailsResponse
- func (o *GetTransportDetailsForbidden) IsClientError() bool
- func (o *GetTransportDetailsForbidden) IsCode(code int) bool
- func (o *GetTransportDetailsForbidden) IsRedirect() bool
- func (o *GetTransportDetailsForbidden) IsServerError() bool
- func (o *GetTransportDetailsForbidden) IsSuccess() bool
- func (o *GetTransportDetailsForbidden) String() string
- type GetTransportDetailsInternalServerError
- func (o *GetTransportDetailsInternalServerError) Error() string
- func (o *GetTransportDetailsInternalServerError) GetPayload() *fulfillment_inbound_v0_models.GetTransportDetailsResponse
- func (o *GetTransportDetailsInternalServerError) IsClientError() bool
- func (o *GetTransportDetailsInternalServerError) IsCode(code int) bool
- func (o *GetTransportDetailsInternalServerError) IsRedirect() bool
- func (o *GetTransportDetailsInternalServerError) IsServerError() bool
- func (o *GetTransportDetailsInternalServerError) IsSuccess() bool
- func (o *GetTransportDetailsInternalServerError) String() string
- type GetTransportDetailsNotFound
- func (o *GetTransportDetailsNotFound) Error() string
- func (o *GetTransportDetailsNotFound) GetPayload() *fulfillment_inbound_v0_models.GetTransportDetailsResponse
- func (o *GetTransportDetailsNotFound) IsClientError() bool
- func (o *GetTransportDetailsNotFound) IsCode(code int) bool
- func (o *GetTransportDetailsNotFound) IsRedirect() bool
- func (o *GetTransportDetailsNotFound) IsServerError() bool
- func (o *GetTransportDetailsNotFound) IsSuccess() bool
- func (o *GetTransportDetailsNotFound) String() string
- type GetTransportDetailsOK
- func (o *GetTransportDetailsOK) Error() string
- func (o *GetTransportDetailsOK) GetPayload() *fulfillment_inbound_v0_models.GetTransportDetailsResponse
- func (o *GetTransportDetailsOK) IsClientError() bool
- func (o *GetTransportDetailsOK) IsCode(code int) bool
- func (o *GetTransportDetailsOK) IsRedirect() bool
- func (o *GetTransportDetailsOK) IsServerError() bool
- func (o *GetTransportDetailsOK) IsSuccess() bool
- func (o *GetTransportDetailsOK) String() string
- type GetTransportDetailsParams
- func NewGetTransportDetailsParams() *GetTransportDetailsParams
- func NewGetTransportDetailsParamsWithContext(ctx context.Context) *GetTransportDetailsParams
- func NewGetTransportDetailsParamsWithHTTPClient(client *http.Client) *GetTransportDetailsParams
- func NewGetTransportDetailsParamsWithTimeout(timeout time.Duration) *GetTransportDetailsParams
- func (o *GetTransportDetailsParams) SetContext(ctx context.Context)
- func (o *GetTransportDetailsParams) SetDefaults()
- func (o *GetTransportDetailsParams) SetHTTPClient(client *http.Client)
- func (o *GetTransportDetailsParams) SetShipmentID(shipmentID string)
- func (o *GetTransportDetailsParams) SetTimeout(timeout time.Duration)
- func (o *GetTransportDetailsParams) WithContext(ctx context.Context) *GetTransportDetailsParams
- func (o *GetTransportDetailsParams) WithDefaults() *GetTransportDetailsParams
- func (o *GetTransportDetailsParams) WithHTTPClient(client *http.Client) *GetTransportDetailsParams
- func (o *GetTransportDetailsParams) WithShipmentID(shipmentID string) *GetTransportDetailsParams
- func (o *GetTransportDetailsParams) WithTimeout(timeout time.Duration) *GetTransportDetailsParams
- func (o *GetTransportDetailsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetTransportDetailsReader
- type GetTransportDetailsServiceUnavailable
- func (o *GetTransportDetailsServiceUnavailable) Error() string
- func (o *GetTransportDetailsServiceUnavailable) GetPayload() *fulfillment_inbound_v0_models.GetTransportDetailsResponse
- func (o *GetTransportDetailsServiceUnavailable) IsClientError() bool
- func (o *GetTransportDetailsServiceUnavailable) IsCode(code int) bool
- func (o *GetTransportDetailsServiceUnavailable) IsRedirect() bool
- func (o *GetTransportDetailsServiceUnavailable) IsServerError() bool
- func (o *GetTransportDetailsServiceUnavailable) IsSuccess() bool
- func (o *GetTransportDetailsServiceUnavailable) String() string
- type GetTransportDetailsTooManyRequests
- func (o *GetTransportDetailsTooManyRequests) Error() string
- func (o *GetTransportDetailsTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.GetTransportDetailsResponse
- func (o *GetTransportDetailsTooManyRequests) IsClientError() bool
- func (o *GetTransportDetailsTooManyRequests) IsCode(code int) bool
- func (o *GetTransportDetailsTooManyRequests) IsRedirect() bool
- func (o *GetTransportDetailsTooManyRequests) IsServerError() bool
- func (o *GetTransportDetailsTooManyRequests) IsSuccess() bool
- func (o *GetTransportDetailsTooManyRequests) String() string
- type GetTransportDetailsUnauthorized
- func (o *GetTransportDetailsUnauthorized) Error() string
- func (o *GetTransportDetailsUnauthorized) GetPayload() *fulfillment_inbound_v0_models.GetTransportDetailsResponse
- func (o *GetTransportDetailsUnauthorized) IsClientError() bool
- func (o *GetTransportDetailsUnauthorized) IsCode(code int) bool
- func (o *GetTransportDetailsUnauthorized) IsRedirect() bool
- func (o *GetTransportDetailsUnauthorized) IsServerError() bool
- func (o *GetTransportDetailsUnauthorized) IsSuccess() bool
- func (o *GetTransportDetailsUnauthorized) String() string
- type PutTransportDetailsBadRequest
- func (o *PutTransportDetailsBadRequest) Error() string
- func (o *PutTransportDetailsBadRequest) GetPayload() *fulfillment_inbound_v0_models.PutTransportDetailsResponse
- func (o *PutTransportDetailsBadRequest) IsClientError() bool
- func (o *PutTransportDetailsBadRequest) IsCode(code int) bool
- func (o *PutTransportDetailsBadRequest) IsRedirect() bool
- func (o *PutTransportDetailsBadRequest) IsServerError() bool
- func (o *PutTransportDetailsBadRequest) IsSuccess() bool
- func (o *PutTransportDetailsBadRequest) String() string
- type PutTransportDetailsForbidden
- func (o *PutTransportDetailsForbidden) Error() string
- func (o *PutTransportDetailsForbidden) GetPayload() *fulfillment_inbound_v0_models.PutTransportDetailsResponse
- func (o *PutTransportDetailsForbidden) IsClientError() bool
- func (o *PutTransportDetailsForbidden) IsCode(code int) bool
- func (o *PutTransportDetailsForbidden) IsRedirect() bool
- func (o *PutTransportDetailsForbidden) IsServerError() bool
- func (o *PutTransportDetailsForbidden) IsSuccess() bool
- func (o *PutTransportDetailsForbidden) String() string
- type PutTransportDetailsInternalServerError
- func (o *PutTransportDetailsInternalServerError) Error() string
- func (o *PutTransportDetailsInternalServerError) GetPayload() *fulfillment_inbound_v0_models.PutTransportDetailsResponse
- func (o *PutTransportDetailsInternalServerError) IsClientError() bool
- func (o *PutTransportDetailsInternalServerError) IsCode(code int) bool
- func (o *PutTransportDetailsInternalServerError) IsRedirect() bool
- func (o *PutTransportDetailsInternalServerError) IsServerError() bool
- func (o *PutTransportDetailsInternalServerError) IsSuccess() bool
- func (o *PutTransportDetailsInternalServerError) String() string
- type PutTransportDetailsNotFound
- func (o *PutTransportDetailsNotFound) Error() string
- func (o *PutTransportDetailsNotFound) GetPayload() *fulfillment_inbound_v0_models.PutTransportDetailsResponse
- func (o *PutTransportDetailsNotFound) IsClientError() bool
- func (o *PutTransportDetailsNotFound) IsCode(code int) bool
- func (o *PutTransportDetailsNotFound) IsRedirect() bool
- func (o *PutTransportDetailsNotFound) IsServerError() bool
- func (o *PutTransportDetailsNotFound) IsSuccess() bool
- func (o *PutTransportDetailsNotFound) String() string
- type PutTransportDetailsOK
- func (o *PutTransportDetailsOK) Error() string
- func (o *PutTransportDetailsOK) GetPayload() *fulfillment_inbound_v0_models.PutTransportDetailsResponse
- func (o *PutTransportDetailsOK) IsClientError() bool
- func (o *PutTransportDetailsOK) IsCode(code int) bool
- func (o *PutTransportDetailsOK) IsRedirect() bool
- func (o *PutTransportDetailsOK) IsServerError() bool
- func (o *PutTransportDetailsOK) IsSuccess() bool
- func (o *PutTransportDetailsOK) String() string
- type PutTransportDetailsParams
- func NewPutTransportDetailsParams() *PutTransportDetailsParams
- func NewPutTransportDetailsParamsWithContext(ctx context.Context) *PutTransportDetailsParams
- func NewPutTransportDetailsParamsWithHTTPClient(client *http.Client) *PutTransportDetailsParams
- func NewPutTransportDetailsParamsWithTimeout(timeout time.Duration) *PutTransportDetailsParams
- func (o *PutTransportDetailsParams) SetBody(body *fulfillment_inbound_v0_models.PutTransportDetailsRequest)
- func (o *PutTransportDetailsParams) SetContext(ctx context.Context)
- func (o *PutTransportDetailsParams) SetDefaults()
- func (o *PutTransportDetailsParams) SetHTTPClient(client *http.Client)
- func (o *PutTransportDetailsParams) SetShipmentID(shipmentID string)
- func (o *PutTransportDetailsParams) SetTimeout(timeout time.Duration)
- func (o *PutTransportDetailsParams) WithBody(body *fulfillment_inbound_v0_models.PutTransportDetailsRequest) *PutTransportDetailsParams
- func (o *PutTransportDetailsParams) WithContext(ctx context.Context) *PutTransportDetailsParams
- func (o *PutTransportDetailsParams) WithDefaults() *PutTransportDetailsParams
- func (o *PutTransportDetailsParams) WithHTTPClient(client *http.Client) *PutTransportDetailsParams
- func (o *PutTransportDetailsParams) WithShipmentID(shipmentID string) *PutTransportDetailsParams
- func (o *PutTransportDetailsParams) WithTimeout(timeout time.Duration) *PutTransportDetailsParams
- func (o *PutTransportDetailsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutTransportDetailsReader
- type PutTransportDetailsServiceUnavailable
- func (o *PutTransportDetailsServiceUnavailable) Error() string
- func (o *PutTransportDetailsServiceUnavailable) GetPayload() *fulfillment_inbound_v0_models.PutTransportDetailsResponse
- func (o *PutTransportDetailsServiceUnavailable) IsClientError() bool
- func (o *PutTransportDetailsServiceUnavailable) IsCode(code int) bool
- func (o *PutTransportDetailsServiceUnavailable) IsRedirect() bool
- func (o *PutTransportDetailsServiceUnavailable) IsServerError() bool
- func (o *PutTransportDetailsServiceUnavailable) IsSuccess() bool
- func (o *PutTransportDetailsServiceUnavailable) String() string
- type PutTransportDetailsTooManyRequests
- func (o *PutTransportDetailsTooManyRequests) Error() string
- func (o *PutTransportDetailsTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.PutTransportDetailsResponse
- func (o *PutTransportDetailsTooManyRequests) IsClientError() bool
- func (o *PutTransportDetailsTooManyRequests) IsCode(code int) bool
- func (o *PutTransportDetailsTooManyRequests) IsRedirect() bool
- func (o *PutTransportDetailsTooManyRequests) IsServerError() bool
- func (o *PutTransportDetailsTooManyRequests) IsSuccess() bool
- func (o *PutTransportDetailsTooManyRequests) String() string
- type PutTransportDetailsUnauthorized
- func (o *PutTransportDetailsUnauthorized) Error() string
- func (o *PutTransportDetailsUnauthorized) GetPayload() *fulfillment_inbound_v0_models.PutTransportDetailsResponse
- func (o *PutTransportDetailsUnauthorized) IsClientError() bool
- func (o *PutTransportDetailsUnauthorized) IsCode(code int) bool
- func (o *PutTransportDetailsUnauthorized) IsRedirect() bool
- func (o *PutTransportDetailsUnauthorized) IsServerError() bool
- func (o *PutTransportDetailsUnauthorized) IsSuccess() bool
- func (o *PutTransportDetailsUnauthorized) String() string
- type UpdateInboundShipmentBadRequest
- func (o *UpdateInboundShipmentBadRequest) Error() string
- func (o *UpdateInboundShipmentBadRequest) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
- func (o *UpdateInboundShipmentBadRequest) IsClientError() bool
- func (o *UpdateInboundShipmentBadRequest) IsCode(code int) bool
- func (o *UpdateInboundShipmentBadRequest) IsRedirect() bool
- func (o *UpdateInboundShipmentBadRequest) IsServerError() bool
- func (o *UpdateInboundShipmentBadRequest) IsSuccess() bool
- func (o *UpdateInboundShipmentBadRequest) String() string
- type UpdateInboundShipmentForbidden
- func (o *UpdateInboundShipmentForbidden) Error() string
- func (o *UpdateInboundShipmentForbidden) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
- func (o *UpdateInboundShipmentForbidden) IsClientError() bool
- func (o *UpdateInboundShipmentForbidden) IsCode(code int) bool
- func (o *UpdateInboundShipmentForbidden) IsRedirect() bool
- func (o *UpdateInboundShipmentForbidden) IsServerError() bool
- func (o *UpdateInboundShipmentForbidden) IsSuccess() bool
- func (o *UpdateInboundShipmentForbidden) String() string
- type UpdateInboundShipmentInternalServerError
- func (o *UpdateInboundShipmentInternalServerError) Error() string
- func (o *UpdateInboundShipmentInternalServerError) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
- func (o *UpdateInboundShipmentInternalServerError) IsClientError() bool
- func (o *UpdateInboundShipmentInternalServerError) IsCode(code int) bool
- func (o *UpdateInboundShipmentInternalServerError) IsRedirect() bool
- func (o *UpdateInboundShipmentInternalServerError) IsServerError() bool
- func (o *UpdateInboundShipmentInternalServerError) IsSuccess() bool
- func (o *UpdateInboundShipmentInternalServerError) String() string
- type UpdateInboundShipmentNotFound
- func (o *UpdateInboundShipmentNotFound) Error() string
- func (o *UpdateInboundShipmentNotFound) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
- func (o *UpdateInboundShipmentNotFound) IsClientError() bool
- func (o *UpdateInboundShipmentNotFound) IsCode(code int) bool
- func (o *UpdateInboundShipmentNotFound) IsRedirect() bool
- func (o *UpdateInboundShipmentNotFound) IsServerError() bool
- func (o *UpdateInboundShipmentNotFound) IsSuccess() bool
- func (o *UpdateInboundShipmentNotFound) String() string
- type UpdateInboundShipmentOK
- func (o *UpdateInboundShipmentOK) Error() string
- func (o *UpdateInboundShipmentOK) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
- func (o *UpdateInboundShipmentOK) IsClientError() bool
- func (o *UpdateInboundShipmentOK) IsCode(code int) bool
- func (o *UpdateInboundShipmentOK) IsRedirect() bool
- func (o *UpdateInboundShipmentOK) IsServerError() bool
- func (o *UpdateInboundShipmentOK) IsSuccess() bool
- func (o *UpdateInboundShipmentOK) String() string
- type UpdateInboundShipmentParams
- func NewUpdateInboundShipmentParams() *UpdateInboundShipmentParams
- func NewUpdateInboundShipmentParamsWithContext(ctx context.Context) *UpdateInboundShipmentParams
- func NewUpdateInboundShipmentParamsWithHTTPClient(client *http.Client) *UpdateInboundShipmentParams
- func NewUpdateInboundShipmentParamsWithTimeout(timeout time.Duration) *UpdateInboundShipmentParams
- func (o *UpdateInboundShipmentParams) SetBody(body *fulfillment_inbound_v0_models.InboundShipmentRequest)
- func (o *UpdateInboundShipmentParams) SetContext(ctx context.Context)
- func (o *UpdateInboundShipmentParams) SetDefaults()
- func (o *UpdateInboundShipmentParams) SetHTTPClient(client *http.Client)
- func (o *UpdateInboundShipmentParams) SetShipmentID(shipmentID string)
- func (o *UpdateInboundShipmentParams) SetTimeout(timeout time.Duration)
- func (o *UpdateInboundShipmentParams) WithBody(body *fulfillment_inbound_v0_models.InboundShipmentRequest) *UpdateInboundShipmentParams
- func (o *UpdateInboundShipmentParams) WithContext(ctx context.Context) *UpdateInboundShipmentParams
- func (o *UpdateInboundShipmentParams) WithDefaults() *UpdateInboundShipmentParams
- func (o *UpdateInboundShipmentParams) WithHTTPClient(client *http.Client) *UpdateInboundShipmentParams
- func (o *UpdateInboundShipmentParams) WithShipmentID(shipmentID string) *UpdateInboundShipmentParams
- func (o *UpdateInboundShipmentParams) WithTimeout(timeout time.Duration) *UpdateInboundShipmentParams
- func (o *UpdateInboundShipmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateInboundShipmentReader
- type UpdateInboundShipmentServiceUnavailable
- func (o *UpdateInboundShipmentServiceUnavailable) Error() string
- func (o *UpdateInboundShipmentServiceUnavailable) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
- func (o *UpdateInboundShipmentServiceUnavailable) IsClientError() bool
- func (o *UpdateInboundShipmentServiceUnavailable) IsCode(code int) bool
- func (o *UpdateInboundShipmentServiceUnavailable) IsRedirect() bool
- func (o *UpdateInboundShipmentServiceUnavailable) IsServerError() bool
- func (o *UpdateInboundShipmentServiceUnavailable) IsSuccess() bool
- func (o *UpdateInboundShipmentServiceUnavailable) String() string
- type UpdateInboundShipmentTooManyRequests
- func (o *UpdateInboundShipmentTooManyRequests) Error() string
- func (o *UpdateInboundShipmentTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
- func (o *UpdateInboundShipmentTooManyRequests) IsClientError() bool
- func (o *UpdateInboundShipmentTooManyRequests) IsCode(code int) bool
- func (o *UpdateInboundShipmentTooManyRequests) IsRedirect() bool
- func (o *UpdateInboundShipmentTooManyRequests) IsServerError() bool
- func (o *UpdateInboundShipmentTooManyRequests) IsSuccess() bool
- func (o *UpdateInboundShipmentTooManyRequests) String() string
- type UpdateInboundShipmentUnauthorized
- func (o *UpdateInboundShipmentUnauthorized) Error() string
- func (o *UpdateInboundShipmentUnauthorized) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
- func (o *UpdateInboundShipmentUnauthorized) IsClientError() bool
- func (o *UpdateInboundShipmentUnauthorized) IsCode(code int) bool
- func (o *UpdateInboundShipmentUnauthorized) IsRedirect() bool
- func (o *UpdateInboundShipmentUnauthorized) IsServerError() bool
- func (o *UpdateInboundShipmentUnauthorized) IsSuccess() bool
- func (o *UpdateInboundShipmentUnauthorized) String() string
- type VoidTransportBadRequest
- func (o *VoidTransportBadRequest) Error() string
- func (o *VoidTransportBadRequest) GetPayload() *fulfillment_inbound_v0_models.VoidTransportResponse
- func (o *VoidTransportBadRequest) IsClientError() bool
- func (o *VoidTransportBadRequest) IsCode(code int) bool
- func (o *VoidTransportBadRequest) IsRedirect() bool
- func (o *VoidTransportBadRequest) IsServerError() bool
- func (o *VoidTransportBadRequest) IsSuccess() bool
- func (o *VoidTransportBadRequest) String() string
- type VoidTransportForbidden
- func (o *VoidTransportForbidden) Error() string
- func (o *VoidTransportForbidden) GetPayload() *fulfillment_inbound_v0_models.VoidTransportResponse
- func (o *VoidTransportForbidden) IsClientError() bool
- func (o *VoidTransportForbidden) IsCode(code int) bool
- func (o *VoidTransportForbidden) IsRedirect() bool
- func (o *VoidTransportForbidden) IsServerError() bool
- func (o *VoidTransportForbidden) IsSuccess() bool
- func (o *VoidTransportForbidden) String() string
- type VoidTransportInternalServerError
- func (o *VoidTransportInternalServerError) Error() string
- func (o *VoidTransportInternalServerError) GetPayload() *fulfillment_inbound_v0_models.VoidTransportResponse
- func (o *VoidTransportInternalServerError) IsClientError() bool
- func (o *VoidTransportInternalServerError) IsCode(code int) bool
- func (o *VoidTransportInternalServerError) IsRedirect() bool
- func (o *VoidTransportInternalServerError) IsServerError() bool
- func (o *VoidTransportInternalServerError) IsSuccess() bool
- func (o *VoidTransportInternalServerError) String() string
- type VoidTransportNotFound
- func (o *VoidTransportNotFound) Error() string
- func (o *VoidTransportNotFound) GetPayload() *fulfillment_inbound_v0_models.VoidTransportResponse
- func (o *VoidTransportNotFound) IsClientError() bool
- func (o *VoidTransportNotFound) IsCode(code int) bool
- func (o *VoidTransportNotFound) IsRedirect() bool
- func (o *VoidTransportNotFound) IsServerError() bool
- func (o *VoidTransportNotFound) IsSuccess() bool
- func (o *VoidTransportNotFound) String() string
- type VoidTransportOK
- func (o *VoidTransportOK) Error() string
- func (o *VoidTransportOK) GetPayload() *fulfillment_inbound_v0_models.VoidTransportResponse
- func (o *VoidTransportOK) IsClientError() bool
- func (o *VoidTransportOK) IsCode(code int) bool
- func (o *VoidTransportOK) IsRedirect() bool
- func (o *VoidTransportOK) IsServerError() bool
- func (o *VoidTransportOK) IsSuccess() bool
- func (o *VoidTransportOK) String() string
- type VoidTransportParams
- func (o *VoidTransportParams) SetContext(ctx context.Context)
- func (o *VoidTransportParams) SetDefaults()
- func (o *VoidTransportParams) SetHTTPClient(client *http.Client)
- func (o *VoidTransportParams) SetShipmentID(shipmentID string)
- func (o *VoidTransportParams) SetTimeout(timeout time.Duration)
- func (o *VoidTransportParams) WithContext(ctx context.Context) *VoidTransportParams
- func (o *VoidTransportParams) WithDefaults() *VoidTransportParams
- func (o *VoidTransportParams) WithHTTPClient(client *http.Client) *VoidTransportParams
- func (o *VoidTransportParams) WithShipmentID(shipmentID string) *VoidTransportParams
- func (o *VoidTransportParams) WithTimeout(timeout time.Duration) *VoidTransportParams
- func (o *VoidTransportParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type VoidTransportReader
- type VoidTransportServiceUnavailable
- func (o *VoidTransportServiceUnavailable) Error() string
- func (o *VoidTransportServiceUnavailable) GetPayload() *fulfillment_inbound_v0_models.VoidTransportResponse
- func (o *VoidTransportServiceUnavailable) IsClientError() bool
- func (o *VoidTransportServiceUnavailable) IsCode(code int) bool
- func (o *VoidTransportServiceUnavailable) IsRedirect() bool
- func (o *VoidTransportServiceUnavailable) IsServerError() bool
- func (o *VoidTransportServiceUnavailable) IsSuccess() bool
- func (o *VoidTransportServiceUnavailable) String() string
- type VoidTransportTooManyRequests
- func (o *VoidTransportTooManyRequests) Error() string
- func (o *VoidTransportTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.VoidTransportResponse
- func (o *VoidTransportTooManyRequests) IsClientError() bool
- func (o *VoidTransportTooManyRequests) IsCode(code int) bool
- func (o *VoidTransportTooManyRequests) IsRedirect() bool
- func (o *VoidTransportTooManyRequests) IsServerError() bool
- func (o *VoidTransportTooManyRequests) IsSuccess() bool
- func (o *VoidTransportTooManyRequests) String() string
- type VoidTransportUnauthorized
- func (o *VoidTransportUnauthorized) Error() string
- func (o *VoidTransportUnauthorized) GetPayload() *fulfillment_inbound_v0_models.VoidTransportResponse
- func (o *VoidTransportUnauthorized) IsClientError() bool
- func (o *VoidTransportUnauthorized) IsCode(code int) bool
- func (o *VoidTransportUnauthorized) IsRedirect() bool
- func (o *VoidTransportUnauthorized) IsServerError() bool
- func (o *VoidTransportUnauthorized) IsSuccess() bool
- func (o *VoidTransportUnauthorized) String() string
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 fba inbound API
func (*Client) ConfirmPreorder ¶
func (a *Client) ConfirmPreorder(params *ConfirmPreorderParams, opts ...ClientOption) (*ConfirmPreorderOK, error)
ConfirmPreorder Returns information needed to confirm a shipment for pre-order. Call this operation after calling the getPreorderInfo operation to get the NeedByDate value and other pre-order information about the shipment.
**Usage Plan:**
| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 |
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) ConfirmTransport ¶
func (a *Client) ConfirmTransport(params *ConfirmTransportParams, opts ...ClientOption) (*ConfirmTransportOK, error)
ConfirmTransport Confirms that the seller accepts the Amazon-partnered shipping estimate, agrees to allow Amazon to charge their account for the shipping cost, and requests that the Amazon-partnered carrier ship the inbound shipment.
Prior to calling the confirmTransport operation, you should call the getTransportDetails operation to get the Amazon-partnered shipping estimate.
Important: After confirming the transportation request, if the seller decides that they do not want the Amazon-partnered carrier to ship the inbound shipment, you can call the voidTransport operation to cancel the transportation request. Note that for a Small Parcel shipment, the seller has 24 hours after confirming a transportation request to void the transportation request. For a Less Than Truckload/Full Truckload (LTL/FTL) shipment, the seller has one hour after confirming a transportation request to void it. After the grace period has expired the seller's account will be charged for the shipping cost.
**Usage Plan:**
| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 |
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) CreateInboundShipment ¶
func (a *Client) CreateInboundShipment(params *CreateInboundShipmentParams, opts ...ClientOption) (*CreateInboundShipmentOK, error)
CreateInboundShipment Returns a new inbound shipment based on the specified shipmentId that was returned by the createInboundShipmentPlan operation.
**Usage Plan:**
| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 |
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) CreateInboundShipmentPlan ¶
func (a *Client) CreateInboundShipmentPlan(params *CreateInboundShipmentPlanParams, opts ...ClientOption) (*CreateInboundShipmentPlanOK, error)
CreateInboundShipmentPlan Returns one or more inbound shipment plans, which provide the information you need to create one or more inbound shipments for a set of items that you specify. Multiple inbound shipment plans might be required so that items can be optimally placed in Amazon's fulfillment network—for example, positioning inventory closer to the customer. Alternatively, two inbound shipment plans might be created with the same Amazon fulfillment center destination if the two shipment plans require different processing—for example, items that require labels must be shipped separately from stickerless, commingled inventory.
**Usage Plan:**
| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 |
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) EstimateTransport ¶
func (a *Client) EstimateTransport(params *EstimateTransportParams, opts ...ClientOption) (*EstimateTransportOK, error)
EstimateTransport Initiates the process of estimating the shipping cost for an inbound shipment by an Amazon-partnered carrier.
Prior to calling the estimateTransport operation, you must call the putTransportDetails operation to provide Amazon with the transportation information for the inbound shipment.
**Usage Plan:**
| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 |
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) GetBillOfLading ¶
func (a *Client) GetBillOfLading(params *GetBillOfLadingParams, opts ...ClientOption) (*GetBillOfLadingOK, error)
GetBillOfLading Returns a bill of lading for a Less Than Truckload/Full Truckload (LTL/FTL) shipment. The getBillOfLading operation returns PDF document data for printing a bill of lading for an Amazon-partnered Less Than Truckload/Full Truckload (LTL/FTL) inbound shipment.
**Usage Plan:**
| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 |
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) GetLabels ¶
func (a *Client) GetLabels(params *GetLabelsParams, opts ...ClientOption) (*GetLabelsOK, error)
GetLabels Returns package/pallet labels for faster and more accurate shipment processing at the Amazon fulfillment center.
**Usage Plan:**
| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 |
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) GetPreorderInfo ¶
func (a *Client) GetPreorderInfo(params *GetPreorderInfoParams, opts ...ClientOption) (*GetPreorderInfoOK, error)
GetPreorderInfo Returns pre-order information, including dates, that a seller needs before confirming a shipment for pre-order.
**Usage Plan:**
| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 |
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) GetPrepInstructions ¶
func (a *Client) GetPrepInstructions(params *GetPrepInstructionsParams, opts ...ClientOption) (*GetPrepInstructionsOK, error)
GetPrepInstructions Returns labeling requirements and item preparation instructions to help prepare items for shipment to Amazon's fulfillment network.
**Usage Plan:**
| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 |
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) GetShipmentItems ¶
func (a *Client) GetShipmentItems(params *GetShipmentItemsParams, opts ...ClientOption) (*GetShipmentItemsOK, error)
GetShipmentItems Returns a list of items in a specified inbound shipment, or a list of items that were updated within a specified time frame.
**Usage Plan:**
| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 |
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) GetShipmentItemsByShipmentID ¶
func (a *Client) GetShipmentItemsByShipmentID(params *GetShipmentItemsByShipmentIDParams, opts ...ClientOption) (*GetShipmentItemsByShipmentIDOK, error)
GetShipmentItemsByShipmentID Returns a list of items in a specified inbound shipment.
**Usage Plan:**
| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 |
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) GetShipments ¶
func (a *Client) GetShipments(params *GetShipmentsParams, opts ...ClientOption) (*GetShipmentsOK, error)
GetShipments Returns a list of inbound shipments based on criteria that you specify.
**Usage Plan:**
| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 |
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) GetTransportDetails ¶
func (a *Client) GetTransportDetails(params *GetTransportDetailsParams, opts ...ClientOption) (*GetTransportDetailsOK, error)
GetTransportDetails Returns current transportation information about an inbound shipment.
**Usage Plan:**
| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 |
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) PutTransportDetails ¶
func (a *Client) PutTransportDetails(params *PutTransportDetailsParams, opts ...ClientOption) (*PutTransportDetailsOK, error)
PutTransportDetails Sends transportation information to Amazon about an inbound shipment.
**Usage Plan:**
| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 |
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) UpdateInboundShipment ¶
func (a *Client) UpdateInboundShipment(params *UpdateInboundShipmentParams, opts ...ClientOption) (*UpdateInboundShipmentOK, error)
UpdateInboundShipment Updates or removes items from the inbound shipment identified by the specified shipment identifier. Adding new items is not supported.
**Usage Plan:**
| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 |
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) VoidTransport ¶
func (a *Client) VoidTransport(params *VoidTransportParams, opts ...ClientOption) (*VoidTransportOK, error)
VoidTransport Cancels a previously-confirmed request to ship an inbound shipment using an Amazon-partnered carrier.
To be successful, you must call this operation before the VoidDeadline date that is returned by the getTransportDetails operation.
Important: The VoidDeadline date is 24 hours after you confirm a Small Parcel shipment transportation request or one hour after you confirm a Less Than Truckload/Full Truckload (LTL/FTL) shipment transportation request. After the void deadline passes, your account will be charged for the shipping cost.
**Usage Plan:**
| Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 |
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 { ConfirmPreorder(params *ConfirmPreorderParams, opts ...ClientOption) (*ConfirmPreorderOK, error) ConfirmTransport(params *ConfirmTransportParams, opts ...ClientOption) (*ConfirmTransportOK, error) CreateInboundShipment(params *CreateInboundShipmentParams, opts ...ClientOption) (*CreateInboundShipmentOK, error) CreateInboundShipmentPlan(params *CreateInboundShipmentPlanParams, opts ...ClientOption) (*CreateInboundShipmentPlanOK, error) EstimateTransport(params *EstimateTransportParams, opts ...ClientOption) (*EstimateTransportOK, error) GetBillOfLading(params *GetBillOfLadingParams, opts ...ClientOption) (*GetBillOfLadingOK, error) GetLabels(params *GetLabelsParams, opts ...ClientOption) (*GetLabelsOK, error) GetPreorderInfo(params *GetPreorderInfoParams, opts ...ClientOption) (*GetPreorderInfoOK, error) GetPrepInstructions(params *GetPrepInstructionsParams, opts ...ClientOption) (*GetPrepInstructionsOK, error) GetShipmentItems(params *GetShipmentItemsParams, opts ...ClientOption) (*GetShipmentItemsOK, error) GetShipmentItemsByShipmentID(params *GetShipmentItemsByShipmentIDParams, opts ...ClientOption) (*GetShipmentItemsByShipmentIDOK, error) GetShipments(params *GetShipmentsParams, opts ...ClientOption) (*GetShipmentsOK, error) GetTransportDetails(params *GetTransportDetailsParams, opts ...ClientOption) (*GetTransportDetailsOK, error) PutTransportDetails(params *PutTransportDetailsParams, opts ...ClientOption) (*PutTransportDetailsOK, error) UpdateInboundShipment(params *UpdateInboundShipmentParams, opts ...ClientOption) (*UpdateInboundShipmentOK, error) VoidTransport(params *VoidTransportParams, opts ...ClientOption) (*VoidTransportOK, 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 fba inbound API client.
type ConfirmPreorderBadRequest ¶
type ConfirmPreorderBadRequest struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.ConfirmPreorderResponse }
ConfirmPreorderBadRequest describes a response with status code 400, with default header values.
Request has missing or invalid parameters and cannot be parsed.
func NewConfirmPreorderBadRequest ¶
func NewConfirmPreorderBadRequest() *ConfirmPreorderBadRequest
NewConfirmPreorderBadRequest creates a ConfirmPreorderBadRequest with default headers values
func (*ConfirmPreorderBadRequest) Error ¶
func (o *ConfirmPreorderBadRequest) Error() string
func (*ConfirmPreorderBadRequest) GetPayload ¶
func (o *ConfirmPreorderBadRequest) GetPayload() *fulfillment_inbound_v0_models.ConfirmPreorderResponse
func (*ConfirmPreorderBadRequest) IsClientError ¶
func (o *ConfirmPreorderBadRequest) IsClientError() bool
IsClientError returns true when this confirm preorder bad request response has a 4xx status code
func (*ConfirmPreorderBadRequest) IsCode ¶
func (o *ConfirmPreorderBadRequest) IsCode(code int) bool
IsCode returns true when this confirm preorder bad request response a status code equal to that given
func (*ConfirmPreorderBadRequest) IsRedirect ¶
func (o *ConfirmPreorderBadRequest) IsRedirect() bool
IsRedirect returns true when this confirm preorder bad request response has a 3xx status code
func (*ConfirmPreorderBadRequest) IsServerError ¶
func (o *ConfirmPreorderBadRequest) IsServerError() bool
IsServerError returns true when this confirm preorder bad request response has a 5xx status code
func (*ConfirmPreorderBadRequest) IsSuccess ¶
func (o *ConfirmPreorderBadRequest) IsSuccess() bool
IsSuccess returns true when this confirm preorder bad request response has a 2xx status code
func (*ConfirmPreorderBadRequest) String ¶
func (o *ConfirmPreorderBadRequest) String() string
type ConfirmPreorderForbidden ¶
type ConfirmPreorderForbidden struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.ConfirmPreorderResponse }
ConfirmPreorderForbidden 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 NewConfirmPreorderForbidden ¶
func NewConfirmPreorderForbidden() *ConfirmPreorderForbidden
NewConfirmPreorderForbidden creates a ConfirmPreorderForbidden with default headers values
func (*ConfirmPreorderForbidden) Error ¶
func (o *ConfirmPreorderForbidden) Error() string
func (*ConfirmPreorderForbidden) GetPayload ¶
func (o *ConfirmPreorderForbidden) GetPayload() *fulfillment_inbound_v0_models.ConfirmPreorderResponse
func (*ConfirmPreorderForbidden) IsClientError ¶
func (o *ConfirmPreorderForbidden) IsClientError() bool
IsClientError returns true when this confirm preorder forbidden response has a 4xx status code
func (*ConfirmPreorderForbidden) IsCode ¶
func (o *ConfirmPreorderForbidden) IsCode(code int) bool
IsCode returns true when this confirm preorder forbidden response a status code equal to that given
func (*ConfirmPreorderForbidden) IsRedirect ¶
func (o *ConfirmPreorderForbidden) IsRedirect() bool
IsRedirect returns true when this confirm preorder forbidden response has a 3xx status code
func (*ConfirmPreorderForbidden) IsServerError ¶
func (o *ConfirmPreorderForbidden) IsServerError() bool
IsServerError returns true when this confirm preorder forbidden response has a 5xx status code
func (*ConfirmPreorderForbidden) IsSuccess ¶
func (o *ConfirmPreorderForbidden) IsSuccess() bool
IsSuccess returns true when this confirm preorder forbidden response has a 2xx status code
func (*ConfirmPreorderForbidden) String ¶
func (o *ConfirmPreorderForbidden) String() string
type ConfirmPreorderInternalServerError ¶
type ConfirmPreorderInternalServerError struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.ConfirmPreorderResponse }
ConfirmPreorderInternalServerError describes a response with status code 500, with default header values.
An unexpected condition occurred that prevented the server from fulfilling the request.
func NewConfirmPreorderInternalServerError ¶
func NewConfirmPreorderInternalServerError() *ConfirmPreorderInternalServerError
NewConfirmPreorderInternalServerError creates a ConfirmPreorderInternalServerError with default headers values
func (*ConfirmPreorderInternalServerError) Error ¶
func (o *ConfirmPreorderInternalServerError) Error() string
func (*ConfirmPreorderInternalServerError) GetPayload ¶
func (o *ConfirmPreorderInternalServerError) GetPayload() *fulfillment_inbound_v0_models.ConfirmPreorderResponse
func (*ConfirmPreorderInternalServerError) IsClientError ¶
func (o *ConfirmPreorderInternalServerError) IsClientError() bool
IsClientError returns true when this confirm preorder internal server error response has a 4xx status code
func (*ConfirmPreorderInternalServerError) IsCode ¶
func (o *ConfirmPreorderInternalServerError) IsCode(code int) bool
IsCode returns true when this confirm preorder internal server error response a status code equal to that given
func (*ConfirmPreorderInternalServerError) IsRedirect ¶
func (o *ConfirmPreorderInternalServerError) IsRedirect() bool
IsRedirect returns true when this confirm preorder internal server error response has a 3xx status code
func (*ConfirmPreorderInternalServerError) IsServerError ¶
func (o *ConfirmPreorderInternalServerError) IsServerError() bool
IsServerError returns true when this confirm preorder internal server error response has a 5xx status code
func (*ConfirmPreorderInternalServerError) IsSuccess ¶
func (o *ConfirmPreorderInternalServerError) IsSuccess() bool
IsSuccess returns true when this confirm preorder internal server error response has a 2xx status code
func (*ConfirmPreorderInternalServerError) String ¶
func (o *ConfirmPreorderInternalServerError) String() string
type ConfirmPreorderNotFound ¶
type ConfirmPreorderNotFound struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.ConfirmPreorderResponse }
ConfirmPreorderNotFound describes a response with status code 404, with default header values.
The specified resource does not exist.
func NewConfirmPreorderNotFound ¶
func NewConfirmPreorderNotFound() *ConfirmPreorderNotFound
NewConfirmPreorderNotFound creates a ConfirmPreorderNotFound with default headers values
func (*ConfirmPreorderNotFound) Error ¶
func (o *ConfirmPreorderNotFound) Error() string
func (*ConfirmPreorderNotFound) GetPayload ¶
func (o *ConfirmPreorderNotFound) GetPayload() *fulfillment_inbound_v0_models.ConfirmPreorderResponse
func (*ConfirmPreorderNotFound) IsClientError ¶
func (o *ConfirmPreorderNotFound) IsClientError() bool
IsClientError returns true when this confirm preorder not found response has a 4xx status code
func (*ConfirmPreorderNotFound) IsCode ¶
func (o *ConfirmPreorderNotFound) IsCode(code int) bool
IsCode returns true when this confirm preorder not found response a status code equal to that given
func (*ConfirmPreorderNotFound) IsRedirect ¶
func (o *ConfirmPreorderNotFound) IsRedirect() bool
IsRedirect returns true when this confirm preorder not found response has a 3xx status code
func (*ConfirmPreorderNotFound) IsServerError ¶
func (o *ConfirmPreorderNotFound) IsServerError() bool
IsServerError returns true when this confirm preorder not found response has a 5xx status code
func (*ConfirmPreorderNotFound) IsSuccess ¶
func (o *ConfirmPreorderNotFound) IsSuccess() bool
IsSuccess returns true when this confirm preorder not found response has a 2xx status code
func (*ConfirmPreorderNotFound) String ¶
func (o *ConfirmPreorderNotFound) String() string
type ConfirmPreorderOK ¶
type ConfirmPreorderOK struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.ConfirmPreorderResponse }
ConfirmPreorderOK describes a response with status code 200, with default header values.
Success.
func NewConfirmPreorderOK ¶
func NewConfirmPreorderOK() *ConfirmPreorderOK
NewConfirmPreorderOK creates a ConfirmPreorderOK with default headers values
func (*ConfirmPreorderOK) Error ¶
func (o *ConfirmPreorderOK) Error() string
func (*ConfirmPreorderOK) GetPayload ¶
func (o *ConfirmPreorderOK) GetPayload() *fulfillment_inbound_v0_models.ConfirmPreorderResponse
func (*ConfirmPreorderOK) IsClientError ¶
func (o *ConfirmPreorderOK) IsClientError() bool
IsClientError returns true when this confirm preorder o k response has a 4xx status code
func (*ConfirmPreorderOK) IsCode ¶
func (o *ConfirmPreorderOK) IsCode(code int) bool
IsCode returns true when this confirm preorder o k response a status code equal to that given
func (*ConfirmPreorderOK) IsRedirect ¶
func (o *ConfirmPreorderOK) IsRedirect() bool
IsRedirect returns true when this confirm preorder o k response has a 3xx status code
func (*ConfirmPreorderOK) IsServerError ¶
func (o *ConfirmPreorderOK) IsServerError() bool
IsServerError returns true when this confirm preorder o k response has a 5xx status code
func (*ConfirmPreorderOK) IsSuccess ¶
func (o *ConfirmPreorderOK) IsSuccess() bool
IsSuccess returns true when this confirm preorder o k response has a 2xx status code
func (*ConfirmPreorderOK) String ¶
func (o *ConfirmPreorderOK) String() string
type ConfirmPreorderParams ¶
type ConfirmPreorderParams struct { /* MarketplaceID. A marketplace identifier. Specifies the marketplace the shipment is tied to. */ MarketplaceID string /* NeedByDate. Date that the shipment must arrive at the Amazon fulfillment center to avoid delivery promise breaks for pre-ordered items. Must be in YYYY-MM-DD format. The response to the getPreorderInfo operation returns this value. Format: date */ NeedByDate strfmt.Date /* ShipmentID. A shipment identifier originally returned by the createInboundShipmentPlan operation. */ ShipmentID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ConfirmPreorderParams contains all the parameters to send to the API endpoint
for the confirm preorder operation. Typically these are written to a http.Request.
func NewConfirmPreorderParams ¶
func NewConfirmPreorderParams() *ConfirmPreorderParams
NewConfirmPreorderParams creates a new ConfirmPreorderParams 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 NewConfirmPreorderParamsWithContext ¶
func NewConfirmPreorderParamsWithContext(ctx context.Context) *ConfirmPreorderParams
NewConfirmPreorderParamsWithContext creates a new ConfirmPreorderParams object with the ability to set a context for a request.
func NewConfirmPreorderParamsWithHTTPClient ¶
func NewConfirmPreorderParamsWithHTTPClient(client *http.Client) *ConfirmPreorderParams
NewConfirmPreorderParamsWithHTTPClient creates a new ConfirmPreorderParams object with the ability to set a custom HTTPClient for a request.
func NewConfirmPreorderParamsWithTimeout ¶
func NewConfirmPreorderParamsWithTimeout(timeout time.Duration) *ConfirmPreorderParams
NewConfirmPreorderParamsWithTimeout creates a new ConfirmPreorderParams object with the ability to set a timeout on a request.
func (*ConfirmPreorderParams) SetContext ¶
func (o *ConfirmPreorderParams) SetContext(ctx context.Context)
SetContext adds the context to the confirm preorder params
func (*ConfirmPreorderParams) SetDefaults ¶
func (o *ConfirmPreorderParams) SetDefaults()
SetDefaults hydrates default values in the confirm preorder params (not the query body).
All values with no default are reset to their zero value.
func (*ConfirmPreorderParams) SetHTTPClient ¶
func (o *ConfirmPreorderParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the confirm preorder params
func (*ConfirmPreorderParams) SetMarketplaceID ¶
func (o *ConfirmPreorderParams) SetMarketplaceID(marketplaceID string)
SetMarketplaceID adds the marketplaceId to the confirm preorder params
func (*ConfirmPreorderParams) SetNeedByDate ¶
func (o *ConfirmPreorderParams) SetNeedByDate(needByDate strfmt.Date)
SetNeedByDate adds the needByDate to the confirm preorder params
func (*ConfirmPreorderParams) SetShipmentID ¶
func (o *ConfirmPreorderParams) SetShipmentID(shipmentID string)
SetShipmentID adds the shipmentId to the confirm preorder params
func (*ConfirmPreorderParams) SetTimeout ¶
func (o *ConfirmPreorderParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the confirm preorder params
func (*ConfirmPreorderParams) WithContext ¶
func (o *ConfirmPreorderParams) WithContext(ctx context.Context) *ConfirmPreorderParams
WithContext adds the context to the confirm preorder params
func (*ConfirmPreorderParams) WithDefaults ¶
func (o *ConfirmPreorderParams) WithDefaults() *ConfirmPreorderParams
WithDefaults hydrates default values in the confirm preorder params (not the query body).
All values with no default are reset to their zero value.
func (*ConfirmPreorderParams) WithHTTPClient ¶
func (o *ConfirmPreorderParams) WithHTTPClient(client *http.Client) *ConfirmPreorderParams
WithHTTPClient adds the HTTPClient to the confirm preorder params
func (*ConfirmPreorderParams) WithMarketplaceID ¶
func (o *ConfirmPreorderParams) WithMarketplaceID(marketplaceID string) *ConfirmPreorderParams
WithMarketplaceID adds the marketplaceID to the confirm preorder params
func (*ConfirmPreorderParams) WithNeedByDate ¶
func (o *ConfirmPreorderParams) WithNeedByDate(needByDate strfmt.Date) *ConfirmPreorderParams
WithNeedByDate adds the needByDate to the confirm preorder params
func (*ConfirmPreorderParams) WithShipmentID ¶
func (o *ConfirmPreorderParams) WithShipmentID(shipmentID string) *ConfirmPreorderParams
WithShipmentID adds the shipmentID to the confirm preorder params
func (*ConfirmPreorderParams) WithTimeout ¶
func (o *ConfirmPreorderParams) WithTimeout(timeout time.Duration) *ConfirmPreorderParams
WithTimeout adds the timeout to the confirm preorder params
func (*ConfirmPreorderParams) WriteToRequest ¶
func (o *ConfirmPreorderParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ConfirmPreorderReader ¶
type ConfirmPreorderReader struct {
// contains filtered or unexported fields
}
ConfirmPreorderReader is a Reader for the ConfirmPreorder structure.
func (*ConfirmPreorderReader) ReadResponse ¶
func (o *ConfirmPreorderReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ConfirmPreorderServiceUnavailable ¶
type ConfirmPreorderServiceUnavailable struct { string }XAmznRequestID
ConfirmPreorderServiceUnavailable describes a response with status code 503, with default header values.
Temporary overloading or maintenance of the server.
func NewConfirmPreorderServiceUnavailable ¶
func NewConfirmPreorderServiceUnavailable() *ConfirmPreorderServiceUnavailable
NewConfirmPreorderServiceUnavailable creates a ConfirmPreorderServiceUnavailable with default headers values
func (*ConfirmPreorderServiceUnavailable) Error ¶
func (o *ConfirmPreorderServiceUnavailable) Error() string
func (*ConfirmPreorderServiceUnavailable) GetPayload ¶
func (o *ConfirmPreorderServiceUnavailable) GetPayload() *fulfillment_inbound_v0_models.ConfirmPreorderResponse
func (*ConfirmPreorderServiceUnavailable) IsClientError ¶
func (o *ConfirmPreorderServiceUnavailable) IsClientError() bool
IsClientError returns true when this confirm preorder service unavailable response has a 4xx status code
func (*ConfirmPreorderServiceUnavailable) IsCode ¶
func (o *ConfirmPreorderServiceUnavailable) IsCode(code int) bool
IsCode returns true when this confirm preorder service unavailable response a status code equal to that given
func (*ConfirmPreorderServiceUnavailable) IsRedirect ¶
func (o *ConfirmPreorderServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this confirm preorder service unavailable response has a 3xx status code
func (*ConfirmPreorderServiceUnavailable) IsServerError ¶
func (o *ConfirmPreorderServiceUnavailable) IsServerError() bool
IsServerError returns true when this confirm preorder service unavailable response has a 5xx status code
func (*ConfirmPreorderServiceUnavailable) IsSuccess ¶
func (o *ConfirmPreorderServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this confirm preorder service unavailable response has a 2xx status code
func (*ConfirmPreorderServiceUnavailable) String ¶
func (o *ConfirmPreorderServiceUnavailable) String() string
type ConfirmPreorderTooManyRequests ¶
type ConfirmPreorderTooManyRequests struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.ConfirmPreorderResponse }
ConfirmPreorderTooManyRequests describes a response with status code 429, with default header values.
The frequency of requests was greater than allowed.
func NewConfirmPreorderTooManyRequests ¶
func NewConfirmPreorderTooManyRequests() *ConfirmPreorderTooManyRequests
NewConfirmPreorderTooManyRequests creates a ConfirmPreorderTooManyRequests with default headers values
func (*ConfirmPreorderTooManyRequests) Error ¶
func (o *ConfirmPreorderTooManyRequests) Error() string
func (*ConfirmPreorderTooManyRequests) GetPayload ¶
func (o *ConfirmPreorderTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.ConfirmPreorderResponse
func (*ConfirmPreorderTooManyRequests) IsClientError ¶
func (o *ConfirmPreorderTooManyRequests) IsClientError() bool
IsClientError returns true when this confirm preorder too many requests response has a 4xx status code
func (*ConfirmPreorderTooManyRequests) IsCode ¶
func (o *ConfirmPreorderTooManyRequests) IsCode(code int) bool
IsCode returns true when this confirm preorder too many requests response a status code equal to that given
func (*ConfirmPreorderTooManyRequests) IsRedirect ¶
func (o *ConfirmPreorderTooManyRequests) IsRedirect() bool
IsRedirect returns true when this confirm preorder too many requests response has a 3xx status code
func (*ConfirmPreorderTooManyRequests) IsServerError ¶
func (o *ConfirmPreorderTooManyRequests) IsServerError() bool
IsServerError returns true when this confirm preorder too many requests response has a 5xx status code
func (*ConfirmPreorderTooManyRequests) IsSuccess ¶
func (o *ConfirmPreorderTooManyRequests) IsSuccess() bool
IsSuccess returns true when this confirm preorder too many requests response has a 2xx status code
func (*ConfirmPreorderTooManyRequests) String ¶
func (o *ConfirmPreorderTooManyRequests) String() string
type ConfirmPreorderUnauthorized ¶
type ConfirmPreorderUnauthorized struct { string }XAmznRequestID
ConfirmPreorderUnauthorized 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 NewConfirmPreorderUnauthorized ¶
func NewConfirmPreorderUnauthorized() *ConfirmPreorderUnauthorized
NewConfirmPreorderUnauthorized creates a ConfirmPreorderUnauthorized with default headers values
func (*ConfirmPreorderUnauthorized) Error ¶
func (o *ConfirmPreorderUnauthorized) Error() string
func (*ConfirmPreorderUnauthorized) GetPayload ¶
func (o *ConfirmPreorderUnauthorized) GetPayload() *fulfillment_inbound_v0_models.ConfirmPreorderResponse
func (*ConfirmPreorderUnauthorized) IsClientError ¶
func (o *ConfirmPreorderUnauthorized) IsClientError() bool
IsClientError returns true when this confirm preorder unauthorized response has a 4xx status code
func (*ConfirmPreorderUnauthorized) IsCode ¶
func (o *ConfirmPreorderUnauthorized) IsCode(code int) bool
IsCode returns true when this confirm preorder unauthorized response a status code equal to that given
func (*ConfirmPreorderUnauthorized) IsRedirect ¶
func (o *ConfirmPreorderUnauthorized) IsRedirect() bool
IsRedirect returns true when this confirm preorder unauthorized response has a 3xx status code
func (*ConfirmPreorderUnauthorized) IsServerError ¶
func (o *ConfirmPreorderUnauthorized) IsServerError() bool
IsServerError returns true when this confirm preorder unauthorized response has a 5xx status code
func (*ConfirmPreorderUnauthorized) IsSuccess ¶
func (o *ConfirmPreorderUnauthorized) IsSuccess() bool
IsSuccess returns true when this confirm preorder unauthorized response has a 2xx status code
func (*ConfirmPreorderUnauthorized) String ¶
func (o *ConfirmPreorderUnauthorized) String() string
type ConfirmTransportBadRequest ¶
type ConfirmTransportBadRequest struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.ConfirmTransportResponse }
ConfirmTransportBadRequest describes a response with status code 400, with default header values.
Request has missing or invalid parameters and cannot be parsed.
func NewConfirmTransportBadRequest ¶
func NewConfirmTransportBadRequest() *ConfirmTransportBadRequest
NewConfirmTransportBadRequest creates a ConfirmTransportBadRequest with default headers values
func (*ConfirmTransportBadRequest) Error ¶
func (o *ConfirmTransportBadRequest) Error() string
func (*ConfirmTransportBadRequest) GetPayload ¶
func (o *ConfirmTransportBadRequest) GetPayload() *fulfillment_inbound_v0_models.ConfirmTransportResponse
func (*ConfirmTransportBadRequest) IsClientError ¶
func (o *ConfirmTransportBadRequest) IsClientError() bool
IsClientError returns true when this confirm transport bad request response has a 4xx status code
func (*ConfirmTransportBadRequest) IsCode ¶
func (o *ConfirmTransportBadRequest) IsCode(code int) bool
IsCode returns true when this confirm transport bad request response a status code equal to that given
func (*ConfirmTransportBadRequest) IsRedirect ¶
func (o *ConfirmTransportBadRequest) IsRedirect() bool
IsRedirect returns true when this confirm transport bad request response has a 3xx status code
func (*ConfirmTransportBadRequest) IsServerError ¶
func (o *ConfirmTransportBadRequest) IsServerError() bool
IsServerError returns true when this confirm transport bad request response has a 5xx status code
func (*ConfirmTransportBadRequest) IsSuccess ¶
func (o *ConfirmTransportBadRequest) IsSuccess() bool
IsSuccess returns true when this confirm transport bad request response has a 2xx status code
func (*ConfirmTransportBadRequest) String ¶
func (o *ConfirmTransportBadRequest) String() string
type ConfirmTransportForbidden ¶
type ConfirmTransportForbidden struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.ConfirmTransportResponse }
ConfirmTransportForbidden 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 NewConfirmTransportForbidden ¶
func NewConfirmTransportForbidden() *ConfirmTransportForbidden
NewConfirmTransportForbidden creates a ConfirmTransportForbidden with default headers values
func (*ConfirmTransportForbidden) Error ¶
func (o *ConfirmTransportForbidden) Error() string
func (*ConfirmTransportForbidden) GetPayload ¶
func (o *ConfirmTransportForbidden) GetPayload() *fulfillment_inbound_v0_models.ConfirmTransportResponse
func (*ConfirmTransportForbidden) IsClientError ¶
func (o *ConfirmTransportForbidden) IsClientError() bool
IsClientError returns true when this confirm transport forbidden response has a 4xx status code
func (*ConfirmTransportForbidden) IsCode ¶
func (o *ConfirmTransportForbidden) IsCode(code int) bool
IsCode returns true when this confirm transport forbidden response a status code equal to that given
func (*ConfirmTransportForbidden) IsRedirect ¶
func (o *ConfirmTransportForbidden) IsRedirect() bool
IsRedirect returns true when this confirm transport forbidden response has a 3xx status code
func (*ConfirmTransportForbidden) IsServerError ¶
func (o *ConfirmTransportForbidden) IsServerError() bool
IsServerError returns true when this confirm transport forbidden response has a 5xx status code
func (*ConfirmTransportForbidden) IsSuccess ¶
func (o *ConfirmTransportForbidden) IsSuccess() bool
IsSuccess returns true when this confirm transport forbidden response has a 2xx status code
func (*ConfirmTransportForbidden) String ¶
func (o *ConfirmTransportForbidden) String() string
type ConfirmTransportInternalServerError ¶
type ConfirmTransportInternalServerError struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.ConfirmTransportResponse }
ConfirmTransportInternalServerError describes a response with status code 500, with default header values.
An unexpected condition occurred that prevented the server from fulfilling the request.
func NewConfirmTransportInternalServerError ¶
func NewConfirmTransportInternalServerError() *ConfirmTransportInternalServerError
NewConfirmTransportInternalServerError creates a ConfirmTransportInternalServerError with default headers values
func (*ConfirmTransportInternalServerError) Error ¶
func (o *ConfirmTransportInternalServerError) Error() string
func (*ConfirmTransportInternalServerError) GetPayload ¶
func (o *ConfirmTransportInternalServerError) GetPayload() *fulfillment_inbound_v0_models.ConfirmTransportResponse
func (*ConfirmTransportInternalServerError) IsClientError ¶
func (o *ConfirmTransportInternalServerError) IsClientError() bool
IsClientError returns true when this confirm transport internal server error response has a 4xx status code
func (*ConfirmTransportInternalServerError) IsCode ¶
func (o *ConfirmTransportInternalServerError) IsCode(code int) bool
IsCode returns true when this confirm transport internal server error response a status code equal to that given
func (*ConfirmTransportInternalServerError) IsRedirect ¶
func (o *ConfirmTransportInternalServerError) IsRedirect() bool
IsRedirect returns true when this confirm transport internal server error response has a 3xx status code
func (*ConfirmTransportInternalServerError) IsServerError ¶
func (o *ConfirmTransportInternalServerError) IsServerError() bool
IsServerError returns true when this confirm transport internal server error response has a 5xx status code
func (*ConfirmTransportInternalServerError) IsSuccess ¶
func (o *ConfirmTransportInternalServerError) IsSuccess() bool
IsSuccess returns true when this confirm transport internal server error response has a 2xx status code
func (*ConfirmTransportInternalServerError) String ¶
func (o *ConfirmTransportInternalServerError) String() string
type ConfirmTransportNotFound ¶
type ConfirmTransportNotFound struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.ConfirmTransportResponse }
ConfirmTransportNotFound describes a response with status code 404, with default header values.
The specified resource does not exist.
func NewConfirmTransportNotFound ¶
func NewConfirmTransportNotFound() *ConfirmTransportNotFound
NewConfirmTransportNotFound creates a ConfirmTransportNotFound with default headers values
func (*ConfirmTransportNotFound) Error ¶
func (o *ConfirmTransportNotFound) Error() string
func (*ConfirmTransportNotFound) GetPayload ¶
func (o *ConfirmTransportNotFound) GetPayload() *fulfillment_inbound_v0_models.ConfirmTransportResponse
func (*ConfirmTransportNotFound) IsClientError ¶
func (o *ConfirmTransportNotFound) IsClientError() bool
IsClientError returns true when this confirm transport not found response has a 4xx status code
func (*ConfirmTransportNotFound) IsCode ¶
func (o *ConfirmTransportNotFound) IsCode(code int) bool
IsCode returns true when this confirm transport not found response a status code equal to that given
func (*ConfirmTransportNotFound) IsRedirect ¶
func (o *ConfirmTransportNotFound) IsRedirect() bool
IsRedirect returns true when this confirm transport not found response has a 3xx status code
func (*ConfirmTransportNotFound) IsServerError ¶
func (o *ConfirmTransportNotFound) IsServerError() bool
IsServerError returns true when this confirm transport not found response has a 5xx status code
func (*ConfirmTransportNotFound) IsSuccess ¶
func (o *ConfirmTransportNotFound) IsSuccess() bool
IsSuccess returns true when this confirm transport not found response has a 2xx status code
func (*ConfirmTransportNotFound) String ¶
func (o *ConfirmTransportNotFound) String() string
type ConfirmTransportOK ¶
type ConfirmTransportOK struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.ConfirmTransportResponse }
ConfirmTransportOK describes a response with status code 200, with default header values.
Success.
func NewConfirmTransportOK ¶
func NewConfirmTransportOK() *ConfirmTransportOK
NewConfirmTransportOK creates a ConfirmTransportOK with default headers values
func (*ConfirmTransportOK) Error ¶
func (o *ConfirmTransportOK) Error() string
func (*ConfirmTransportOK) GetPayload ¶
func (o *ConfirmTransportOK) GetPayload() *fulfillment_inbound_v0_models.ConfirmTransportResponse
func (*ConfirmTransportOK) IsClientError ¶
func (o *ConfirmTransportOK) IsClientError() bool
IsClientError returns true when this confirm transport o k response has a 4xx status code
func (*ConfirmTransportOK) IsCode ¶
func (o *ConfirmTransportOK) IsCode(code int) bool
IsCode returns true when this confirm transport o k response a status code equal to that given
func (*ConfirmTransportOK) IsRedirect ¶
func (o *ConfirmTransportOK) IsRedirect() bool
IsRedirect returns true when this confirm transport o k response has a 3xx status code
func (*ConfirmTransportOK) IsServerError ¶
func (o *ConfirmTransportOK) IsServerError() bool
IsServerError returns true when this confirm transport o k response has a 5xx status code
func (*ConfirmTransportOK) IsSuccess ¶
func (o *ConfirmTransportOK) IsSuccess() bool
IsSuccess returns true when this confirm transport o k response has a 2xx status code
func (*ConfirmTransportOK) String ¶
func (o *ConfirmTransportOK) String() string
type ConfirmTransportParams ¶
type ConfirmTransportParams struct { /* ShipmentID. A shipment identifier originally returned by the createInboundShipmentPlan operation. */ ShipmentID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ConfirmTransportParams contains all the parameters to send to the API endpoint
for the confirm transport operation. Typically these are written to a http.Request.
func NewConfirmTransportParams ¶
func NewConfirmTransportParams() *ConfirmTransportParams
NewConfirmTransportParams creates a new ConfirmTransportParams 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 NewConfirmTransportParamsWithContext ¶
func NewConfirmTransportParamsWithContext(ctx context.Context) *ConfirmTransportParams
NewConfirmTransportParamsWithContext creates a new ConfirmTransportParams object with the ability to set a context for a request.
func NewConfirmTransportParamsWithHTTPClient ¶
func NewConfirmTransportParamsWithHTTPClient(client *http.Client) *ConfirmTransportParams
NewConfirmTransportParamsWithHTTPClient creates a new ConfirmTransportParams object with the ability to set a custom HTTPClient for a request.
func NewConfirmTransportParamsWithTimeout ¶
func NewConfirmTransportParamsWithTimeout(timeout time.Duration) *ConfirmTransportParams
NewConfirmTransportParamsWithTimeout creates a new ConfirmTransportParams object with the ability to set a timeout on a request.
func (*ConfirmTransportParams) SetContext ¶
func (o *ConfirmTransportParams) SetContext(ctx context.Context)
SetContext adds the context to the confirm transport params
func (*ConfirmTransportParams) SetDefaults ¶
func (o *ConfirmTransportParams) SetDefaults()
SetDefaults hydrates default values in the confirm transport params (not the query body).
All values with no default are reset to their zero value.
func (*ConfirmTransportParams) SetHTTPClient ¶
func (o *ConfirmTransportParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the confirm transport params
func (*ConfirmTransportParams) SetShipmentID ¶
func (o *ConfirmTransportParams) SetShipmentID(shipmentID string)
SetShipmentID adds the shipmentId to the confirm transport params
func (*ConfirmTransportParams) SetTimeout ¶
func (o *ConfirmTransportParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the confirm transport params
func (*ConfirmTransportParams) WithContext ¶
func (o *ConfirmTransportParams) WithContext(ctx context.Context) *ConfirmTransportParams
WithContext adds the context to the confirm transport params
func (*ConfirmTransportParams) WithDefaults ¶
func (o *ConfirmTransportParams) WithDefaults() *ConfirmTransportParams
WithDefaults hydrates default values in the confirm transport params (not the query body).
All values with no default are reset to their zero value.
func (*ConfirmTransportParams) WithHTTPClient ¶
func (o *ConfirmTransportParams) WithHTTPClient(client *http.Client) *ConfirmTransportParams
WithHTTPClient adds the HTTPClient to the confirm transport params
func (*ConfirmTransportParams) WithShipmentID ¶
func (o *ConfirmTransportParams) WithShipmentID(shipmentID string) *ConfirmTransportParams
WithShipmentID adds the shipmentID to the confirm transport params
func (*ConfirmTransportParams) WithTimeout ¶
func (o *ConfirmTransportParams) WithTimeout(timeout time.Duration) *ConfirmTransportParams
WithTimeout adds the timeout to the confirm transport params
func (*ConfirmTransportParams) WriteToRequest ¶
func (o *ConfirmTransportParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ConfirmTransportReader ¶
type ConfirmTransportReader struct {
// contains filtered or unexported fields
}
ConfirmTransportReader is a Reader for the ConfirmTransport structure.
func (*ConfirmTransportReader) ReadResponse ¶
func (o *ConfirmTransportReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ConfirmTransportServiceUnavailable ¶
type ConfirmTransportServiceUnavailable struct { string }XAmznRequestID
ConfirmTransportServiceUnavailable describes a response with status code 503, with default header values.
Temporary overloading or maintenance of the server.
func NewConfirmTransportServiceUnavailable ¶
func NewConfirmTransportServiceUnavailable() *ConfirmTransportServiceUnavailable
NewConfirmTransportServiceUnavailable creates a ConfirmTransportServiceUnavailable with default headers values
func (*ConfirmTransportServiceUnavailable) Error ¶
func (o *ConfirmTransportServiceUnavailable) Error() string
func (*ConfirmTransportServiceUnavailable) GetPayload ¶
func (o *ConfirmTransportServiceUnavailable) GetPayload() *fulfillment_inbound_v0_models.ConfirmTransportResponse
func (*ConfirmTransportServiceUnavailable) IsClientError ¶
func (o *ConfirmTransportServiceUnavailable) IsClientError() bool
IsClientError returns true when this confirm transport service unavailable response has a 4xx status code
func (*ConfirmTransportServiceUnavailable) IsCode ¶
func (o *ConfirmTransportServiceUnavailable) IsCode(code int) bool
IsCode returns true when this confirm transport service unavailable response a status code equal to that given
func (*ConfirmTransportServiceUnavailable) IsRedirect ¶
func (o *ConfirmTransportServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this confirm transport service unavailable response has a 3xx status code
func (*ConfirmTransportServiceUnavailable) IsServerError ¶
func (o *ConfirmTransportServiceUnavailable) IsServerError() bool
IsServerError returns true when this confirm transport service unavailable response has a 5xx status code
func (*ConfirmTransportServiceUnavailable) IsSuccess ¶
func (o *ConfirmTransportServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this confirm transport service unavailable response has a 2xx status code
func (*ConfirmTransportServiceUnavailable) String ¶
func (o *ConfirmTransportServiceUnavailable) String() string
type ConfirmTransportTooManyRequests ¶
type ConfirmTransportTooManyRequests struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.ConfirmTransportResponse }
ConfirmTransportTooManyRequests describes a response with status code 429, with default header values.
The frequency of requests was greater than allowed.
func NewConfirmTransportTooManyRequests ¶
func NewConfirmTransportTooManyRequests() *ConfirmTransportTooManyRequests
NewConfirmTransportTooManyRequests creates a ConfirmTransportTooManyRequests with default headers values
func (*ConfirmTransportTooManyRequests) Error ¶
func (o *ConfirmTransportTooManyRequests) Error() string
func (*ConfirmTransportTooManyRequests) GetPayload ¶
func (o *ConfirmTransportTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.ConfirmTransportResponse
func (*ConfirmTransportTooManyRequests) IsClientError ¶
func (o *ConfirmTransportTooManyRequests) IsClientError() bool
IsClientError returns true when this confirm transport too many requests response has a 4xx status code
func (*ConfirmTransportTooManyRequests) IsCode ¶
func (o *ConfirmTransportTooManyRequests) IsCode(code int) bool
IsCode returns true when this confirm transport too many requests response a status code equal to that given
func (*ConfirmTransportTooManyRequests) IsRedirect ¶
func (o *ConfirmTransportTooManyRequests) IsRedirect() bool
IsRedirect returns true when this confirm transport too many requests response has a 3xx status code
func (*ConfirmTransportTooManyRequests) IsServerError ¶
func (o *ConfirmTransportTooManyRequests) IsServerError() bool
IsServerError returns true when this confirm transport too many requests response has a 5xx status code
func (*ConfirmTransportTooManyRequests) IsSuccess ¶
func (o *ConfirmTransportTooManyRequests) IsSuccess() bool
IsSuccess returns true when this confirm transport too many requests response has a 2xx status code
func (*ConfirmTransportTooManyRequests) String ¶
func (o *ConfirmTransportTooManyRequests) String() string
type ConfirmTransportUnauthorized ¶
type ConfirmTransportUnauthorized struct { string }XAmznRequestID
ConfirmTransportUnauthorized 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 NewConfirmTransportUnauthorized ¶
func NewConfirmTransportUnauthorized() *ConfirmTransportUnauthorized
NewConfirmTransportUnauthorized creates a ConfirmTransportUnauthorized with default headers values
func (*ConfirmTransportUnauthorized) Error ¶
func (o *ConfirmTransportUnauthorized) Error() string
func (*ConfirmTransportUnauthorized) GetPayload ¶
func (o *ConfirmTransportUnauthorized) GetPayload() *fulfillment_inbound_v0_models.ConfirmTransportResponse
func (*ConfirmTransportUnauthorized) IsClientError ¶
func (o *ConfirmTransportUnauthorized) IsClientError() bool
IsClientError returns true when this confirm transport unauthorized response has a 4xx status code
func (*ConfirmTransportUnauthorized) IsCode ¶
func (o *ConfirmTransportUnauthorized) IsCode(code int) bool
IsCode returns true when this confirm transport unauthorized response a status code equal to that given
func (*ConfirmTransportUnauthorized) IsRedirect ¶
func (o *ConfirmTransportUnauthorized) IsRedirect() bool
IsRedirect returns true when this confirm transport unauthorized response has a 3xx status code
func (*ConfirmTransportUnauthorized) IsServerError ¶
func (o *ConfirmTransportUnauthorized) IsServerError() bool
IsServerError returns true when this confirm transport unauthorized response has a 5xx status code
func (*ConfirmTransportUnauthorized) IsSuccess ¶
func (o *ConfirmTransportUnauthorized) IsSuccess() bool
IsSuccess returns true when this confirm transport unauthorized response has a 2xx status code
func (*ConfirmTransportUnauthorized) String ¶
func (o *ConfirmTransportUnauthorized) String() string
type CreateInboundShipmentBadRequest ¶
type CreateInboundShipmentBadRequest struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.InboundShipmentResponse }
CreateInboundShipmentBadRequest describes a response with status code 400, with default header values.
Request has missing or invalid parameters and cannot be parsed.
func NewCreateInboundShipmentBadRequest ¶
func NewCreateInboundShipmentBadRequest() *CreateInboundShipmentBadRequest
NewCreateInboundShipmentBadRequest creates a CreateInboundShipmentBadRequest with default headers values
func (*CreateInboundShipmentBadRequest) Error ¶
func (o *CreateInboundShipmentBadRequest) Error() string
func (*CreateInboundShipmentBadRequest) GetPayload ¶
func (o *CreateInboundShipmentBadRequest) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
func (*CreateInboundShipmentBadRequest) IsClientError ¶
func (o *CreateInboundShipmentBadRequest) IsClientError() bool
IsClientError returns true when this create inbound shipment bad request response has a 4xx status code
func (*CreateInboundShipmentBadRequest) IsCode ¶
func (o *CreateInboundShipmentBadRequest) IsCode(code int) bool
IsCode returns true when this create inbound shipment bad request response a status code equal to that given
func (*CreateInboundShipmentBadRequest) IsRedirect ¶
func (o *CreateInboundShipmentBadRequest) IsRedirect() bool
IsRedirect returns true when this create inbound shipment bad request response has a 3xx status code
func (*CreateInboundShipmentBadRequest) IsServerError ¶
func (o *CreateInboundShipmentBadRequest) IsServerError() bool
IsServerError returns true when this create inbound shipment bad request response has a 5xx status code
func (*CreateInboundShipmentBadRequest) IsSuccess ¶
func (o *CreateInboundShipmentBadRequest) IsSuccess() bool
IsSuccess returns true when this create inbound shipment bad request response has a 2xx status code
func (*CreateInboundShipmentBadRequest) String ¶
func (o *CreateInboundShipmentBadRequest) String() string
type CreateInboundShipmentForbidden ¶
type CreateInboundShipmentForbidden struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.InboundShipmentResponse }
CreateInboundShipmentForbidden 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 NewCreateInboundShipmentForbidden ¶
func NewCreateInboundShipmentForbidden() *CreateInboundShipmentForbidden
NewCreateInboundShipmentForbidden creates a CreateInboundShipmentForbidden with default headers values
func (*CreateInboundShipmentForbidden) Error ¶
func (o *CreateInboundShipmentForbidden) Error() string
func (*CreateInboundShipmentForbidden) GetPayload ¶
func (o *CreateInboundShipmentForbidden) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
func (*CreateInboundShipmentForbidden) IsClientError ¶
func (o *CreateInboundShipmentForbidden) IsClientError() bool
IsClientError returns true when this create inbound shipment forbidden response has a 4xx status code
func (*CreateInboundShipmentForbidden) IsCode ¶
func (o *CreateInboundShipmentForbidden) IsCode(code int) bool
IsCode returns true when this create inbound shipment forbidden response a status code equal to that given
func (*CreateInboundShipmentForbidden) IsRedirect ¶
func (o *CreateInboundShipmentForbidden) IsRedirect() bool
IsRedirect returns true when this create inbound shipment forbidden response has a 3xx status code
func (*CreateInboundShipmentForbidden) IsServerError ¶
func (o *CreateInboundShipmentForbidden) IsServerError() bool
IsServerError returns true when this create inbound shipment forbidden response has a 5xx status code
func (*CreateInboundShipmentForbidden) IsSuccess ¶
func (o *CreateInboundShipmentForbidden) IsSuccess() bool
IsSuccess returns true when this create inbound shipment forbidden response has a 2xx status code
func (*CreateInboundShipmentForbidden) String ¶
func (o *CreateInboundShipmentForbidden) String() string
type CreateInboundShipmentInternalServerError ¶
type CreateInboundShipmentInternalServerError struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.InboundShipmentResponse }
CreateInboundShipmentInternalServerError describes a response with status code 500, with default header values.
An unexpected condition occurred that prevented the server from fulfilling the request.
func NewCreateInboundShipmentInternalServerError ¶
func NewCreateInboundShipmentInternalServerError() *CreateInboundShipmentInternalServerError
NewCreateInboundShipmentInternalServerError creates a CreateInboundShipmentInternalServerError with default headers values
func (*CreateInboundShipmentInternalServerError) Error ¶
func (o *CreateInboundShipmentInternalServerError) Error() string
func (*CreateInboundShipmentInternalServerError) GetPayload ¶
func (o *CreateInboundShipmentInternalServerError) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
func (*CreateInboundShipmentInternalServerError) IsClientError ¶
func (o *CreateInboundShipmentInternalServerError) IsClientError() bool
IsClientError returns true when this create inbound shipment internal server error response has a 4xx status code
func (*CreateInboundShipmentInternalServerError) IsCode ¶
func (o *CreateInboundShipmentInternalServerError) IsCode(code int) bool
IsCode returns true when this create inbound shipment internal server error response a status code equal to that given
func (*CreateInboundShipmentInternalServerError) IsRedirect ¶
func (o *CreateInboundShipmentInternalServerError) IsRedirect() bool
IsRedirect returns true when this create inbound shipment internal server error response has a 3xx status code
func (*CreateInboundShipmentInternalServerError) IsServerError ¶
func (o *CreateInboundShipmentInternalServerError) IsServerError() bool
IsServerError returns true when this create inbound shipment internal server error response has a 5xx status code
func (*CreateInboundShipmentInternalServerError) IsSuccess ¶
func (o *CreateInboundShipmentInternalServerError) IsSuccess() bool
IsSuccess returns true when this create inbound shipment internal server error response has a 2xx status code
func (*CreateInboundShipmentInternalServerError) String ¶
func (o *CreateInboundShipmentInternalServerError) String() string
type CreateInboundShipmentNotFound ¶
type CreateInboundShipmentNotFound struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.InboundShipmentResponse }
CreateInboundShipmentNotFound describes a response with status code 404, with default header values.
The specified resource does not exist.
func NewCreateInboundShipmentNotFound ¶
func NewCreateInboundShipmentNotFound() *CreateInboundShipmentNotFound
NewCreateInboundShipmentNotFound creates a CreateInboundShipmentNotFound with default headers values
func (*CreateInboundShipmentNotFound) Error ¶
func (o *CreateInboundShipmentNotFound) Error() string
func (*CreateInboundShipmentNotFound) GetPayload ¶
func (o *CreateInboundShipmentNotFound) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
func (*CreateInboundShipmentNotFound) IsClientError ¶
func (o *CreateInboundShipmentNotFound) IsClientError() bool
IsClientError returns true when this create inbound shipment not found response has a 4xx status code
func (*CreateInboundShipmentNotFound) IsCode ¶
func (o *CreateInboundShipmentNotFound) IsCode(code int) bool
IsCode returns true when this create inbound shipment not found response a status code equal to that given
func (*CreateInboundShipmentNotFound) IsRedirect ¶
func (o *CreateInboundShipmentNotFound) IsRedirect() bool
IsRedirect returns true when this create inbound shipment not found response has a 3xx status code
func (*CreateInboundShipmentNotFound) IsServerError ¶
func (o *CreateInboundShipmentNotFound) IsServerError() bool
IsServerError returns true when this create inbound shipment not found response has a 5xx status code
func (*CreateInboundShipmentNotFound) IsSuccess ¶
func (o *CreateInboundShipmentNotFound) IsSuccess() bool
IsSuccess returns true when this create inbound shipment not found response has a 2xx status code
func (*CreateInboundShipmentNotFound) String ¶
func (o *CreateInboundShipmentNotFound) String() string
type CreateInboundShipmentOK ¶
type CreateInboundShipmentOK struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.InboundShipmentResponse }
CreateInboundShipmentOK describes a response with status code 200, with default header values.
Success.
func NewCreateInboundShipmentOK ¶
func NewCreateInboundShipmentOK() *CreateInboundShipmentOK
NewCreateInboundShipmentOK creates a CreateInboundShipmentOK with default headers values
func (*CreateInboundShipmentOK) Error ¶
func (o *CreateInboundShipmentOK) Error() string
func (*CreateInboundShipmentOK) GetPayload ¶
func (o *CreateInboundShipmentOK) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
func (*CreateInboundShipmentOK) IsClientError ¶
func (o *CreateInboundShipmentOK) IsClientError() bool
IsClientError returns true when this create inbound shipment o k response has a 4xx status code
func (*CreateInboundShipmentOK) IsCode ¶
func (o *CreateInboundShipmentOK) IsCode(code int) bool
IsCode returns true when this create inbound shipment o k response a status code equal to that given
func (*CreateInboundShipmentOK) IsRedirect ¶
func (o *CreateInboundShipmentOK) IsRedirect() bool
IsRedirect returns true when this create inbound shipment o k response has a 3xx status code
func (*CreateInboundShipmentOK) IsServerError ¶
func (o *CreateInboundShipmentOK) IsServerError() bool
IsServerError returns true when this create inbound shipment o k response has a 5xx status code
func (*CreateInboundShipmentOK) IsSuccess ¶
func (o *CreateInboundShipmentOK) IsSuccess() bool
IsSuccess returns true when this create inbound shipment o k response has a 2xx status code
func (*CreateInboundShipmentOK) String ¶
func (o *CreateInboundShipmentOK) String() string
type CreateInboundShipmentParams ¶
type CreateInboundShipmentParams struct { /* Body. The request schema for the InboundShipmentRequest operation. */ Body *fulfillment_inbound_v0_models.InboundShipmentRequest /* ShipmentID. A shipment identifier originally returned by the createInboundShipmentPlan operation. */ ShipmentID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateInboundShipmentParams contains all the parameters to send to the API endpoint
for the create inbound shipment operation. Typically these are written to a http.Request.
func NewCreateInboundShipmentParams ¶
func NewCreateInboundShipmentParams() *CreateInboundShipmentParams
NewCreateInboundShipmentParams creates a new CreateInboundShipmentParams 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 NewCreateInboundShipmentParamsWithContext ¶
func NewCreateInboundShipmentParamsWithContext(ctx context.Context) *CreateInboundShipmentParams
NewCreateInboundShipmentParamsWithContext creates a new CreateInboundShipmentParams object with the ability to set a context for a request.
func NewCreateInboundShipmentParamsWithHTTPClient ¶
func NewCreateInboundShipmentParamsWithHTTPClient(client *http.Client) *CreateInboundShipmentParams
NewCreateInboundShipmentParamsWithHTTPClient creates a new CreateInboundShipmentParams object with the ability to set a custom HTTPClient for a request.
func NewCreateInboundShipmentParamsWithTimeout ¶
func NewCreateInboundShipmentParamsWithTimeout(timeout time.Duration) *CreateInboundShipmentParams
NewCreateInboundShipmentParamsWithTimeout creates a new CreateInboundShipmentParams object with the ability to set a timeout on a request.
func (*CreateInboundShipmentParams) SetBody ¶
func (o *CreateInboundShipmentParams) SetBody(body *fulfillment_inbound_v0_models.InboundShipmentRequest)
SetBody adds the body to the create inbound shipment params
func (*CreateInboundShipmentParams) SetContext ¶
func (o *CreateInboundShipmentParams) SetContext(ctx context.Context)
SetContext adds the context to the create inbound shipment params
func (*CreateInboundShipmentParams) SetDefaults ¶
func (o *CreateInboundShipmentParams) SetDefaults()
SetDefaults hydrates default values in the create inbound shipment params (not the query body).
All values with no default are reset to their zero value.
func (*CreateInboundShipmentParams) SetHTTPClient ¶
func (o *CreateInboundShipmentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create inbound shipment params
func (*CreateInboundShipmentParams) SetShipmentID ¶
func (o *CreateInboundShipmentParams) SetShipmentID(shipmentID string)
SetShipmentID adds the shipmentId to the create inbound shipment params
func (*CreateInboundShipmentParams) SetTimeout ¶
func (o *CreateInboundShipmentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create inbound shipment params
func (*CreateInboundShipmentParams) WithBody ¶
func (o *CreateInboundShipmentParams) WithBody(body *fulfillment_inbound_v0_models.InboundShipmentRequest) *CreateInboundShipmentParams
WithBody adds the body to the create inbound shipment params
func (*CreateInboundShipmentParams) WithContext ¶
func (o *CreateInboundShipmentParams) WithContext(ctx context.Context) *CreateInboundShipmentParams
WithContext adds the context to the create inbound shipment params
func (*CreateInboundShipmentParams) WithDefaults ¶
func (o *CreateInboundShipmentParams) WithDefaults() *CreateInboundShipmentParams
WithDefaults hydrates default values in the create inbound shipment params (not the query body).
All values with no default are reset to their zero value.
func (*CreateInboundShipmentParams) WithHTTPClient ¶
func (o *CreateInboundShipmentParams) WithHTTPClient(client *http.Client) *CreateInboundShipmentParams
WithHTTPClient adds the HTTPClient to the create inbound shipment params
func (*CreateInboundShipmentParams) WithShipmentID ¶
func (o *CreateInboundShipmentParams) WithShipmentID(shipmentID string) *CreateInboundShipmentParams
WithShipmentID adds the shipmentID to the create inbound shipment params
func (*CreateInboundShipmentParams) WithTimeout ¶
func (o *CreateInboundShipmentParams) WithTimeout(timeout time.Duration) *CreateInboundShipmentParams
WithTimeout adds the timeout to the create inbound shipment params
func (*CreateInboundShipmentParams) WriteToRequest ¶
func (o *CreateInboundShipmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateInboundShipmentPlanBadRequest ¶
type CreateInboundShipmentPlanBadRequest struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.CreateInboundShipmentPlanResponse }
CreateInboundShipmentPlanBadRequest describes a response with status code 400, with default header values.
Request has missing or invalid parameters and cannot be parsed.
func NewCreateInboundShipmentPlanBadRequest ¶
func NewCreateInboundShipmentPlanBadRequest() *CreateInboundShipmentPlanBadRequest
NewCreateInboundShipmentPlanBadRequest creates a CreateInboundShipmentPlanBadRequest with default headers values
func (*CreateInboundShipmentPlanBadRequest) Error ¶
func (o *CreateInboundShipmentPlanBadRequest) Error() string
func (*CreateInboundShipmentPlanBadRequest) GetPayload ¶
func (o *CreateInboundShipmentPlanBadRequest) GetPayload() *fulfillment_inbound_v0_models.CreateInboundShipmentPlanResponse
func (*CreateInboundShipmentPlanBadRequest) IsClientError ¶
func (o *CreateInboundShipmentPlanBadRequest) IsClientError() bool
IsClientError returns true when this create inbound shipment plan bad request response has a 4xx status code
func (*CreateInboundShipmentPlanBadRequest) IsCode ¶
func (o *CreateInboundShipmentPlanBadRequest) IsCode(code int) bool
IsCode returns true when this create inbound shipment plan bad request response a status code equal to that given
func (*CreateInboundShipmentPlanBadRequest) IsRedirect ¶
func (o *CreateInboundShipmentPlanBadRequest) IsRedirect() bool
IsRedirect returns true when this create inbound shipment plan bad request response has a 3xx status code
func (*CreateInboundShipmentPlanBadRequest) IsServerError ¶
func (o *CreateInboundShipmentPlanBadRequest) IsServerError() bool
IsServerError returns true when this create inbound shipment plan bad request response has a 5xx status code
func (*CreateInboundShipmentPlanBadRequest) IsSuccess ¶
func (o *CreateInboundShipmentPlanBadRequest) IsSuccess() bool
IsSuccess returns true when this create inbound shipment plan bad request response has a 2xx status code
func (*CreateInboundShipmentPlanBadRequest) String ¶
func (o *CreateInboundShipmentPlanBadRequest) String() string
type CreateInboundShipmentPlanForbidden ¶
type CreateInboundShipmentPlanForbidden struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.CreateInboundShipmentPlanResponse }
CreateInboundShipmentPlanForbidden 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 NewCreateInboundShipmentPlanForbidden ¶
func NewCreateInboundShipmentPlanForbidden() *CreateInboundShipmentPlanForbidden
NewCreateInboundShipmentPlanForbidden creates a CreateInboundShipmentPlanForbidden with default headers values
func (*CreateInboundShipmentPlanForbidden) Error ¶
func (o *CreateInboundShipmentPlanForbidden) Error() string
func (*CreateInboundShipmentPlanForbidden) GetPayload ¶
func (o *CreateInboundShipmentPlanForbidden) GetPayload() *fulfillment_inbound_v0_models.CreateInboundShipmentPlanResponse
func (*CreateInboundShipmentPlanForbidden) IsClientError ¶
func (o *CreateInboundShipmentPlanForbidden) IsClientError() bool
IsClientError returns true when this create inbound shipment plan forbidden response has a 4xx status code
func (*CreateInboundShipmentPlanForbidden) IsCode ¶
func (o *CreateInboundShipmentPlanForbidden) IsCode(code int) bool
IsCode returns true when this create inbound shipment plan forbidden response a status code equal to that given
func (*CreateInboundShipmentPlanForbidden) IsRedirect ¶
func (o *CreateInboundShipmentPlanForbidden) IsRedirect() bool
IsRedirect returns true when this create inbound shipment plan forbidden response has a 3xx status code
func (*CreateInboundShipmentPlanForbidden) IsServerError ¶
func (o *CreateInboundShipmentPlanForbidden) IsServerError() bool
IsServerError returns true when this create inbound shipment plan forbidden response has a 5xx status code
func (*CreateInboundShipmentPlanForbidden) IsSuccess ¶
func (o *CreateInboundShipmentPlanForbidden) IsSuccess() bool
IsSuccess returns true when this create inbound shipment plan forbidden response has a 2xx status code
func (*CreateInboundShipmentPlanForbidden) String ¶
func (o *CreateInboundShipmentPlanForbidden) String() string
type CreateInboundShipmentPlanInternalServerError ¶
type CreateInboundShipmentPlanInternalServerError struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.CreateInboundShipmentPlanResponse }
CreateInboundShipmentPlanInternalServerError describes a response with status code 500, with default header values.
An unexpected condition occurred that prevented the server from fulfilling the request.
func NewCreateInboundShipmentPlanInternalServerError ¶
func NewCreateInboundShipmentPlanInternalServerError() *CreateInboundShipmentPlanInternalServerError
NewCreateInboundShipmentPlanInternalServerError creates a CreateInboundShipmentPlanInternalServerError with default headers values
func (*CreateInboundShipmentPlanInternalServerError) Error ¶
func (o *CreateInboundShipmentPlanInternalServerError) Error() string
func (*CreateInboundShipmentPlanInternalServerError) GetPayload ¶
func (*CreateInboundShipmentPlanInternalServerError) IsClientError ¶
func (o *CreateInboundShipmentPlanInternalServerError) IsClientError() bool
IsClientError returns true when this create inbound shipment plan internal server error response has a 4xx status code
func (*CreateInboundShipmentPlanInternalServerError) IsCode ¶
func (o *CreateInboundShipmentPlanInternalServerError) IsCode(code int) bool
IsCode returns true when this create inbound shipment plan internal server error response a status code equal to that given
func (*CreateInboundShipmentPlanInternalServerError) IsRedirect ¶
func (o *CreateInboundShipmentPlanInternalServerError) IsRedirect() bool
IsRedirect returns true when this create inbound shipment plan internal server error response has a 3xx status code
func (*CreateInboundShipmentPlanInternalServerError) IsServerError ¶
func (o *CreateInboundShipmentPlanInternalServerError) IsServerError() bool
IsServerError returns true when this create inbound shipment plan internal server error response has a 5xx status code
func (*CreateInboundShipmentPlanInternalServerError) IsSuccess ¶
func (o *CreateInboundShipmentPlanInternalServerError) IsSuccess() bool
IsSuccess returns true when this create inbound shipment plan internal server error response has a 2xx status code
func (*CreateInboundShipmentPlanInternalServerError) String ¶
func (o *CreateInboundShipmentPlanInternalServerError) String() string
type CreateInboundShipmentPlanNotFound ¶
type CreateInboundShipmentPlanNotFound struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.CreateInboundShipmentPlanResponse }
CreateInboundShipmentPlanNotFound describes a response with status code 404, with default header values.
The specified resource does not exist.
func NewCreateInboundShipmentPlanNotFound ¶
func NewCreateInboundShipmentPlanNotFound() *CreateInboundShipmentPlanNotFound
NewCreateInboundShipmentPlanNotFound creates a CreateInboundShipmentPlanNotFound with default headers values
func (*CreateInboundShipmentPlanNotFound) Error ¶
func (o *CreateInboundShipmentPlanNotFound) Error() string
func (*CreateInboundShipmentPlanNotFound) GetPayload ¶
func (o *CreateInboundShipmentPlanNotFound) GetPayload() *fulfillment_inbound_v0_models.CreateInboundShipmentPlanResponse
func (*CreateInboundShipmentPlanNotFound) IsClientError ¶
func (o *CreateInboundShipmentPlanNotFound) IsClientError() bool
IsClientError returns true when this create inbound shipment plan not found response has a 4xx status code
func (*CreateInboundShipmentPlanNotFound) IsCode ¶
func (o *CreateInboundShipmentPlanNotFound) IsCode(code int) bool
IsCode returns true when this create inbound shipment plan not found response a status code equal to that given
func (*CreateInboundShipmentPlanNotFound) IsRedirect ¶
func (o *CreateInboundShipmentPlanNotFound) IsRedirect() bool
IsRedirect returns true when this create inbound shipment plan not found response has a 3xx status code
func (*CreateInboundShipmentPlanNotFound) IsServerError ¶
func (o *CreateInboundShipmentPlanNotFound) IsServerError() bool
IsServerError returns true when this create inbound shipment plan not found response has a 5xx status code
func (*CreateInboundShipmentPlanNotFound) IsSuccess ¶
func (o *CreateInboundShipmentPlanNotFound) IsSuccess() bool
IsSuccess returns true when this create inbound shipment plan not found response has a 2xx status code
func (*CreateInboundShipmentPlanNotFound) String ¶
func (o *CreateInboundShipmentPlanNotFound) String() string
type CreateInboundShipmentPlanOK ¶
type CreateInboundShipmentPlanOK struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.CreateInboundShipmentPlanResponse }
CreateInboundShipmentPlanOK describes a response with status code 200, with default header values.
Success.
func NewCreateInboundShipmentPlanOK ¶
func NewCreateInboundShipmentPlanOK() *CreateInboundShipmentPlanOK
NewCreateInboundShipmentPlanOK creates a CreateInboundShipmentPlanOK with default headers values
func (*CreateInboundShipmentPlanOK) Error ¶
func (o *CreateInboundShipmentPlanOK) Error() string
func (*CreateInboundShipmentPlanOK) GetPayload ¶
func (o *CreateInboundShipmentPlanOK) GetPayload() *fulfillment_inbound_v0_models.CreateInboundShipmentPlanResponse
func (*CreateInboundShipmentPlanOK) IsClientError ¶
func (o *CreateInboundShipmentPlanOK) IsClientError() bool
IsClientError returns true when this create inbound shipment plan o k response has a 4xx status code
func (*CreateInboundShipmentPlanOK) IsCode ¶
func (o *CreateInboundShipmentPlanOK) IsCode(code int) bool
IsCode returns true when this create inbound shipment plan o k response a status code equal to that given
func (*CreateInboundShipmentPlanOK) IsRedirect ¶
func (o *CreateInboundShipmentPlanOK) IsRedirect() bool
IsRedirect returns true when this create inbound shipment plan o k response has a 3xx status code
func (*CreateInboundShipmentPlanOK) IsServerError ¶
func (o *CreateInboundShipmentPlanOK) IsServerError() bool
IsServerError returns true when this create inbound shipment plan o k response has a 5xx status code
func (*CreateInboundShipmentPlanOK) IsSuccess ¶
func (o *CreateInboundShipmentPlanOK) IsSuccess() bool
IsSuccess returns true when this create inbound shipment plan o k response has a 2xx status code
func (*CreateInboundShipmentPlanOK) String ¶
func (o *CreateInboundShipmentPlanOK) String() string
type CreateInboundShipmentPlanParams ¶
type CreateInboundShipmentPlanParams struct { /* Body. The request schema for the CreateInboundShipmentPlanRequest operation. */ Body *fulfillment_inbound_v0_models.CreateInboundShipmentPlanRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateInboundShipmentPlanParams contains all the parameters to send to the API endpoint
for the create inbound shipment plan operation. Typically these are written to a http.Request.
func NewCreateInboundShipmentPlanParams ¶
func NewCreateInboundShipmentPlanParams() *CreateInboundShipmentPlanParams
NewCreateInboundShipmentPlanParams creates a new CreateInboundShipmentPlanParams 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 NewCreateInboundShipmentPlanParamsWithContext ¶
func NewCreateInboundShipmentPlanParamsWithContext(ctx context.Context) *CreateInboundShipmentPlanParams
NewCreateInboundShipmentPlanParamsWithContext creates a new CreateInboundShipmentPlanParams object with the ability to set a context for a request.
func NewCreateInboundShipmentPlanParamsWithHTTPClient ¶
func NewCreateInboundShipmentPlanParamsWithHTTPClient(client *http.Client) *CreateInboundShipmentPlanParams
NewCreateInboundShipmentPlanParamsWithHTTPClient creates a new CreateInboundShipmentPlanParams object with the ability to set a custom HTTPClient for a request.
func NewCreateInboundShipmentPlanParamsWithTimeout ¶
func NewCreateInboundShipmentPlanParamsWithTimeout(timeout time.Duration) *CreateInboundShipmentPlanParams
NewCreateInboundShipmentPlanParamsWithTimeout creates a new CreateInboundShipmentPlanParams object with the ability to set a timeout on a request.
func (*CreateInboundShipmentPlanParams) SetBody ¶
func (o *CreateInboundShipmentPlanParams) SetBody(body *fulfillment_inbound_v0_models.CreateInboundShipmentPlanRequest)
SetBody adds the body to the create inbound shipment plan params
func (*CreateInboundShipmentPlanParams) SetContext ¶
func (o *CreateInboundShipmentPlanParams) SetContext(ctx context.Context)
SetContext adds the context to the create inbound shipment plan params
func (*CreateInboundShipmentPlanParams) SetDefaults ¶
func (o *CreateInboundShipmentPlanParams) SetDefaults()
SetDefaults hydrates default values in the create inbound shipment plan params (not the query body).
All values with no default are reset to their zero value.
func (*CreateInboundShipmentPlanParams) SetHTTPClient ¶
func (o *CreateInboundShipmentPlanParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create inbound shipment plan params
func (*CreateInboundShipmentPlanParams) SetTimeout ¶
func (o *CreateInboundShipmentPlanParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create inbound shipment plan params
func (*CreateInboundShipmentPlanParams) WithBody ¶
func (o *CreateInboundShipmentPlanParams) WithBody(body *fulfillment_inbound_v0_models.CreateInboundShipmentPlanRequest) *CreateInboundShipmentPlanParams
WithBody adds the body to the create inbound shipment plan params
func (*CreateInboundShipmentPlanParams) WithContext ¶
func (o *CreateInboundShipmentPlanParams) WithContext(ctx context.Context) *CreateInboundShipmentPlanParams
WithContext adds the context to the create inbound shipment plan params
func (*CreateInboundShipmentPlanParams) WithDefaults ¶
func (o *CreateInboundShipmentPlanParams) WithDefaults() *CreateInboundShipmentPlanParams
WithDefaults hydrates default values in the create inbound shipment plan params (not the query body).
All values with no default are reset to their zero value.
func (*CreateInboundShipmentPlanParams) WithHTTPClient ¶
func (o *CreateInboundShipmentPlanParams) WithHTTPClient(client *http.Client) *CreateInboundShipmentPlanParams
WithHTTPClient adds the HTTPClient to the create inbound shipment plan params
func (*CreateInboundShipmentPlanParams) WithTimeout ¶
func (o *CreateInboundShipmentPlanParams) WithTimeout(timeout time.Duration) *CreateInboundShipmentPlanParams
WithTimeout adds the timeout to the create inbound shipment plan params
func (*CreateInboundShipmentPlanParams) WriteToRequest ¶
func (o *CreateInboundShipmentPlanParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateInboundShipmentPlanReader ¶
type CreateInboundShipmentPlanReader struct {
// contains filtered or unexported fields
}
CreateInboundShipmentPlanReader is a Reader for the CreateInboundShipmentPlan structure.
func (*CreateInboundShipmentPlanReader) ReadResponse ¶
func (o *CreateInboundShipmentPlanReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateInboundShipmentPlanServiceUnavailable ¶
type CreateInboundShipmentPlanServiceUnavailable struct { string }XAmznRequestID
CreateInboundShipmentPlanServiceUnavailable describes a response with status code 503, with default header values.
Temporary overloading or maintenance of the server.
func NewCreateInboundShipmentPlanServiceUnavailable ¶
func NewCreateInboundShipmentPlanServiceUnavailable() *CreateInboundShipmentPlanServiceUnavailable
NewCreateInboundShipmentPlanServiceUnavailable creates a CreateInboundShipmentPlanServiceUnavailable with default headers values
func (*CreateInboundShipmentPlanServiceUnavailable) Error ¶
func (o *CreateInboundShipmentPlanServiceUnavailable) Error() string
func (*CreateInboundShipmentPlanServiceUnavailable) GetPayload ¶
func (*CreateInboundShipmentPlanServiceUnavailable) IsClientError ¶
func (o *CreateInboundShipmentPlanServiceUnavailable) IsClientError() bool
IsClientError returns true when this create inbound shipment plan service unavailable response has a 4xx status code
func (*CreateInboundShipmentPlanServiceUnavailable) IsCode ¶
func (o *CreateInboundShipmentPlanServiceUnavailable) IsCode(code int) bool
IsCode returns true when this create inbound shipment plan service unavailable response a status code equal to that given
func (*CreateInboundShipmentPlanServiceUnavailable) IsRedirect ¶
func (o *CreateInboundShipmentPlanServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this create inbound shipment plan service unavailable response has a 3xx status code
func (*CreateInboundShipmentPlanServiceUnavailable) IsServerError ¶
func (o *CreateInboundShipmentPlanServiceUnavailable) IsServerError() bool
IsServerError returns true when this create inbound shipment plan service unavailable response has a 5xx status code
func (*CreateInboundShipmentPlanServiceUnavailable) IsSuccess ¶
func (o *CreateInboundShipmentPlanServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this create inbound shipment plan service unavailable response has a 2xx status code
func (*CreateInboundShipmentPlanServiceUnavailable) String ¶
func (o *CreateInboundShipmentPlanServiceUnavailable) String() string
type CreateInboundShipmentPlanTooManyRequests ¶
type CreateInboundShipmentPlanTooManyRequests struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.CreateInboundShipmentPlanResponse }
CreateInboundShipmentPlanTooManyRequests describes a response with status code 429, with default header values.
The frequency of requests was greater than allowed.
func NewCreateInboundShipmentPlanTooManyRequests ¶
func NewCreateInboundShipmentPlanTooManyRequests() *CreateInboundShipmentPlanTooManyRequests
NewCreateInboundShipmentPlanTooManyRequests creates a CreateInboundShipmentPlanTooManyRequests with default headers values
func (*CreateInboundShipmentPlanTooManyRequests) Error ¶
func (o *CreateInboundShipmentPlanTooManyRequests) Error() string
func (*CreateInboundShipmentPlanTooManyRequests) GetPayload ¶
func (o *CreateInboundShipmentPlanTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.CreateInboundShipmentPlanResponse
func (*CreateInboundShipmentPlanTooManyRequests) IsClientError ¶
func (o *CreateInboundShipmentPlanTooManyRequests) IsClientError() bool
IsClientError returns true when this create inbound shipment plan too many requests response has a 4xx status code
func (*CreateInboundShipmentPlanTooManyRequests) IsCode ¶
func (o *CreateInboundShipmentPlanTooManyRequests) IsCode(code int) bool
IsCode returns true when this create inbound shipment plan too many requests response a status code equal to that given
func (*CreateInboundShipmentPlanTooManyRequests) IsRedirect ¶
func (o *CreateInboundShipmentPlanTooManyRequests) IsRedirect() bool
IsRedirect returns true when this create inbound shipment plan too many requests response has a 3xx status code
func (*CreateInboundShipmentPlanTooManyRequests) IsServerError ¶
func (o *CreateInboundShipmentPlanTooManyRequests) IsServerError() bool
IsServerError returns true when this create inbound shipment plan too many requests response has a 5xx status code
func (*CreateInboundShipmentPlanTooManyRequests) IsSuccess ¶
func (o *CreateInboundShipmentPlanTooManyRequests) IsSuccess() bool
IsSuccess returns true when this create inbound shipment plan too many requests response has a 2xx status code
func (*CreateInboundShipmentPlanTooManyRequests) String ¶
func (o *CreateInboundShipmentPlanTooManyRequests) String() string
type CreateInboundShipmentPlanUnauthorized ¶
type CreateInboundShipmentPlanUnauthorized struct { string }XAmznRequestID
CreateInboundShipmentPlanUnauthorized 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 NewCreateInboundShipmentPlanUnauthorized ¶
func NewCreateInboundShipmentPlanUnauthorized() *CreateInboundShipmentPlanUnauthorized
NewCreateInboundShipmentPlanUnauthorized creates a CreateInboundShipmentPlanUnauthorized with default headers values
func (*CreateInboundShipmentPlanUnauthorized) Error ¶
func (o *CreateInboundShipmentPlanUnauthorized) Error() string
func (*CreateInboundShipmentPlanUnauthorized) GetPayload ¶
func (o *CreateInboundShipmentPlanUnauthorized) GetPayload() *fulfillment_inbound_v0_models.CreateInboundShipmentPlanResponse
func (*CreateInboundShipmentPlanUnauthorized) IsClientError ¶
func (o *CreateInboundShipmentPlanUnauthorized) IsClientError() bool
IsClientError returns true when this create inbound shipment plan unauthorized response has a 4xx status code
func (*CreateInboundShipmentPlanUnauthorized) IsCode ¶
func (o *CreateInboundShipmentPlanUnauthorized) IsCode(code int) bool
IsCode returns true when this create inbound shipment plan unauthorized response a status code equal to that given
func (*CreateInboundShipmentPlanUnauthorized) IsRedirect ¶
func (o *CreateInboundShipmentPlanUnauthorized) IsRedirect() bool
IsRedirect returns true when this create inbound shipment plan unauthorized response has a 3xx status code
func (*CreateInboundShipmentPlanUnauthorized) IsServerError ¶
func (o *CreateInboundShipmentPlanUnauthorized) IsServerError() bool
IsServerError returns true when this create inbound shipment plan unauthorized response has a 5xx status code
func (*CreateInboundShipmentPlanUnauthorized) IsSuccess ¶
func (o *CreateInboundShipmentPlanUnauthorized) IsSuccess() bool
IsSuccess returns true when this create inbound shipment plan unauthorized response has a 2xx status code
func (*CreateInboundShipmentPlanUnauthorized) String ¶
func (o *CreateInboundShipmentPlanUnauthorized) String() string
type CreateInboundShipmentReader ¶
type CreateInboundShipmentReader struct {
// contains filtered or unexported fields
}
CreateInboundShipmentReader is a Reader for the CreateInboundShipment structure.
func (*CreateInboundShipmentReader) ReadResponse ¶
func (o *CreateInboundShipmentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateInboundShipmentServiceUnavailable ¶
type CreateInboundShipmentServiceUnavailable struct { string }XAmznRequestID
CreateInboundShipmentServiceUnavailable describes a response with status code 503, with default header values.
Temporary overloading or maintenance of the server.
func NewCreateInboundShipmentServiceUnavailable ¶
func NewCreateInboundShipmentServiceUnavailable() *CreateInboundShipmentServiceUnavailable
NewCreateInboundShipmentServiceUnavailable creates a CreateInboundShipmentServiceUnavailable with default headers values
func (*CreateInboundShipmentServiceUnavailable) Error ¶
func (o *CreateInboundShipmentServiceUnavailable) Error() string
func (*CreateInboundShipmentServiceUnavailable) GetPayload ¶
func (o *CreateInboundShipmentServiceUnavailable) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
func (*CreateInboundShipmentServiceUnavailable) IsClientError ¶
func (o *CreateInboundShipmentServiceUnavailable) IsClientError() bool
IsClientError returns true when this create inbound shipment service unavailable response has a 4xx status code
func (*CreateInboundShipmentServiceUnavailable) IsCode ¶
func (o *CreateInboundShipmentServiceUnavailable) IsCode(code int) bool
IsCode returns true when this create inbound shipment service unavailable response a status code equal to that given
func (*CreateInboundShipmentServiceUnavailable) IsRedirect ¶
func (o *CreateInboundShipmentServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this create inbound shipment service unavailable response has a 3xx status code
func (*CreateInboundShipmentServiceUnavailable) IsServerError ¶
func (o *CreateInboundShipmentServiceUnavailable) IsServerError() bool
IsServerError returns true when this create inbound shipment service unavailable response has a 5xx status code
func (*CreateInboundShipmentServiceUnavailable) IsSuccess ¶
func (o *CreateInboundShipmentServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this create inbound shipment service unavailable response has a 2xx status code
func (*CreateInboundShipmentServiceUnavailable) String ¶
func (o *CreateInboundShipmentServiceUnavailable) String() string
type CreateInboundShipmentTooManyRequests ¶
type CreateInboundShipmentTooManyRequests struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.InboundShipmentResponse }
CreateInboundShipmentTooManyRequests describes a response with status code 429, with default header values.
The frequency of requests was greater than allowed.
func NewCreateInboundShipmentTooManyRequests ¶
func NewCreateInboundShipmentTooManyRequests() *CreateInboundShipmentTooManyRequests
NewCreateInboundShipmentTooManyRequests creates a CreateInboundShipmentTooManyRequests with default headers values
func (*CreateInboundShipmentTooManyRequests) Error ¶
func (o *CreateInboundShipmentTooManyRequests) Error() string
func (*CreateInboundShipmentTooManyRequests) GetPayload ¶
func (o *CreateInboundShipmentTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
func (*CreateInboundShipmentTooManyRequests) IsClientError ¶
func (o *CreateInboundShipmentTooManyRequests) IsClientError() bool
IsClientError returns true when this create inbound shipment too many requests response has a 4xx status code
func (*CreateInboundShipmentTooManyRequests) IsCode ¶
func (o *CreateInboundShipmentTooManyRequests) IsCode(code int) bool
IsCode returns true when this create inbound shipment too many requests response a status code equal to that given
func (*CreateInboundShipmentTooManyRequests) IsRedirect ¶
func (o *CreateInboundShipmentTooManyRequests) IsRedirect() bool
IsRedirect returns true when this create inbound shipment too many requests response has a 3xx status code
func (*CreateInboundShipmentTooManyRequests) IsServerError ¶
func (o *CreateInboundShipmentTooManyRequests) IsServerError() bool
IsServerError returns true when this create inbound shipment too many requests response has a 5xx status code
func (*CreateInboundShipmentTooManyRequests) IsSuccess ¶
func (o *CreateInboundShipmentTooManyRequests) IsSuccess() bool
IsSuccess returns true when this create inbound shipment too many requests response has a 2xx status code
func (*CreateInboundShipmentTooManyRequests) String ¶
func (o *CreateInboundShipmentTooManyRequests) String() string
type CreateInboundShipmentUnauthorized ¶
type CreateInboundShipmentUnauthorized struct { string }XAmznRequestID
CreateInboundShipmentUnauthorized 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 NewCreateInboundShipmentUnauthorized ¶
func NewCreateInboundShipmentUnauthorized() *CreateInboundShipmentUnauthorized
NewCreateInboundShipmentUnauthorized creates a CreateInboundShipmentUnauthorized with default headers values
func (*CreateInboundShipmentUnauthorized) Error ¶
func (o *CreateInboundShipmentUnauthorized) Error() string
func (*CreateInboundShipmentUnauthorized) GetPayload ¶
func (o *CreateInboundShipmentUnauthorized) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
func (*CreateInboundShipmentUnauthorized) IsClientError ¶
func (o *CreateInboundShipmentUnauthorized) IsClientError() bool
IsClientError returns true when this create inbound shipment unauthorized response has a 4xx status code
func (*CreateInboundShipmentUnauthorized) IsCode ¶
func (o *CreateInboundShipmentUnauthorized) IsCode(code int) bool
IsCode returns true when this create inbound shipment unauthorized response a status code equal to that given
func (*CreateInboundShipmentUnauthorized) IsRedirect ¶
func (o *CreateInboundShipmentUnauthorized) IsRedirect() bool
IsRedirect returns true when this create inbound shipment unauthorized response has a 3xx status code
func (*CreateInboundShipmentUnauthorized) IsServerError ¶
func (o *CreateInboundShipmentUnauthorized) IsServerError() bool
IsServerError returns true when this create inbound shipment unauthorized response has a 5xx status code
func (*CreateInboundShipmentUnauthorized) IsSuccess ¶
func (o *CreateInboundShipmentUnauthorized) IsSuccess() bool
IsSuccess returns true when this create inbound shipment unauthorized response has a 2xx status code
func (*CreateInboundShipmentUnauthorized) String ¶
func (o *CreateInboundShipmentUnauthorized) String() string
type EstimateTransportBadRequest ¶
type EstimateTransportBadRequest struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.EstimateTransportResponse }
EstimateTransportBadRequest describes a response with status code 400, with default header values.
Request has missing or invalid parameters and cannot be parsed.
func NewEstimateTransportBadRequest ¶
func NewEstimateTransportBadRequest() *EstimateTransportBadRequest
NewEstimateTransportBadRequest creates a EstimateTransportBadRequest with default headers values
func (*EstimateTransportBadRequest) Error ¶
func (o *EstimateTransportBadRequest) Error() string
func (*EstimateTransportBadRequest) GetPayload ¶
func (o *EstimateTransportBadRequest) GetPayload() *fulfillment_inbound_v0_models.EstimateTransportResponse
func (*EstimateTransportBadRequest) IsClientError ¶
func (o *EstimateTransportBadRequest) IsClientError() bool
IsClientError returns true when this estimate transport bad request response has a 4xx status code
func (*EstimateTransportBadRequest) IsCode ¶
func (o *EstimateTransportBadRequest) IsCode(code int) bool
IsCode returns true when this estimate transport bad request response a status code equal to that given
func (*EstimateTransportBadRequest) IsRedirect ¶
func (o *EstimateTransportBadRequest) IsRedirect() bool
IsRedirect returns true when this estimate transport bad request response has a 3xx status code
func (*EstimateTransportBadRequest) IsServerError ¶
func (o *EstimateTransportBadRequest) IsServerError() bool
IsServerError returns true when this estimate transport bad request response has a 5xx status code
func (*EstimateTransportBadRequest) IsSuccess ¶
func (o *EstimateTransportBadRequest) IsSuccess() bool
IsSuccess returns true when this estimate transport bad request response has a 2xx status code
func (*EstimateTransportBadRequest) String ¶
func (o *EstimateTransportBadRequest) String() string
type EstimateTransportForbidden ¶
type EstimateTransportForbidden struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.EstimateTransportResponse }
EstimateTransportForbidden 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 NewEstimateTransportForbidden ¶
func NewEstimateTransportForbidden() *EstimateTransportForbidden
NewEstimateTransportForbidden creates a EstimateTransportForbidden with default headers values
func (*EstimateTransportForbidden) Error ¶
func (o *EstimateTransportForbidden) Error() string
func (*EstimateTransportForbidden) GetPayload ¶
func (o *EstimateTransportForbidden) GetPayload() *fulfillment_inbound_v0_models.EstimateTransportResponse
func (*EstimateTransportForbidden) IsClientError ¶
func (o *EstimateTransportForbidden) IsClientError() bool
IsClientError returns true when this estimate transport forbidden response has a 4xx status code
func (*EstimateTransportForbidden) IsCode ¶
func (o *EstimateTransportForbidden) IsCode(code int) bool
IsCode returns true when this estimate transport forbidden response a status code equal to that given
func (*EstimateTransportForbidden) IsRedirect ¶
func (o *EstimateTransportForbidden) IsRedirect() bool
IsRedirect returns true when this estimate transport forbidden response has a 3xx status code
func (*EstimateTransportForbidden) IsServerError ¶
func (o *EstimateTransportForbidden) IsServerError() bool
IsServerError returns true when this estimate transport forbidden response has a 5xx status code
func (*EstimateTransportForbidden) IsSuccess ¶
func (o *EstimateTransportForbidden) IsSuccess() bool
IsSuccess returns true when this estimate transport forbidden response has a 2xx status code
func (*EstimateTransportForbidden) String ¶
func (o *EstimateTransportForbidden) String() string
type EstimateTransportInternalServerError ¶
type EstimateTransportInternalServerError struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.EstimateTransportResponse }
EstimateTransportInternalServerError describes a response with status code 500, with default header values.
An unexpected condition occurred that prevented the server from fulfilling the request.
func NewEstimateTransportInternalServerError ¶
func NewEstimateTransportInternalServerError() *EstimateTransportInternalServerError
NewEstimateTransportInternalServerError creates a EstimateTransportInternalServerError with default headers values
func (*EstimateTransportInternalServerError) Error ¶
func (o *EstimateTransportInternalServerError) Error() string
func (*EstimateTransportInternalServerError) GetPayload ¶
func (o *EstimateTransportInternalServerError) GetPayload() *fulfillment_inbound_v0_models.EstimateTransportResponse
func (*EstimateTransportInternalServerError) IsClientError ¶
func (o *EstimateTransportInternalServerError) IsClientError() bool
IsClientError returns true when this estimate transport internal server error response has a 4xx status code
func (*EstimateTransportInternalServerError) IsCode ¶
func (o *EstimateTransportInternalServerError) IsCode(code int) bool
IsCode returns true when this estimate transport internal server error response a status code equal to that given
func (*EstimateTransportInternalServerError) IsRedirect ¶
func (o *EstimateTransportInternalServerError) IsRedirect() bool
IsRedirect returns true when this estimate transport internal server error response has a 3xx status code
func (*EstimateTransportInternalServerError) IsServerError ¶
func (o *EstimateTransportInternalServerError) IsServerError() bool
IsServerError returns true when this estimate transport internal server error response has a 5xx status code
func (*EstimateTransportInternalServerError) IsSuccess ¶
func (o *EstimateTransportInternalServerError) IsSuccess() bool
IsSuccess returns true when this estimate transport internal server error response has a 2xx status code
func (*EstimateTransportInternalServerError) String ¶
func (o *EstimateTransportInternalServerError) String() string
type EstimateTransportNotFound ¶
type EstimateTransportNotFound struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.EstimateTransportResponse }
EstimateTransportNotFound describes a response with status code 404, with default header values.
The specified resource does not exist.
func NewEstimateTransportNotFound ¶
func NewEstimateTransportNotFound() *EstimateTransportNotFound
NewEstimateTransportNotFound creates a EstimateTransportNotFound with default headers values
func (*EstimateTransportNotFound) Error ¶
func (o *EstimateTransportNotFound) Error() string
func (*EstimateTransportNotFound) GetPayload ¶
func (o *EstimateTransportNotFound) GetPayload() *fulfillment_inbound_v0_models.EstimateTransportResponse
func (*EstimateTransportNotFound) IsClientError ¶
func (o *EstimateTransportNotFound) IsClientError() bool
IsClientError returns true when this estimate transport not found response has a 4xx status code
func (*EstimateTransportNotFound) IsCode ¶
func (o *EstimateTransportNotFound) IsCode(code int) bool
IsCode returns true when this estimate transport not found response a status code equal to that given
func (*EstimateTransportNotFound) IsRedirect ¶
func (o *EstimateTransportNotFound) IsRedirect() bool
IsRedirect returns true when this estimate transport not found response has a 3xx status code
func (*EstimateTransportNotFound) IsServerError ¶
func (o *EstimateTransportNotFound) IsServerError() bool
IsServerError returns true when this estimate transport not found response has a 5xx status code
func (*EstimateTransportNotFound) IsSuccess ¶
func (o *EstimateTransportNotFound) IsSuccess() bool
IsSuccess returns true when this estimate transport not found response has a 2xx status code
func (*EstimateTransportNotFound) String ¶
func (o *EstimateTransportNotFound) String() string
type EstimateTransportOK ¶
type EstimateTransportOK struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.EstimateTransportResponse }
EstimateTransportOK describes a response with status code 200, with default header values.
Success.
func NewEstimateTransportOK ¶
func NewEstimateTransportOK() *EstimateTransportOK
NewEstimateTransportOK creates a EstimateTransportOK with default headers values
func (*EstimateTransportOK) Error ¶
func (o *EstimateTransportOK) Error() string
func (*EstimateTransportOK) GetPayload ¶
func (o *EstimateTransportOK) GetPayload() *fulfillment_inbound_v0_models.EstimateTransportResponse
func (*EstimateTransportOK) IsClientError ¶
func (o *EstimateTransportOK) IsClientError() bool
IsClientError returns true when this estimate transport o k response has a 4xx status code
func (*EstimateTransportOK) IsCode ¶
func (o *EstimateTransportOK) IsCode(code int) bool
IsCode returns true when this estimate transport o k response a status code equal to that given
func (*EstimateTransportOK) IsRedirect ¶
func (o *EstimateTransportOK) IsRedirect() bool
IsRedirect returns true when this estimate transport o k response has a 3xx status code
func (*EstimateTransportOK) IsServerError ¶
func (o *EstimateTransportOK) IsServerError() bool
IsServerError returns true when this estimate transport o k response has a 5xx status code
func (*EstimateTransportOK) IsSuccess ¶
func (o *EstimateTransportOK) IsSuccess() bool
IsSuccess returns true when this estimate transport o k response has a 2xx status code
func (*EstimateTransportOK) String ¶
func (o *EstimateTransportOK) String() string
type EstimateTransportParams ¶
type EstimateTransportParams struct { /* ShipmentID. A shipment identifier originally returned by the createInboundShipmentPlan operation. */ ShipmentID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
EstimateTransportParams contains all the parameters to send to the API endpoint
for the estimate transport operation. Typically these are written to a http.Request.
func NewEstimateTransportParams ¶
func NewEstimateTransportParams() *EstimateTransportParams
NewEstimateTransportParams creates a new EstimateTransportParams 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 NewEstimateTransportParamsWithContext ¶
func NewEstimateTransportParamsWithContext(ctx context.Context) *EstimateTransportParams
NewEstimateTransportParamsWithContext creates a new EstimateTransportParams object with the ability to set a context for a request.
func NewEstimateTransportParamsWithHTTPClient ¶
func NewEstimateTransportParamsWithHTTPClient(client *http.Client) *EstimateTransportParams
NewEstimateTransportParamsWithHTTPClient creates a new EstimateTransportParams object with the ability to set a custom HTTPClient for a request.
func NewEstimateTransportParamsWithTimeout ¶
func NewEstimateTransportParamsWithTimeout(timeout time.Duration) *EstimateTransportParams
NewEstimateTransportParamsWithTimeout creates a new EstimateTransportParams object with the ability to set a timeout on a request.
func (*EstimateTransportParams) SetContext ¶
func (o *EstimateTransportParams) SetContext(ctx context.Context)
SetContext adds the context to the estimate transport params
func (*EstimateTransportParams) SetDefaults ¶
func (o *EstimateTransportParams) SetDefaults()
SetDefaults hydrates default values in the estimate transport params (not the query body).
All values with no default are reset to their zero value.
func (*EstimateTransportParams) SetHTTPClient ¶
func (o *EstimateTransportParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the estimate transport params
func (*EstimateTransportParams) SetShipmentID ¶
func (o *EstimateTransportParams) SetShipmentID(shipmentID string)
SetShipmentID adds the shipmentId to the estimate transport params
func (*EstimateTransportParams) SetTimeout ¶
func (o *EstimateTransportParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the estimate transport params
func (*EstimateTransportParams) WithContext ¶
func (o *EstimateTransportParams) WithContext(ctx context.Context) *EstimateTransportParams
WithContext adds the context to the estimate transport params
func (*EstimateTransportParams) WithDefaults ¶
func (o *EstimateTransportParams) WithDefaults() *EstimateTransportParams
WithDefaults hydrates default values in the estimate transport params (not the query body).
All values with no default are reset to their zero value.
func (*EstimateTransportParams) WithHTTPClient ¶
func (o *EstimateTransportParams) WithHTTPClient(client *http.Client) *EstimateTransportParams
WithHTTPClient adds the HTTPClient to the estimate transport params
func (*EstimateTransportParams) WithShipmentID ¶
func (o *EstimateTransportParams) WithShipmentID(shipmentID string) *EstimateTransportParams
WithShipmentID adds the shipmentID to the estimate transport params
func (*EstimateTransportParams) WithTimeout ¶
func (o *EstimateTransportParams) WithTimeout(timeout time.Duration) *EstimateTransportParams
WithTimeout adds the timeout to the estimate transport params
func (*EstimateTransportParams) WriteToRequest ¶
func (o *EstimateTransportParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EstimateTransportReader ¶
type EstimateTransportReader struct {
// contains filtered or unexported fields
}
EstimateTransportReader is a Reader for the EstimateTransport structure.
func (*EstimateTransportReader) ReadResponse ¶
func (o *EstimateTransportReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EstimateTransportServiceUnavailable ¶
type EstimateTransportServiceUnavailable struct { string }XAmznRequestID
EstimateTransportServiceUnavailable describes a response with status code 503, with default header values.
Temporary overloading or maintenance of the server.
func NewEstimateTransportServiceUnavailable ¶
func NewEstimateTransportServiceUnavailable() *EstimateTransportServiceUnavailable
NewEstimateTransportServiceUnavailable creates a EstimateTransportServiceUnavailable with default headers values
func (*EstimateTransportServiceUnavailable) Error ¶
func (o *EstimateTransportServiceUnavailable) Error() string
func (*EstimateTransportServiceUnavailable) GetPayload ¶
func (o *EstimateTransportServiceUnavailable) GetPayload() *fulfillment_inbound_v0_models.EstimateTransportResponse
func (*EstimateTransportServiceUnavailable) IsClientError ¶
func (o *EstimateTransportServiceUnavailable) IsClientError() bool
IsClientError returns true when this estimate transport service unavailable response has a 4xx status code
func (*EstimateTransportServiceUnavailable) IsCode ¶
func (o *EstimateTransportServiceUnavailable) IsCode(code int) bool
IsCode returns true when this estimate transport service unavailable response a status code equal to that given
func (*EstimateTransportServiceUnavailable) IsRedirect ¶
func (o *EstimateTransportServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this estimate transport service unavailable response has a 3xx status code
func (*EstimateTransportServiceUnavailable) IsServerError ¶
func (o *EstimateTransportServiceUnavailable) IsServerError() bool
IsServerError returns true when this estimate transport service unavailable response has a 5xx status code
func (*EstimateTransportServiceUnavailable) IsSuccess ¶
func (o *EstimateTransportServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this estimate transport service unavailable response has a 2xx status code
func (*EstimateTransportServiceUnavailable) String ¶
func (o *EstimateTransportServiceUnavailable) String() string
type EstimateTransportTooManyRequests ¶
type EstimateTransportTooManyRequests struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.EstimateTransportResponse }
EstimateTransportTooManyRequests describes a response with status code 429, with default header values.
The frequency of requests was greater than allowed.
func NewEstimateTransportTooManyRequests ¶
func NewEstimateTransportTooManyRequests() *EstimateTransportTooManyRequests
NewEstimateTransportTooManyRequests creates a EstimateTransportTooManyRequests with default headers values
func (*EstimateTransportTooManyRequests) Error ¶
func (o *EstimateTransportTooManyRequests) Error() string
func (*EstimateTransportTooManyRequests) GetPayload ¶
func (o *EstimateTransportTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.EstimateTransportResponse
func (*EstimateTransportTooManyRequests) IsClientError ¶
func (o *EstimateTransportTooManyRequests) IsClientError() bool
IsClientError returns true when this estimate transport too many requests response has a 4xx status code
func (*EstimateTransportTooManyRequests) IsCode ¶
func (o *EstimateTransportTooManyRequests) IsCode(code int) bool
IsCode returns true when this estimate transport too many requests response a status code equal to that given
func (*EstimateTransportTooManyRequests) IsRedirect ¶
func (o *EstimateTransportTooManyRequests) IsRedirect() bool
IsRedirect returns true when this estimate transport too many requests response has a 3xx status code
func (*EstimateTransportTooManyRequests) IsServerError ¶
func (o *EstimateTransportTooManyRequests) IsServerError() bool
IsServerError returns true when this estimate transport too many requests response has a 5xx status code
func (*EstimateTransportTooManyRequests) IsSuccess ¶
func (o *EstimateTransportTooManyRequests) IsSuccess() bool
IsSuccess returns true when this estimate transport too many requests response has a 2xx status code
func (*EstimateTransportTooManyRequests) String ¶
func (o *EstimateTransportTooManyRequests) String() string
type EstimateTransportUnauthorized ¶
type EstimateTransportUnauthorized struct { string }XAmznRequestID
EstimateTransportUnauthorized 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 NewEstimateTransportUnauthorized ¶
func NewEstimateTransportUnauthorized() *EstimateTransportUnauthorized
NewEstimateTransportUnauthorized creates a EstimateTransportUnauthorized with default headers values
func (*EstimateTransportUnauthorized) Error ¶
func (o *EstimateTransportUnauthorized) Error() string
func (*EstimateTransportUnauthorized) GetPayload ¶
func (o *EstimateTransportUnauthorized) GetPayload() *fulfillment_inbound_v0_models.EstimateTransportResponse
func (*EstimateTransportUnauthorized) IsClientError ¶
func (o *EstimateTransportUnauthorized) IsClientError() bool
IsClientError returns true when this estimate transport unauthorized response has a 4xx status code
func (*EstimateTransportUnauthorized) IsCode ¶
func (o *EstimateTransportUnauthorized) IsCode(code int) bool
IsCode returns true when this estimate transport unauthorized response a status code equal to that given
func (*EstimateTransportUnauthorized) IsRedirect ¶
func (o *EstimateTransportUnauthorized) IsRedirect() bool
IsRedirect returns true when this estimate transport unauthorized response has a 3xx status code
func (*EstimateTransportUnauthorized) IsServerError ¶
func (o *EstimateTransportUnauthorized) IsServerError() bool
IsServerError returns true when this estimate transport unauthorized response has a 5xx status code
func (*EstimateTransportUnauthorized) IsSuccess ¶
func (o *EstimateTransportUnauthorized) IsSuccess() bool
IsSuccess returns true when this estimate transport unauthorized response has a 2xx status code
func (*EstimateTransportUnauthorized) String ¶
func (o *EstimateTransportUnauthorized) String() string
type GetBillOfLadingBadRequest ¶
type GetBillOfLadingBadRequest struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetBillOfLadingResponse }
GetBillOfLadingBadRequest describes a response with status code 400, with default header values.
Request has missing or invalid parameters and cannot be parsed.
func NewGetBillOfLadingBadRequest ¶
func NewGetBillOfLadingBadRequest() *GetBillOfLadingBadRequest
NewGetBillOfLadingBadRequest creates a GetBillOfLadingBadRequest with default headers values
func (*GetBillOfLadingBadRequest) Error ¶
func (o *GetBillOfLadingBadRequest) Error() string
func (*GetBillOfLadingBadRequest) GetPayload ¶
func (o *GetBillOfLadingBadRequest) GetPayload() *fulfillment_inbound_v0_models.GetBillOfLadingResponse
func (*GetBillOfLadingBadRequest) IsClientError ¶
func (o *GetBillOfLadingBadRequest) IsClientError() bool
IsClientError returns true when this get bill of lading bad request response has a 4xx status code
func (*GetBillOfLadingBadRequest) IsCode ¶
func (o *GetBillOfLadingBadRequest) IsCode(code int) bool
IsCode returns true when this get bill of lading bad request response a status code equal to that given
func (*GetBillOfLadingBadRequest) IsRedirect ¶
func (o *GetBillOfLadingBadRequest) IsRedirect() bool
IsRedirect returns true when this get bill of lading bad request response has a 3xx status code
func (*GetBillOfLadingBadRequest) IsServerError ¶
func (o *GetBillOfLadingBadRequest) IsServerError() bool
IsServerError returns true when this get bill of lading bad request response has a 5xx status code
func (*GetBillOfLadingBadRequest) IsSuccess ¶
func (o *GetBillOfLadingBadRequest) IsSuccess() bool
IsSuccess returns true when this get bill of lading bad request response has a 2xx status code
func (*GetBillOfLadingBadRequest) String ¶
func (o *GetBillOfLadingBadRequest) String() string
type GetBillOfLadingForbidden ¶
type GetBillOfLadingForbidden struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetBillOfLadingResponse }
GetBillOfLadingForbidden 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 NewGetBillOfLadingForbidden ¶
func NewGetBillOfLadingForbidden() *GetBillOfLadingForbidden
NewGetBillOfLadingForbidden creates a GetBillOfLadingForbidden with default headers values
func (*GetBillOfLadingForbidden) Error ¶
func (o *GetBillOfLadingForbidden) Error() string
func (*GetBillOfLadingForbidden) GetPayload ¶
func (o *GetBillOfLadingForbidden) GetPayload() *fulfillment_inbound_v0_models.GetBillOfLadingResponse
func (*GetBillOfLadingForbidden) IsClientError ¶
func (o *GetBillOfLadingForbidden) IsClientError() bool
IsClientError returns true when this get bill of lading forbidden response has a 4xx status code
func (*GetBillOfLadingForbidden) IsCode ¶
func (o *GetBillOfLadingForbidden) IsCode(code int) bool
IsCode returns true when this get bill of lading forbidden response a status code equal to that given
func (*GetBillOfLadingForbidden) IsRedirect ¶
func (o *GetBillOfLadingForbidden) IsRedirect() bool
IsRedirect returns true when this get bill of lading forbidden response has a 3xx status code
func (*GetBillOfLadingForbidden) IsServerError ¶
func (o *GetBillOfLadingForbidden) IsServerError() bool
IsServerError returns true when this get bill of lading forbidden response has a 5xx status code
func (*GetBillOfLadingForbidden) IsSuccess ¶
func (o *GetBillOfLadingForbidden) IsSuccess() bool
IsSuccess returns true when this get bill of lading forbidden response has a 2xx status code
func (*GetBillOfLadingForbidden) String ¶
func (o *GetBillOfLadingForbidden) String() string
type GetBillOfLadingInternalServerError ¶
type GetBillOfLadingInternalServerError struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetBillOfLadingResponse }
GetBillOfLadingInternalServerError describes a response with status code 500, with default header values.
An unexpected condition occurred that prevented the server from fulfilling the request.
func NewGetBillOfLadingInternalServerError ¶
func NewGetBillOfLadingInternalServerError() *GetBillOfLadingInternalServerError
NewGetBillOfLadingInternalServerError creates a GetBillOfLadingInternalServerError with default headers values
func (*GetBillOfLadingInternalServerError) Error ¶
func (o *GetBillOfLadingInternalServerError) Error() string
func (*GetBillOfLadingInternalServerError) GetPayload ¶
func (o *GetBillOfLadingInternalServerError) GetPayload() *fulfillment_inbound_v0_models.GetBillOfLadingResponse
func (*GetBillOfLadingInternalServerError) IsClientError ¶
func (o *GetBillOfLadingInternalServerError) IsClientError() bool
IsClientError returns true when this get bill of lading internal server error response has a 4xx status code
func (*GetBillOfLadingInternalServerError) IsCode ¶
func (o *GetBillOfLadingInternalServerError) IsCode(code int) bool
IsCode returns true when this get bill of lading internal server error response a status code equal to that given
func (*GetBillOfLadingInternalServerError) IsRedirect ¶
func (o *GetBillOfLadingInternalServerError) IsRedirect() bool
IsRedirect returns true when this get bill of lading internal server error response has a 3xx status code
func (*GetBillOfLadingInternalServerError) IsServerError ¶
func (o *GetBillOfLadingInternalServerError) IsServerError() bool
IsServerError returns true when this get bill of lading internal server error response has a 5xx status code
func (*GetBillOfLadingInternalServerError) IsSuccess ¶
func (o *GetBillOfLadingInternalServerError) IsSuccess() bool
IsSuccess returns true when this get bill of lading internal server error response has a 2xx status code
func (*GetBillOfLadingInternalServerError) String ¶
func (o *GetBillOfLadingInternalServerError) String() string
type GetBillOfLadingNotFound ¶
type GetBillOfLadingNotFound struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetBillOfLadingResponse }
GetBillOfLadingNotFound describes a response with status code 404, with default header values.
The specified resource does not exist.
func NewGetBillOfLadingNotFound ¶
func NewGetBillOfLadingNotFound() *GetBillOfLadingNotFound
NewGetBillOfLadingNotFound creates a GetBillOfLadingNotFound with default headers values
func (*GetBillOfLadingNotFound) Error ¶
func (o *GetBillOfLadingNotFound) Error() string
func (*GetBillOfLadingNotFound) GetPayload ¶
func (o *GetBillOfLadingNotFound) GetPayload() *fulfillment_inbound_v0_models.GetBillOfLadingResponse
func (*GetBillOfLadingNotFound) IsClientError ¶
func (o *GetBillOfLadingNotFound) IsClientError() bool
IsClientError returns true when this get bill of lading not found response has a 4xx status code
func (*GetBillOfLadingNotFound) IsCode ¶
func (o *GetBillOfLadingNotFound) IsCode(code int) bool
IsCode returns true when this get bill of lading not found response a status code equal to that given
func (*GetBillOfLadingNotFound) IsRedirect ¶
func (o *GetBillOfLadingNotFound) IsRedirect() bool
IsRedirect returns true when this get bill of lading not found response has a 3xx status code
func (*GetBillOfLadingNotFound) IsServerError ¶
func (o *GetBillOfLadingNotFound) IsServerError() bool
IsServerError returns true when this get bill of lading not found response has a 5xx status code
func (*GetBillOfLadingNotFound) IsSuccess ¶
func (o *GetBillOfLadingNotFound) IsSuccess() bool
IsSuccess returns true when this get bill of lading not found response has a 2xx status code
func (*GetBillOfLadingNotFound) String ¶
func (o *GetBillOfLadingNotFound) String() string
type GetBillOfLadingOK ¶
type GetBillOfLadingOK struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetBillOfLadingResponse }
GetBillOfLadingOK describes a response with status code 200, with default header values.
Success.
func NewGetBillOfLadingOK ¶
func NewGetBillOfLadingOK() *GetBillOfLadingOK
NewGetBillOfLadingOK creates a GetBillOfLadingOK with default headers values
func (*GetBillOfLadingOK) Error ¶
func (o *GetBillOfLadingOK) Error() string
func (*GetBillOfLadingOK) GetPayload ¶
func (o *GetBillOfLadingOK) GetPayload() *fulfillment_inbound_v0_models.GetBillOfLadingResponse
func (*GetBillOfLadingOK) IsClientError ¶
func (o *GetBillOfLadingOK) IsClientError() bool
IsClientError returns true when this get bill of lading o k response has a 4xx status code
func (*GetBillOfLadingOK) IsCode ¶
func (o *GetBillOfLadingOK) IsCode(code int) bool
IsCode returns true when this get bill of lading o k response a status code equal to that given
func (*GetBillOfLadingOK) IsRedirect ¶
func (o *GetBillOfLadingOK) IsRedirect() bool
IsRedirect returns true when this get bill of lading o k response has a 3xx status code
func (*GetBillOfLadingOK) IsServerError ¶
func (o *GetBillOfLadingOK) IsServerError() bool
IsServerError returns true when this get bill of lading o k response has a 5xx status code
func (*GetBillOfLadingOK) IsSuccess ¶
func (o *GetBillOfLadingOK) IsSuccess() bool
IsSuccess returns true when this get bill of lading o k response has a 2xx status code
func (*GetBillOfLadingOK) String ¶
func (o *GetBillOfLadingOK) String() string
type GetBillOfLadingParams ¶
type GetBillOfLadingParams struct { /* ShipmentID. A shipment identifier originally returned by the createInboundShipmentPlan operation. */ ShipmentID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetBillOfLadingParams contains all the parameters to send to the API endpoint
for the get bill of lading operation. Typically these are written to a http.Request.
func NewGetBillOfLadingParams ¶
func NewGetBillOfLadingParams() *GetBillOfLadingParams
NewGetBillOfLadingParams creates a new GetBillOfLadingParams 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 NewGetBillOfLadingParamsWithContext ¶
func NewGetBillOfLadingParamsWithContext(ctx context.Context) *GetBillOfLadingParams
NewGetBillOfLadingParamsWithContext creates a new GetBillOfLadingParams object with the ability to set a context for a request.
func NewGetBillOfLadingParamsWithHTTPClient ¶
func NewGetBillOfLadingParamsWithHTTPClient(client *http.Client) *GetBillOfLadingParams
NewGetBillOfLadingParamsWithHTTPClient creates a new GetBillOfLadingParams object with the ability to set a custom HTTPClient for a request.
func NewGetBillOfLadingParamsWithTimeout ¶
func NewGetBillOfLadingParamsWithTimeout(timeout time.Duration) *GetBillOfLadingParams
NewGetBillOfLadingParamsWithTimeout creates a new GetBillOfLadingParams object with the ability to set a timeout on a request.
func (*GetBillOfLadingParams) SetContext ¶
func (o *GetBillOfLadingParams) SetContext(ctx context.Context)
SetContext adds the context to the get bill of lading params
func (*GetBillOfLadingParams) SetDefaults ¶
func (o *GetBillOfLadingParams) SetDefaults()
SetDefaults hydrates default values in the get bill of lading params (not the query body).
All values with no default are reset to their zero value.
func (*GetBillOfLadingParams) SetHTTPClient ¶
func (o *GetBillOfLadingParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get bill of lading params
func (*GetBillOfLadingParams) SetShipmentID ¶
func (o *GetBillOfLadingParams) SetShipmentID(shipmentID string)
SetShipmentID adds the shipmentId to the get bill of lading params
func (*GetBillOfLadingParams) SetTimeout ¶
func (o *GetBillOfLadingParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get bill of lading params
func (*GetBillOfLadingParams) WithContext ¶
func (o *GetBillOfLadingParams) WithContext(ctx context.Context) *GetBillOfLadingParams
WithContext adds the context to the get bill of lading params
func (*GetBillOfLadingParams) WithDefaults ¶
func (o *GetBillOfLadingParams) WithDefaults() *GetBillOfLadingParams
WithDefaults hydrates default values in the get bill of lading params (not the query body).
All values with no default are reset to their zero value.
func (*GetBillOfLadingParams) WithHTTPClient ¶
func (o *GetBillOfLadingParams) WithHTTPClient(client *http.Client) *GetBillOfLadingParams
WithHTTPClient adds the HTTPClient to the get bill of lading params
func (*GetBillOfLadingParams) WithShipmentID ¶
func (o *GetBillOfLadingParams) WithShipmentID(shipmentID string) *GetBillOfLadingParams
WithShipmentID adds the shipmentID to the get bill of lading params
func (*GetBillOfLadingParams) WithTimeout ¶
func (o *GetBillOfLadingParams) WithTimeout(timeout time.Duration) *GetBillOfLadingParams
WithTimeout adds the timeout to the get bill of lading params
func (*GetBillOfLadingParams) WriteToRequest ¶
func (o *GetBillOfLadingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetBillOfLadingReader ¶
type GetBillOfLadingReader struct {
// contains filtered or unexported fields
}
GetBillOfLadingReader is a Reader for the GetBillOfLading structure.
func (*GetBillOfLadingReader) ReadResponse ¶
func (o *GetBillOfLadingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetBillOfLadingServiceUnavailable ¶
type GetBillOfLadingServiceUnavailable struct { string }XAmznRequestID
GetBillOfLadingServiceUnavailable describes a response with status code 503, with default header values.
Temporary overloading or maintenance of the server.
func NewGetBillOfLadingServiceUnavailable ¶
func NewGetBillOfLadingServiceUnavailable() *GetBillOfLadingServiceUnavailable
NewGetBillOfLadingServiceUnavailable creates a GetBillOfLadingServiceUnavailable with default headers values
func (*GetBillOfLadingServiceUnavailable) Error ¶
func (o *GetBillOfLadingServiceUnavailable) Error() string
func (*GetBillOfLadingServiceUnavailable) GetPayload ¶
func (o *GetBillOfLadingServiceUnavailable) GetPayload() *fulfillment_inbound_v0_models.GetBillOfLadingResponse
func (*GetBillOfLadingServiceUnavailable) IsClientError ¶
func (o *GetBillOfLadingServiceUnavailable) IsClientError() bool
IsClientError returns true when this get bill of lading service unavailable response has a 4xx status code
func (*GetBillOfLadingServiceUnavailable) IsCode ¶
func (o *GetBillOfLadingServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get bill of lading service unavailable response a status code equal to that given
func (*GetBillOfLadingServiceUnavailable) IsRedirect ¶
func (o *GetBillOfLadingServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get bill of lading service unavailable response has a 3xx status code
func (*GetBillOfLadingServiceUnavailable) IsServerError ¶
func (o *GetBillOfLadingServiceUnavailable) IsServerError() bool
IsServerError returns true when this get bill of lading service unavailable response has a 5xx status code
func (*GetBillOfLadingServiceUnavailable) IsSuccess ¶
func (o *GetBillOfLadingServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get bill of lading service unavailable response has a 2xx status code
func (*GetBillOfLadingServiceUnavailable) String ¶
func (o *GetBillOfLadingServiceUnavailable) String() string
type GetBillOfLadingTooManyRequests ¶
type GetBillOfLadingTooManyRequests struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetBillOfLadingResponse }
GetBillOfLadingTooManyRequests describes a response with status code 429, with default header values.
The frequency of requests was greater than allowed.
func NewGetBillOfLadingTooManyRequests ¶
func NewGetBillOfLadingTooManyRequests() *GetBillOfLadingTooManyRequests
NewGetBillOfLadingTooManyRequests creates a GetBillOfLadingTooManyRequests with default headers values
func (*GetBillOfLadingTooManyRequests) Error ¶
func (o *GetBillOfLadingTooManyRequests) Error() string
func (*GetBillOfLadingTooManyRequests) GetPayload ¶
func (o *GetBillOfLadingTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.GetBillOfLadingResponse
func (*GetBillOfLadingTooManyRequests) IsClientError ¶
func (o *GetBillOfLadingTooManyRequests) IsClientError() bool
IsClientError returns true when this get bill of lading too many requests response has a 4xx status code
func (*GetBillOfLadingTooManyRequests) IsCode ¶
func (o *GetBillOfLadingTooManyRequests) IsCode(code int) bool
IsCode returns true when this get bill of lading too many requests response a status code equal to that given
func (*GetBillOfLadingTooManyRequests) IsRedirect ¶
func (o *GetBillOfLadingTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get bill of lading too many requests response has a 3xx status code
func (*GetBillOfLadingTooManyRequests) IsServerError ¶
func (o *GetBillOfLadingTooManyRequests) IsServerError() bool
IsServerError returns true when this get bill of lading too many requests response has a 5xx status code
func (*GetBillOfLadingTooManyRequests) IsSuccess ¶
func (o *GetBillOfLadingTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get bill of lading too many requests response has a 2xx status code
func (*GetBillOfLadingTooManyRequests) String ¶
func (o *GetBillOfLadingTooManyRequests) String() string
type GetBillOfLadingUnauthorized ¶
type GetBillOfLadingUnauthorized struct { string }XAmznRequestID
GetBillOfLadingUnauthorized 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 NewGetBillOfLadingUnauthorized ¶
func NewGetBillOfLadingUnauthorized() *GetBillOfLadingUnauthorized
NewGetBillOfLadingUnauthorized creates a GetBillOfLadingUnauthorized with default headers values
func (*GetBillOfLadingUnauthorized) Error ¶
func (o *GetBillOfLadingUnauthorized) Error() string
func (*GetBillOfLadingUnauthorized) GetPayload ¶
func (o *GetBillOfLadingUnauthorized) GetPayload() *fulfillment_inbound_v0_models.GetBillOfLadingResponse
func (*GetBillOfLadingUnauthorized) IsClientError ¶
func (o *GetBillOfLadingUnauthorized) IsClientError() bool
IsClientError returns true when this get bill of lading unauthorized response has a 4xx status code
func (*GetBillOfLadingUnauthorized) IsCode ¶
func (o *GetBillOfLadingUnauthorized) IsCode(code int) bool
IsCode returns true when this get bill of lading unauthorized response a status code equal to that given
func (*GetBillOfLadingUnauthorized) IsRedirect ¶
func (o *GetBillOfLadingUnauthorized) IsRedirect() bool
IsRedirect returns true when this get bill of lading unauthorized response has a 3xx status code
func (*GetBillOfLadingUnauthorized) IsServerError ¶
func (o *GetBillOfLadingUnauthorized) IsServerError() bool
IsServerError returns true when this get bill of lading unauthorized response has a 5xx status code
func (*GetBillOfLadingUnauthorized) IsSuccess ¶
func (o *GetBillOfLadingUnauthorized) IsSuccess() bool
IsSuccess returns true when this get bill of lading unauthorized response has a 2xx status code
func (*GetBillOfLadingUnauthorized) String ¶
func (o *GetBillOfLadingUnauthorized) String() string
type GetLabelsBadRequest ¶
type GetLabelsBadRequest struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetLabelsResponse }
GetLabelsBadRequest describes a response with status code 400, with default header values.
Request has missing or invalid parameters and cannot be parsed.
func NewGetLabelsBadRequest ¶
func NewGetLabelsBadRequest() *GetLabelsBadRequest
NewGetLabelsBadRequest creates a GetLabelsBadRequest with default headers values
func (*GetLabelsBadRequest) Error ¶
func (o *GetLabelsBadRequest) Error() string
func (*GetLabelsBadRequest) GetPayload ¶
func (o *GetLabelsBadRequest) GetPayload() *fulfillment_inbound_v0_models.GetLabelsResponse
func (*GetLabelsBadRequest) IsClientError ¶
func (o *GetLabelsBadRequest) IsClientError() bool
IsClientError returns true when this get labels bad request response has a 4xx status code
func (*GetLabelsBadRequest) IsCode ¶
func (o *GetLabelsBadRequest) IsCode(code int) bool
IsCode returns true when this get labels bad request response a status code equal to that given
func (*GetLabelsBadRequest) IsRedirect ¶
func (o *GetLabelsBadRequest) IsRedirect() bool
IsRedirect returns true when this get labels bad request response has a 3xx status code
func (*GetLabelsBadRequest) IsServerError ¶
func (o *GetLabelsBadRequest) IsServerError() bool
IsServerError returns true when this get labels bad request response has a 5xx status code
func (*GetLabelsBadRequest) IsSuccess ¶
func (o *GetLabelsBadRequest) IsSuccess() bool
IsSuccess returns true when this get labels bad request response has a 2xx status code
func (*GetLabelsBadRequest) String ¶
func (o *GetLabelsBadRequest) String() string
type GetLabelsForbidden ¶
type GetLabelsForbidden struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetLabelsResponse }
GetLabelsForbidden 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 NewGetLabelsForbidden ¶
func NewGetLabelsForbidden() *GetLabelsForbidden
NewGetLabelsForbidden creates a GetLabelsForbidden with default headers values
func (*GetLabelsForbidden) Error ¶
func (o *GetLabelsForbidden) Error() string
func (*GetLabelsForbidden) GetPayload ¶
func (o *GetLabelsForbidden) GetPayload() *fulfillment_inbound_v0_models.GetLabelsResponse
func (*GetLabelsForbidden) IsClientError ¶
func (o *GetLabelsForbidden) IsClientError() bool
IsClientError returns true when this get labels forbidden response has a 4xx status code
func (*GetLabelsForbidden) IsCode ¶
func (o *GetLabelsForbidden) IsCode(code int) bool
IsCode returns true when this get labels forbidden response a status code equal to that given
func (*GetLabelsForbidden) IsRedirect ¶
func (o *GetLabelsForbidden) IsRedirect() bool
IsRedirect returns true when this get labels forbidden response has a 3xx status code
func (*GetLabelsForbidden) IsServerError ¶
func (o *GetLabelsForbidden) IsServerError() bool
IsServerError returns true when this get labels forbidden response has a 5xx status code
func (*GetLabelsForbidden) IsSuccess ¶
func (o *GetLabelsForbidden) IsSuccess() bool
IsSuccess returns true when this get labels forbidden response has a 2xx status code
func (*GetLabelsForbidden) String ¶
func (o *GetLabelsForbidden) String() string
type GetLabelsInternalServerError ¶
type GetLabelsInternalServerError struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetLabelsResponse }
GetLabelsInternalServerError describes a response with status code 500, with default header values.
An unexpected condition occurred that prevented the server from fulfilling the request.
func NewGetLabelsInternalServerError ¶
func NewGetLabelsInternalServerError() *GetLabelsInternalServerError
NewGetLabelsInternalServerError creates a GetLabelsInternalServerError with default headers values
func (*GetLabelsInternalServerError) Error ¶
func (o *GetLabelsInternalServerError) Error() string
func (*GetLabelsInternalServerError) GetPayload ¶
func (o *GetLabelsInternalServerError) GetPayload() *fulfillment_inbound_v0_models.GetLabelsResponse
func (*GetLabelsInternalServerError) IsClientError ¶
func (o *GetLabelsInternalServerError) IsClientError() bool
IsClientError returns true when this get labels internal server error response has a 4xx status code
func (*GetLabelsInternalServerError) IsCode ¶
func (o *GetLabelsInternalServerError) IsCode(code int) bool
IsCode returns true when this get labels internal server error response a status code equal to that given
func (*GetLabelsInternalServerError) IsRedirect ¶
func (o *GetLabelsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get labels internal server error response has a 3xx status code
func (*GetLabelsInternalServerError) IsServerError ¶
func (o *GetLabelsInternalServerError) IsServerError() bool
IsServerError returns true when this get labels internal server error response has a 5xx status code
func (*GetLabelsInternalServerError) IsSuccess ¶
func (o *GetLabelsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get labels internal server error response has a 2xx status code
func (*GetLabelsInternalServerError) String ¶
func (o *GetLabelsInternalServerError) String() string
type GetLabelsNotFound ¶
type GetLabelsNotFound struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetLabelsResponse }
GetLabelsNotFound describes a response with status code 404, with default header values.
The specified resource does not exist.
func NewGetLabelsNotFound ¶
func NewGetLabelsNotFound() *GetLabelsNotFound
NewGetLabelsNotFound creates a GetLabelsNotFound with default headers values
func (*GetLabelsNotFound) Error ¶
func (o *GetLabelsNotFound) Error() string
func (*GetLabelsNotFound) GetPayload ¶
func (o *GetLabelsNotFound) GetPayload() *fulfillment_inbound_v0_models.GetLabelsResponse
func (*GetLabelsNotFound) IsClientError ¶
func (o *GetLabelsNotFound) IsClientError() bool
IsClientError returns true when this get labels not found response has a 4xx status code
func (*GetLabelsNotFound) IsCode ¶
func (o *GetLabelsNotFound) IsCode(code int) bool
IsCode returns true when this get labels not found response a status code equal to that given
func (*GetLabelsNotFound) IsRedirect ¶
func (o *GetLabelsNotFound) IsRedirect() bool
IsRedirect returns true when this get labels not found response has a 3xx status code
func (*GetLabelsNotFound) IsServerError ¶
func (o *GetLabelsNotFound) IsServerError() bool
IsServerError returns true when this get labels not found response has a 5xx status code
func (*GetLabelsNotFound) IsSuccess ¶
func (o *GetLabelsNotFound) IsSuccess() bool
IsSuccess returns true when this get labels not found response has a 2xx status code
func (*GetLabelsNotFound) String ¶
func (o *GetLabelsNotFound) String() string
type GetLabelsOK ¶
type GetLabelsOK struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetLabelsResponse }
GetLabelsOK describes a response with status code 200, with default header values.
Success.
func NewGetLabelsOK ¶
func NewGetLabelsOK() *GetLabelsOK
NewGetLabelsOK creates a GetLabelsOK with default headers values
func (*GetLabelsOK) Error ¶
func (o *GetLabelsOK) Error() string
func (*GetLabelsOK) GetPayload ¶
func (o *GetLabelsOK) GetPayload() *fulfillment_inbound_v0_models.GetLabelsResponse
func (*GetLabelsOK) IsClientError ¶
func (o *GetLabelsOK) IsClientError() bool
IsClientError returns true when this get labels o k response has a 4xx status code
func (*GetLabelsOK) IsCode ¶
func (o *GetLabelsOK) IsCode(code int) bool
IsCode returns true when this get labels o k response a status code equal to that given
func (*GetLabelsOK) IsRedirect ¶
func (o *GetLabelsOK) IsRedirect() bool
IsRedirect returns true when this get labels o k response has a 3xx status code
func (*GetLabelsOK) IsServerError ¶
func (o *GetLabelsOK) IsServerError() bool
IsServerError returns true when this get labels o k response has a 5xx status code
func (*GetLabelsOK) IsSuccess ¶
func (o *GetLabelsOK) IsSuccess() bool
IsSuccess returns true when this get labels o k response has a 2xx status code
func (*GetLabelsOK) String ¶
func (o *GetLabelsOK) String() string
type GetLabelsParams ¶
type GetLabelsParams struct { /* LabelType. The type of labels requested. */ LabelType string /* NumberOfPackages. The number of packages in the shipment. */ NumberOfPackages *int64 /* NumberOfPallets. The number of pallets in the shipment. This returns four identical labels for each pallet. */ NumberOfPallets *int64 /* PackageLabelsToPrint. A list of identifiers that specify packages for which you want package labels printed. If you provide box content information with the [FBA Inbound Shipment Carton Information Feed](https://developer-docs.amazon.com/sp-api/docs/fulfillment-by-amazon-feed-type-values#fba-inbound-shipment-carton-information-feed), then `PackageLabelsToPrint` must match the `CartonId` values you provide through that feed. If you provide box content information with the Fulfillment Inbound API v2024-03-20, then `PackageLabelsToPrint` must match the `boxID` values from the [`listShipmentBoxes`](https://developer-docs.amazon.com/sp-api/docs/fulfillment-inbound-api-v2024-03-20-reference#listshipmentboxes) response. If these values do not match as required, the operation returns the `IncorrectPackageIdentifier` error code. */ PackageLabelsToPrint []string /* PageSize. The page size for paginating through the total packages' labels. This is a required parameter for Non-Partnered LTL Shipments. Max value:1000. */ PageSize *int64 /* PageStartIndex. The page start index for paginating through the total packages' labels. This is a required parameter for Non-Partnered LTL Shipments. */ PageStartIndex *int64 /* PageType. The page type to use to print the labels. Submitting a PageType value that is not supported in your marketplace returns an error. */ PageType string /* ShipmentID. A shipment identifier originally returned by the createInboundShipmentPlan operation. */ ShipmentID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetLabelsParams contains all the parameters to send to the API endpoint
for the get labels operation. Typically these are written to a http.Request.
func NewGetLabelsParams ¶
func NewGetLabelsParams() *GetLabelsParams
NewGetLabelsParams creates a new GetLabelsParams 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 NewGetLabelsParamsWithContext ¶
func NewGetLabelsParamsWithContext(ctx context.Context) *GetLabelsParams
NewGetLabelsParamsWithContext creates a new GetLabelsParams object with the ability to set a context for a request.
func NewGetLabelsParamsWithHTTPClient ¶
func NewGetLabelsParamsWithHTTPClient(client *http.Client) *GetLabelsParams
NewGetLabelsParamsWithHTTPClient creates a new GetLabelsParams object with the ability to set a custom HTTPClient for a request.
func NewGetLabelsParamsWithTimeout ¶
func NewGetLabelsParamsWithTimeout(timeout time.Duration) *GetLabelsParams
NewGetLabelsParamsWithTimeout creates a new GetLabelsParams object with the ability to set a timeout on a request.
func (*GetLabelsParams) SetContext ¶
func (o *GetLabelsParams) SetContext(ctx context.Context)
SetContext adds the context to the get labels params
func (*GetLabelsParams) SetDefaults ¶
func (o *GetLabelsParams) SetDefaults()
SetDefaults hydrates default values in the get labels params (not the query body).
All values with no default are reset to their zero value.
func (*GetLabelsParams) SetHTTPClient ¶
func (o *GetLabelsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get labels params
func (*GetLabelsParams) SetLabelType ¶
func (o *GetLabelsParams) SetLabelType(labelType string)
SetLabelType adds the labelType to the get labels params
func (*GetLabelsParams) SetNumberOfPackages ¶
func (o *GetLabelsParams) SetNumberOfPackages(numberOfPackages *int64)
SetNumberOfPackages adds the numberOfPackages to the get labels params
func (*GetLabelsParams) SetNumberOfPallets ¶
func (o *GetLabelsParams) SetNumberOfPallets(numberOfPallets *int64)
SetNumberOfPallets adds the numberOfPallets to the get labels params
func (*GetLabelsParams) SetPackageLabelsToPrint ¶
func (o *GetLabelsParams) SetPackageLabelsToPrint(packageLabelsToPrint []string)
SetPackageLabelsToPrint adds the packageLabelsToPrint to the get labels params
func (*GetLabelsParams) SetPageSize ¶
func (o *GetLabelsParams) SetPageSize(pageSize *int64)
SetPageSize adds the pageSize to the get labels params
func (*GetLabelsParams) SetPageStartIndex ¶
func (o *GetLabelsParams) SetPageStartIndex(pageStartIndex *int64)
SetPageStartIndex adds the pageStartIndex to the get labels params
func (*GetLabelsParams) SetPageType ¶
func (o *GetLabelsParams) SetPageType(pageType string)
SetPageType adds the pageType to the get labels params
func (*GetLabelsParams) SetShipmentID ¶
func (o *GetLabelsParams) SetShipmentID(shipmentID string)
SetShipmentID adds the shipmentId to the get labels params
func (*GetLabelsParams) SetTimeout ¶
func (o *GetLabelsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get labels params
func (*GetLabelsParams) WithContext ¶
func (o *GetLabelsParams) WithContext(ctx context.Context) *GetLabelsParams
WithContext adds the context to the get labels params
func (*GetLabelsParams) WithDefaults ¶
func (o *GetLabelsParams) WithDefaults() *GetLabelsParams
WithDefaults hydrates default values in the get labels params (not the query body).
All values with no default are reset to their zero value.
func (*GetLabelsParams) WithHTTPClient ¶
func (o *GetLabelsParams) WithHTTPClient(client *http.Client) *GetLabelsParams
WithHTTPClient adds the HTTPClient to the get labels params
func (*GetLabelsParams) WithLabelType ¶
func (o *GetLabelsParams) WithLabelType(labelType string) *GetLabelsParams
WithLabelType adds the labelType to the get labels params
func (*GetLabelsParams) WithNumberOfPackages ¶
func (o *GetLabelsParams) WithNumberOfPackages(numberOfPackages *int64) *GetLabelsParams
WithNumberOfPackages adds the numberOfPackages to the get labels params
func (*GetLabelsParams) WithNumberOfPallets ¶
func (o *GetLabelsParams) WithNumberOfPallets(numberOfPallets *int64) *GetLabelsParams
WithNumberOfPallets adds the numberOfPallets to the get labels params
func (*GetLabelsParams) WithPackageLabelsToPrint ¶
func (o *GetLabelsParams) WithPackageLabelsToPrint(packageLabelsToPrint []string) *GetLabelsParams
WithPackageLabelsToPrint adds the packageLabelsToPrint to the get labels params
func (*GetLabelsParams) WithPageSize ¶
func (o *GetLabelsParams) WithPageSize(pageSize *int64) *GetLabelsParams
WithPageSize adds the pageSize to the get labels params
func (*GetLabelsParams) WithPageStartIndex ¶
func (o *GetLabelsParams) WithPageStartIndex(pageStartIndex *int64) *GetLabelsParams
WithPageStartIndex adds the pageStartIndex to the get labels params
func (*GetLabelsParams) WithPageType ¶
func (o *GetLabelsParams) WithPageType(pageType string) *GetLabelsParams
WithPageType adds the pageType to the get labels params
func (*GetLabelsParams) WithShipmentID ¶
func (o *GetLabelsParams) WithShipmentID(shipmentID string) *GetLabelsParams
WithShipmentID adds the shipmentID to the get labels params
func (*GetLabelsParams) WithTimeout ¶
func (o *GetLabelsParams) WithTimeout(timeout time.Duration) *GetLabelsParams
WithTimeout adds the timeout to the get labels params
func (*GetLabelsParams) WriteToRequest ¶
func (o *GetLabelsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetLabelsReader ¶
type GetLabelsReader struct {
// contains filtered or unexported fields
}
GetLabelsReader is a Reader for the GetLabels structure.
func (*GetLabelsReader) ReadResponse ¶
func (o *GetLabelsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetLabelsServiceUnavailable ¶
type GetLabelsServiceUnavailable struct { string }XAmznRequestID
GetLabelsServiceUnavailable describes a response with status code 503, with default header values.
Temporary overloading or maintenance of the server.
func NewGetLabelsServiceUnavailable ¶
func NewGetLabelsServiceUnavailable() *GetLabelsServiceUnavailable
NewGetLabelsServiceUnavailable creates a GetLabelsServiceUnavailable with default headers values
func (*GetLabelsServiceUnavailable) Error ¶
func (o *GetLabelsServiceUnavailable) Error() string
func (*GetLabelsServiceUnavailable) GetPayload ¶
func (o *GetLabelsServiceUnavailable) GetPayload() *fulfillment_inbound_v0_models.GetLabelsResponse
func (*GetLabelsServiceUnavailable) IsClientError ¶
func (o *GetLabelsServiceUnavailable) IsClientError() bool
IsClientError returns true when this get labels service unavailable response has a 4xx status code
func (*GetLabelsServiceUnavailable) IsCode ¶
func (o *GetLabelsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get labels service unavailable response a status code equal to that given
func (*GetLabelsServiceUnavailable) IsRedirect ¶
func (o *GetLabelsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get labels service unavailable response has a 3xx status code
func (*GetLabelsServiceUnavailable) IsServerError ¶
func (o *GetLabelsServiceUnavailable) IsServerError() bool
IsServerError returns true when this get labels service unavailable response has a 5xx status code
func (*GetLabelsServiceUnavailable) IsSuccess ¶
func (o *GetLabelsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get labels service unavailable response has a 2xx status code
func (*GetLabelsServiceUnavailable) String ¶
func (o *GetLabelsServiceUnavailable) String() string
type GetLabelsTooManyRequests ¶
type GetLabelsTooManyRequests struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetLabelsResponse }
GetLabelsTooManyRequests describes a response with status code 429, with default header values.
The frequency of requests was greater than allowed.
func NewGetLabelsTooManyRequests ¶
func NewGetLabelsTooManyRequests() *GetLabelsTooManyRequests
NewGetLabelsTooManyRequests creates a GetLabelsTooManyRequests with default headers values
func (*GetLabelsTooManyRequests) Error ¶
func (o *GetLabelsTooManyRequests) Error() string
func (*GetLabelsTooManyRequests) GetPayload ¶
func (o *GetLabelsTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.GetLabelsResponse
func (*GetLabelsTooManyRequests) IsClientError ¶
func (o *GetLabelsTooManyRequests) IsClientError() bool
IsClientError returns true when this get labels too many requests response has a 4xx status code
func (*GetLabelsTooManyRequests) IsCode ¶
func (o *GetLabelsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get labels too many requests response a status code equal to that given
func (*GetLabelsTooManyRequests) IsRedirect ¶
func (o *GetLabelsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get labels too many requests response has a 3xx status code
func (*GetLabelsTooManyRequests) IsServerError ¶
func (o *GetLabelsTooManyRequests) IsServerError() bool
IsServerError returns true when this get labels too many requests response has a 5xx status code
func (*GetLabelsTooManyRequests) IsSuccess ¶
func (o *GetLabelsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get labels too many requests response has a 2xx status code
func (*GetLabelsTooManyRequests) String ¶
func (o *GetLabelsTooManyRequests) String() string
type GetLabelsUnauthorized ¶
type GetLabelsUnauthorized struct { string }XAmznRequestID
GetLabelsUnauthorized 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 NewGetLabelsUnauthorized ¶
func NewGetLabelsUnauthorized() *GetLabelsUnauthorized
NewGetLabelsUnauthorized creates a GetLabelsUnauthorized with default headers values
func (*GetLabelsUnauthorized) Error ¶
func (o *GetLabelsUnauthorized) Error() string
func (*GetLabelsUnauthorized) GetPayload ¶
func (o *GetLabelsUnauthorized) GetPayload() *fulfillment_inbound_v0_models.GetLabelsResponse
func (*GetLabelsUnauthorized) IsClientError ¶
func (o *GetLabelsUnauthorized) IsClientError() bool
IsClientError returns true when this get labels unauthorized response has a 4xx status code
func (*GetLabelsUnauthorized) IsCode ¶
func (o *GetLabelsUnauthorized) IsCode(code int) bool
IsCode returns true when this get labels unauthorized response a status code equal to that given
func (*GetLabelsUnauthorized) IsRedirect ¶
func (o *GetLabelsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get labels unauthorized response has a 3xx status code
func (*GetLabelsUnauthorized) IsServerError ¶
func (o *GetLabelsUnauthorized) IsServerError() bool
IsServerError returns true when this get labels unauthorized response has a 5xx status code
func (*GetLabelsUnauthorized) IsSuccess ¶
func (o *GetLabelsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get labels unauthorized response has a 2xx status code
func (*GetLabelsUnauthorized) String ¶
func (o *GetLabelsUnauthorized) String() string
type GetPreorderInfoBadRequest ¶
type GetPreorderInfoBadRequest struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetPreorderInfoResponse }
GetPreorderInfoBadRequest describes a response with status code 400, with default header values.
Request has missing or invalid parameters and cannot be parsed.
func NewGetPreorderInfoBadRequest ¶
func NewGetPreorderInfoBadRequest() *GetPreorderInfoBadRequest
NewGetPreorderInfoBadRequest creates a GetPreorderInfoBadRequest with default headers values
func (*GetPreorderInfoBadRequest) Error ¶
func (o *GetPreorderInfoBadRequest) Error() string
func (*GetPreorderInfoBadRequest) GetPayload ¶
func (o *GetPreorderInfoBadRequest) GetPayload() *fulfillment_inbound_v0_models.GetPreorderInfoResponse
func (*GetPreorderInfoBadRequest) IsClientError ¶
func (o *GetPreorderInfoBadRequest) IsClientError() bool
IsClientError returns true when this get preorder info bad request response has a 4xx status code
func (*GetPreorderInfoBadRequest) IsCode ¶
func (o *GetPreorderInfoBadRequest) IsCode(code int) bool
IsCode returns true when this get preorder info bad request response a status code equal to that given
func (*GetPreorderInfoBadRequest) IsRedirect ¶
func (o *GetPreorderInfoBadRequest) IsRedirect() bool
IsRedirect returns true when this get preorder info bad request response has a 3xx status code
func (*GetPreorderInfoBadRequest) IsServerError ¶
func (o *GetPreorderInfoBadRequest) IsServerError() bool
IsServerError returns true when this get preorder info bad request response has a 5xx status code
func (*GetPreorderInfoBadRequest) IsSuccess ¶
func (o *GetPreorderInfoBadRequest) IsSuccess() bool
IsSuccess returns true when this get preorder info bad request response has a 2xx status code
func (*GetPreorderInfoBadRequest) String ¶
func (o *GetPreorderInfoBadRequest) String() string
type GetPreorderInfoForbidden ¶
type GetPreorderInfoForbidden struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetPreorderInfoResponse }
GetPreorderInfoForbidden 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 NewGetPreorderInfoForbidden ¶
func NewGetPreorderInfoForbidden() *GetPreorderInfoForbidden
NewGetPreorderInfoForbidden creates a GetPreorderInfoForbidden with default headers values
func (*GetPreorderInfoForbidden) Error ¶
func (o *GetPreorderInfoForbidden) Error() string
func (*GetPreorderInfoForbidden) GetPayload ¶
func (o *GetPreorderInfoForbidden) GetPayload() *fulfillment_inbound_v0_models.GetPreorderInfoResponse
func (*GetPreorderInfoForbidden) IsClientError ¶
func (o *GetPreorderInfoForbidden) IsClientError() bool
IsClientError returns true when this get preorder info forbidden response has a 4xx status code
func (*GetPreorderInfoForbidden) IsCode ¶
func (o *GetPreorderInfoForbidden) IsCode(code int) bool
IsCode returns true when this get preorder info forbidden response a status code equal to that given
func (*GetPreorderInfoForbidden) IsRedirect ¶
func (o *GetPreorderInfoForbidden) IsRedirect() bool
IsRedirect returns true when this get preorder info forbidden response has a 3xx status code
func (*GetPreorderInfoForbidden) IsServerError ¶
func (o *GetPreorderInfoForbidden) IsServerError() bool
IsServerError returns true when this get preorder info forbidden response has a 5xx status code
func (*GetPreorderInfoForbidden) IsSuccess ¶
func (o *GetPreorderInfoForbidden) IsSuccess() bool
IsSuccess returns true when this get preorder info forbidden response has a 2xx status code
func (*GetPreorderInfoForbidden) String ¶
func (o *GetPreorderInfoForbidden) String() string
type GetPreorderInfoInternalServerError ¶
type GetPreorderInfoInternalServerError struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetPreorderInfoResponse }
GetPreorderInfoInternalServerError describes a response with status code 500, with default header values.
An unexpected condition occurred that prevented the server from fulfilling the request.
func NewGetPreorderInfoInternalServerError ¶
func NewGetPreorderInfoInternalServerError() *GetPreorderInfoInternalServerError
NewGetPreorderInfoInternalServerError creates a GetPreorderInfoInternalServerError with default headers values
func (*GetPreorderInfoInternalServerError) Error ¶
func (o *GetPreorderInfoInternalServerError) Error() string
func (*GetPreorderInfoInternalServerError) GetPayload ¶
func (o *GetPreorderInfoInternalServerError) GetPayload() *fulfillment_inbound_v0_models.GetPreorderInfoResponse
func (*GetPreorderInfoInternalServerError) IsClientError ¶
func (o *GetPreorderInfoInternalServerError) IsClientError() bool
IsClientError returns true when this get preorder info internal server error response has a 4xx status code
func (*GetPreorderInfoInternalServerError) IsCode ¶
func (o *GetPreorderInfoInternalServerError) IsCode(code int) bool
IsCode returns true when this get preorder info internal server error response a status code equal to that given
func (*GetPreorderInfoInternalServerError) IsRedirect ¶
func (o *GetPreorderInfoInternalServerError) IsRedirect() bool
IsRedirect returns true when this get preorder info internal server error response has a 3xx status code
func (*GetPreorderInfoInternalServerError) IsServerError ¶
func (o *GetPreorderInfoInternalServerError) IsServerError() bool
IsServerError returns true when this get preorder info internal server error response has a 5xx status code
func (*GetPreorderInfoInternalServerError) IsSuccess ¶
func (o *GetPreorderInfoInternalServerError) IsSuccess() bool
IsSuccess returns true when this get preorder info internal server error response has a 2xx status code
func (*GetPreorderInfoInternalServerError) String ¶
func (o *GetPreorderInfoInternalServerError) String() string
type GetPreorderInfoNotFound ¶
type GetPreorderInfoNotFound struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetPreorderInfoResponse }
GetPreorderInfoNotFound describes a response with status code 404, with default header values.
The specified resource does not exist.
func NewGetPreorderInfoNotFound ¶
func NewGetPreorderInfoNotFound() *GetPreorderInfoNotFound
NewGetPreorderInfoNotFound creates a GetPreorderInfoNotFound with default headers values
func (*GetPreorderInfoNotFound) Error ¶
func (o *GetPreorderInfoNotFound) Error() string
func (*GetPreorderInfoNotFound) GetPayload ¶
func (o *GetPreorderInfoNotFound) GetPayload() *fulfillment_inbound_v0_models.GetPreorderInfoResponse
func (*GetPreorderInfoNotFound) IsClientError ¶
func (o *GetPreorderInfoNotFound) IsClientError() bool
IsClientError returns true when this get preorder info not found response has a 4xx status code
func (*GetPreorderInfoNotFound) IsCode ¶
func (o *GetPreorderInfoNotFound) IsCode(code int) bool
IsCode returns true when this get preorder info not found response a status code equal to that given
func (*GetPreorderInfoNotFound) IsRedirect ¶
func (o *GetPreorderInfoNotFound) IsRedirect() bool
IsRedirect returns true when this get preorder info not found response has a 3xx status code
func (*GetPreorderInfoNotFound) IsServerError ¶
func (o *GetPreorderInfoNotFound) IsServerError() bool
IsServerError returns true when this get preorder info not found response has a 5xx status code
func (*GetPreorderInfoNotFound) IsSuccess ¶
func (o *GetPreorderInfoNotFound) IsSuccess() bool
IsSuccess returns true when this get preorder info not found response has a 2xx status code
func (*GetPreorderInfoNotFound) String ¶
func (o *GetPreorderInfoNotFound) String() string
type GetPreorderInfoOK ¶
type GetPreorderInfoOK struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetPreorderInfoResponse }
GetPreorderInfoOK describes a response with status code 200, with default header values.
Success.
func NewGetPreorderInfoOK ¶
func NewGetPreorderInfoOK() *GetPreorderInfoOK
NewGetPreorderInfoOK creates a GetPreorderInfoOK with default headers values
func (*GetPreorderInfoOK) Error ¶
func (o *GetPreorderInfoOK) Error() string
func (*GetPreorderInfoOK) GetPayload ¶
func (o *GetPreorderInfoOK) GetPayload() *fulfillment_inbound_v0_models.GetPreorderInfoResponse
func (*GetPreorderInfoOK) IsClientError ¶
func (o *GetPreorderInfoOK) IsClientError() bool
IsClientError returns true when this get preorder info o k response has a 4xx status code
func (*GetPreorderInfoOK) IsCode ¶
func (o *GetPreorderInfoOK) IsCode(code int) bool
IsCode returns true when this get preorder info o k response a status code equal to that given
func (*GetPreorderInfoOK) IsRedirect ¶
func (o *GetPreorderInfoOK) IsRedirect() bool
IsRedirect returns true when this get preorder info o k response has a 3xx status code
func (*GetPreorderInfoOK) IsServerError ¶
func (o *GetPreorderInfoOK) IsServerError() bool
IsServerError returns true when this get preorder info o k response has a 5xx status code
func (*GetPreorderInfoOK) IsSuccess ¶
func (o *GetPreorderInfoOK) IsSuccess() bool
IsSuccess returns true when this get preorder info o k response has a 2xx status code
func (*GetPreorderInfoOK) String ¶
func (o *GetPreorderInfoOK) String() string
type GetPreorderInfoParams ¶
type GetPreorderInfoParams struct { /* MarketplaceID. A marketplace identifier. Specifies the marketplace the shipment is tied to. */ MarketplaceID string /* ShipmentID. A shipment identifier originally returned by the createInboundShipmentPlan operation. */ ShipmentID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPreorderInfoParams contains all the parameters to send to the API endpoint
for the get preorder info operation. Typically these are written to a http.Request.
func NewGetPreorderInfoParams ¶
func NewGetPreorderInfoParams() *GetPreorderInfoParams
NewGetPreorderInfoParams creates a new GetPreorderInfoParams 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 NewGetPreorderInfoParamsWithContext ¶
func NewGetPreorderInfoParamsWithContext(ctx context.Context) *GetPreorderInfoParams
NewGetPreorderInfoParamsWithContext creates a new GetPreorderInfoParams object with the ability to set a context for a request.
func NewGetPreorderInfoParamsWithHTTPClient ¶
func NewGetPreorderInfoParamsWithHTTPClient(client *http.Client) *GetPreorderInfoParams
NewGetPreorderInfoParamsWithHTTPClient creates a new GetPreorderInfoParams object with the ability to set a custom HTTPClient for a request.
func NewGetPreorderInfoParamsWithTimeout ¶
func NewGetPreorderInfoParamsWithTimeout(timeout time.Duration) *GetPreorderInfoParams
NewGetPreorderInfoParamsWithTimeout creates a new GetPreorderInfoParams object with the ability to set a timeout on a request.
func (*GetPreorderInfoParams) SetContext ¶
func (o *GetPreorderInfoParams) SetContext(ctx context.Context)
SetContext adds the context to the get preorder info params
func (*GetPreorderInfoParams) SetDefaults ¶
func (o *GetPreorderInfoParams) SetDefaults()
SetDefaults hydrates default values in the get preorder info params (not the query body).
All values with no default are reset to their zero value.
func (*GetPreorderInfoParams) SetHTTPClient ¶
func (o *GetPreorderInfoParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get preorder info params
func (*GetPreorderInfoParams) SetMarketplaceID ¶
func (o *GetPreorderInfoParams) SetMarketplaceID(marketplaceID string)
SetMarketplaceID adds the marketplaceId to the get preorder info params
func (*GetPreorderInfoParams) SetShipmentID ¶
func (o *GetPreorderInfoParams) SetShipmentID(shipmentID string)
SetShipmentID adds the shipmentId to the get preorder info params
func (*GetPreorderInfoParams) SetTimeout ¶
func (o *GetPreorderInfoParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get preorder info params
func (*GetPreorderInfoParams) WithContext ¶
func (o *GetPreorderInfoParams) WithContext(ctx context.Context) *GetPreorderInfoParams
WithContext adds the context to the get preorder info params
func (*GetPreorderInfoParams) WithDefaults ¶
func (o *GetPreorderInfoParams) WithDefaults() *GetPreorderInfoParams
WithDefaults hydrates default values in the get preorder info params (not the query body).
All values with no default are reset to their zero value.
func (*GetPreorderInfoParams) WithHTTPClient ¶
func (o *GetPreorderInfoParams) WithHTTPClient(client *http.Client) *GetPreorderInfoParams
WithHTTPClient adds the HTTPClient to the get preorder info params
func (*GetPreorderInfoParams) WithMarketplaceID ¶
func (o *GetPreorderInfoParams) WithMarketplaceID(marketplaceID string) *GetPreorderInfoParams
WithMarketplaceID adds the marketplaceID to the get preorder info params
func (*GetPreorderInfoParams) WithShipmentID ¶
func (o *GetPreorderInfoParams) WithShipmentID(shipmentID string) *GetPreorderInfoParams
WithShipmentID adds the shipmentID to the get preorder info params
func (*GetPreorderInfoParams) WithTimeout ¶
func (o *GetPreorderInfoParams) WithTimeout(timeout time.Duration) *GetPreorderInfoParams
WithTimeout adds the timeout to the get preorder info params
func (*GetPreorderInfoParams) WriteToRequest ¶
func (o *GetPreorderInfoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPreorderInfoReader ¶
type GetPreorderInfoReader struct {
// contains filtered or unexported fields
}
GetPreorderInfoReader is a Reader for the GetPreorderInfo structure.
func (*GetPreorderInfoReader) ReadResponse ¶
func (o *GetPreorderInfoReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPreorderInfoServiceUnavailable ¶
type GetPreorderInfoServiceUnavailable struct { string }XAmznRequestID
GetPreorderInfoServiceUnavailable describes a response with status code 503, with default header values.
Temporary overloading or maintenance of the server.
func NewGetPreorderInfoServiceUnavailable ¶
func NewGetPreorderInfoServiceUnavailable() *GetPreorderInfoServiceUnavailable
NewGetPreorderInfoServiceUnavailable creates a GetPreorderInfoServiceUnavailable with default headers values
func (*GetPreorderInfoServiceUnavailable) Error ¶
func (o *GetPreorderInfoServiceUnavailable) Error() string
func (*GetPreorderInfoServiceUnavailable) GetPayload ¶
func (o *GetPreorderInfoServiceUnavailable) GetPayload() *fulfillment_inbound_v0_models.GetPreorderInfoResponse
func (*GetPreorderInfoServiceUnavailable) IsClientError ¶
func (o *GetPreorderInfoServiceUnavailable) IsClientError() bool
IsClientError returns true when this get preorder info service unavailable response has a 4xx status code
func (*GetPreorderInfoServiceUnavailable) IsCode ¶
func (o *GetPreorderInfoServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get preorder info service unavailable response a status code equal to that given
func (*GetPreorderInfoServiceUnavailable) IsRedirect ¶
func (o *GetPreorderInfoServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get preorder info service unavailable response has a 3xx status code
func (*GetPreorderInfoServiceUnavailable) IsServerError ¶
func (o *GetPreorderInfoServiceUnavailable) IsServerError() bool
IsServerError returns true when this get preorder info service unavailable response has a 5xx status code
func (*GetPreorderInfoServiceUnavailable) IsSuccess ¶
func (o *GetPreorderInfoServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get preorder info service unavailable response has a 2xx status code
func (*GetPreorderInfoServiceUnavailable) String ¶
func (o *GetPreorderInfoServiceUnavailable) String() string
type GetPreorderInfoTooManyRequests ¶
type GetPreorderInfoTooManyRequests struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetPreorderInfoResponse }
GetPreorderInfoTooManyRequests describes a response with status code 429, with default header values.
The frequency of requests was greater than allowed.
func NewGetPreorderInfoTooManyRequests ¶
func NewGetPreorderInfoTooManyRequests() *GetPreorderInfoTooManyRequests
NewGetPreorderInfoTooManyRequests creates a GetPreorderInfoTooManyRequests with default headers values
func (*GetPreorderInfoTooManyRequests) Error ¶
func (o *GetPreorderInfoTooManyRequests) Error() string
func (*GetPreorderInfoTooManyRequests) GetPayload ¶
func (o *GetPreorderInfoTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.GetPreorderInfoResponse
func (*GetPreorderInfoTooManyRequests) IsClientError ¶
func (o *GetPreorderInfoTooManyRequests) IsClientError() bool
IsClientError returns true when this get preorder info too many requests response has a 4xx status code
func (*GetPreorderInfoTooManyRequests) IsCode ¶
func (o *GetPreorderInfoTooManyRequests) IsCode(code int) bool
IsCode returns true when this get preorder info too many requests response a status code equal to that given
func (*GetPreorderInfoTooManyRequests) IsRedirect ¶
func (o *GetPreorderInfoTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get preorder info too many requests response has a 3xx status code
func (*GetPreorderInfoTooManyRequests) IsServerError ¶
func (o *GetPreorderInfoTooManyRequests) IsServerError() bool
IsServerError returns true when this get preorder info too many requests response has a 5xx status code
func (*GetPreorderInfoTooManyRequests) IsSuccess ¶
func (o *GetPreorderInfoTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get preorder info too many requests response has a 2xx status code
func (*GetPreorderInfoTooManyRequests) String ¶
func (o *GetPreorderInfoTooManyRequests) String() string
type GetPreorderInfoUnauthorized ¶
type GetPreorderInfoUnauthorized struct { string }XAmznRequestID
GetPreorderInfoUnauthorized 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 NewGetPreorderInfoUnauthorized ¶
func NewGetPreorderInfoUnauthorized() *GetPreorderInfoUnauthorized
NewGetPreorderInfoUnauthorized creates a GetPreorderInfoUnauthorized with default headers values
func (*GetPreorderInfoUnauthorized) Error ¶
func (o *GetPreorderInfoUnauthorized) Error() string
func (*GetPreorderInfoUnauthorized) GetPayload ¶
func (o *GetPreorderInfoUnauthorized) GetPayload() *fulfillment_inbound_v0_models.GetPreorderInfoResponse
func (*GetPreorderInfoUnauthorized) IsClientError ¶
func (o *GetPreorderInfoUnauthorized) IsClientError() bool
IsClientError returns true when this get preorder info unauthorized response has a 4xx status code
func (*GetPreorderInfoUnauthorized) IsCode ¶
func (o *GetPreorderInfoUnauthorized) IsCode(code int) bool
IsCode returns true when this get preorder info unauthorized response a status code equal to that given
func (*GetPreorderInfoUnauthorized) IsRedirect ¶
func (o *GetPreorderInfoUnauthorized) IsRedirect() bool
IsRedirect returns true when this get preorder info unauthorized response has a 3xx status code
func (*GetPreorderInfoUnauthorized) IsServerError ¶
func (o *GetPreorderInfoUnauthorized) IsServerError() bool
IsServerError returns true when this get preorder info unauthorized response has a 5xx status code
func (*GetPreorderInfoUnauthorized) IsSuccess ¶
func (o *GetPreorderInfoUnauthorized) IsSuccess() bool
IsSuccess returns true when this get preorder info unauthorized response has a 2xx status code
func (*GetPreorderInfoUnauthorized) String ¶
func (o *GetPreorderInfoUnauthorized) String() string
type GetPrepInstructionsBadRequest ¶
type GetPrepInstructionsBadRequest struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetPrepInstructionsResponse }
GetPrepInstructionsBadRequest describes a response with status code 400, with default header values.
Request has missing or invalid parameters and cannot be parsed.
func NewGetPrepInstructionsBadRequest ¶
func NewGetPrepInstructionsBadRequest() *GetPrepInstructionsBadRequest
NewGetPrepInstructionsBadRequest creates a GetPrepInstructionsBadRequest with default headers values
func (*GetPrepInstructionsBadRequest) Error ¶
func (o *GetPrepInstructionsBadRequest) Error() string
func (*GetPrepInstructionsBadRequest) GetPayload ¶
func (o *GetPrepInstructionsBadRequest) GetPayload() *fulfillment_inbound_v0_models.GetPrepInstructionsResponse
func (*GetPrepInstructionsBadRequest) IsClientError ¶
func (o *GetPrepInstructionsBadRequest) IsClientError() bool
IsClientError returns true when this get prep instructions bad request response has a 4xx status code
func (*GetPrepInstructionsBadRequest) IsCode ¶
func (o *GetPrepInstructionsBadRequest) IsCode(code int) bool
IsCode returns true when this get prep instructions bad request response a status code equal to that given
func (*GetPrepInstructionsBadRequest) IsRedirect ¶
func (o *GetPrepInstructionsBadRequest) IsRedirect() bool
IsRedirect returns true when this get prep instructions bad request response has a 3xx status code
func (*GetPrepInstructionsBadRequest) IsServerError ¶
func (o *GetPrepInstructionsBadRequest) IsServerError() bool
IsServerError returns true when this get prep instructions bad request response has a 5xx status code
func (*GetPrepInstructionsBadRequest) IsSuccess ¶
func (o *GetPrepInstructionsBadRequest) IsSuccess() bool
IsSuccess returns true when this get prep instructions bad request response has a 2xx status code
func (*GetPrepInstructionsBadRequest) String ¶
func (o *GetPrepInstructionsBadRequest) String() string
type GetPrepInstructionsForbidden ¶
type GetPrepInstructionsForbidden struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetPrepInstructionsResponse }
GetPrepInstructionsForbidden 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 NewGetPrepInstructionsForbidden ¶
func NewGetPrepInstructionsForbidden() *GetPrepInstructionsForbidden
NewGetPrepInstructionsForbidden creates a GetPrepInstructionsForbidden with default headers values
func (*GetPrepInstructionsForbidden) Error ¶
func (o *GetPrepInstructionsForbidden) Error() string
func (*GetPrepInstructionsForbidden) GetPayload ¶
func (o *GetPrepInstructionsForbidden) GetPayload() *fulfillment_inbound_v0_models.GetPrepInstructionsResponse
func (*GetPrepInstructionsForbidden) IsClientError ¶
func (o *GetPrepInstructionsForbidden) IsClientError() bool
IsClientError returns true when this get prep instructions forbidden response has a 4xx status code
func (*GetPrepInstructionsForbidden) IsCode ¶
func (o *GetPrepInstructionsForbidden) IsCode(code int) bool
IsCode returns true when this get prep instructions forbidden response a status code equal to that given
func (*GetPrepInstructionsForbidden) IsRedirect ¶
func (o *GetPrepInstructionsForbidden) IsRedirect() bool
IsRedirect returns true when this get prep instructions forbidden response has a 3xx status code
func (*GetPrepInstructionsForbidden) IsServerError ¶
func (o *GetPrepInstructionsForbidden) IsServerError() bool
IsServerError returns true when this get prep instructions forbidden response has a 5xx status code
func (*GetPrepInstructionsForbidden) IsSuccess ¶
func (o *GetPrepInstructionsForbidden) IsSuccess() bool
IsSuccess returns true when this get prep instructions forbidden response has a 2xx status code
func (*GetPrepInstructionsForbidden) String ¶
func (o *GetPrepInstructionsForbidden) String() string
type GetPrepInstructionsInternalServerError ¶
type GetPrepInstructionsInternalServerError struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetPrepInstructionsResponse }
GetPrepInstructionsInternalServerError describes a response with status code 500, with default header values.
An unexpected condition occurred that prevented the server from fulfilling the request.
func NewGetPrepInstructionsInternalServerError ¶
func NewGetPrepInstructionsInternalServerError() *GetPrepInstructionsInternalServerError
NewGetPrepInstructionsInternalServerError creates a GetPrepInstructionsInternalServerError with default headers values
func (*GetPrepInstructionsInternalServerError) Error ¶
func (o *GetPrepInstructionsInternalServerError) Error() string
func (*GetPrepInstructionsInternalServerError) GetPayload ¶
func (o *GetPrepInstructionsInternalServerError) GetPayload() *fulfillment_inbound_v0_models.GetPrepInstructionsResponse
func (*GetPrepInstructionsInternalServerError) IsClientError ¶
func (o *GetPrepInstructionsInternalServerError) IsClientError() bool
IsClientError returns true when this get prep instructions internal server error response has a 4xx status code
func (*GetPrepInstructionsInternalServerError) IsCode ¶
func (o *GetPrepInstructionsInternalServerError) IsCode(code int) bool
IsCode returns true when this get prep instructions internal server error response a status code equal to that given
func (*GetPrepInstructionsInternalServerError) IsRedirect ¶
func (o *GetPrepInstructionsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get prep instructions internal server error response has a 3xx status code
func (*GetPrepInstructionsInternalServerError) IsServerError ¶
func (o *GetPrepInstructionsInternalServerError) IsServerError() bool
IsServerError returns true when this get prep instructions internal server error response has a 5xx status code
func (*GetPrepInstructionsInternalServerError) IsSuccess ¶
func (o *GetPrepInstructionsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get prep instructions internal server error response has a 2xx status code
func (*GetPrepInstructionsInternalServerError) String ¶
func (o *GetPrepInstructionsInternalServerError) String() string
type GetPrepInstructionsNotFound ¶
type GetPrepInstructionsNotFound struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetPrepInstructionsResponse }
GetPrepInstructionsNotFound describes a response with status code 404, with default header values.
The specified resource does not exist.
func NewGetPrepInstructionsNotFound ¶
func NewGetPrepInstructionsNotFound() *GetPrepInstructionsNotFound
NewGetPrepInstructionsNotFound creates a GetPrepInstructionsNotFound with default headers values
func (*GetPrepInstructionsNotFound) Error ¶
func (o *GetPrepInstructionsNotFound) Error() string
func (*GetPrepInstructionsNotFound) GetPayload ¶
func (o *GetPrepInstructionsNotFound) GetPayload() *fulfillment_inbound_v0_models.GetPrepInstructionsResponse
func (*GetPrepInstructionsNotFound) IsClientError ¶
func (o *GetPrepInstructionsNotFound) IsClientError() bool
IsClientError returns true when this get prep instructions not found response has a 4xx status code
func (*GetPrepInstructionsNotFound) IsCode ¶
func (o *GetPrepInstructionsNotFound) IsCode(code int) bool
IsCode returns true when this get prep instructions not found response a status code equal to that given
func (*GetPrepInstructionsNotFound) IsRedirect ¶
func (o *GetPrepInstructionsNotFound) IsRedirect() bool
IsRedirect returns true when this get prep instructions not found response has a 3xx status code
func (*GetPrepInstructionsNotFound) IsServerError ¶
func (o *GetPrepInstructionsNotFound) IsServerError() bool
IsServerError returns true when this get prep instructions not found response has a 5xx status code
func (*GetPrepInstructionsNotFound) IsSuccess ¶
func (o *GetPrepInstructionsNotFound) IsSuccess() bool
IsSuccess returns true when this get prep instructions not found response has a 2xx status code
func (*GetPrepInstructionsNotFound) String ¶
func (o *GetPrepInstructionsNotFound) String() string
type GetPrepInstructionsOK ¶
type GetPrepInstructionsOK struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetPrepInstructionsResponse }
GetPrepInstructionsOK describes a response with status code 200, with default header values.
Success.
func NewGetPrepInstructionsOK ¶
func NewGetPrepInstructionsOK() *GetPrepInstructionsOK
NewGetPrepInstructionsOK creates a GetPrepInstructionsOK with default headers values
func (*GetPrepInstructionsOK) Error ¶
func (o *GetPrepInstructionsOK) Error() string
func (*GetPrepInstructionsOK) GetPayload ¶
func (o *GetPrepInstructionsOK) GetPayload() *fulfillment_inbound_v0_models.GetPrepInstructionsResponse
func (*GetPrepInstructionsOK) IsClientError ¶
func (o *GetPrepInstructionsOK) IsClientError() bool
IsClientError returns true when this get prep instructions o k response has a 4xx status code
func (*GetPrepInstructionsOK) IsCode ¶
func (o *GetPrepInstructionsOK) IsCode(code int) bool
IsCode returns true when this get prep instructions o k response a status code equal to that given
func (*GetPrepInstructionsOK) IsRedirect ¶
func (o *GetPrepInstructionsOK) IsRedirect() bool
IsRedirect returns true when this get prep instructions o k response has a 3xx status code
func (*GetPrepInstructionsOK) IsServerError ¶
func (o *GetPrepInstructionsOK) IsServerError() bool
IsServerError returns true when this get prep instructions o k response has a 5xx status code
func (*GetPrepInstructionsOK) IsSuccess ¶
func (o *GetPrepInstructionsOK) IsSuccess() bool
IsSuccess returns true when this get prep instructions o k response has a 2xx status code
func (*GetPrepInstructionsOK) String ¶
func (o *GetPrepInstructionsOK) String() string
type GetPrepInstructionsParams ¶
type GetPrepInstructionsParams struct { /* ASINList. A list of ASIN values. Used to identify items for which you want item preparation instructions to help with item sourcing decisions. Note: ASINs must be included in the product catalog for at least one of the marketplaces that the seller participates in. Any ASIN that is not included in the product catalog for at least one of the marketplaces that the seller participates in is returned in the InvalidASINList property in the response. You can find out which marketplaces a seller participates in by calling the getMarketplaceParticipations operation in the Selling Partner API for Sellers. */ ASINList []string /* SellerSKUList. A list of SellerSKU values. Used to identify items for which you want labeling requirements and item preparation instructions for shipment to Amazon's fulfillment network. The SellerSKU is qualified by the Seller ID, which is included with every call to the Seller Partner API. Note: Include seller SKUs that you have used to list items on Amazon's retail website. If you include a seller SKU that you have never used to list an item on Amazon's retail website, the seller SKU is returned in the InvalidSKUList property in the response. */ SellerSKUList []string /* ShipToCountryCode. The country code of the country to which the items will be shipped. Note that labeling requirements and item preparation instructions can vary by country. Format: [A-Z]{2} */ ShipToCountryCode string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPrepInstructionsParams contains all the parameters to send to the API endpoint
for the get prep instructions operation. Typically these are written to a http.Request.
func NewGetPrepInstructionsParams ¶
func NewGetPrepInstructionsParams() *GetPrepInstructionsParams
NewGetPrepInstructionsParams creates a new GetPrepInstructionsParams 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 NewGetPrepInstructionsParamsWithContext ¶
func NewGetPrepInstructionsParamsWithContext(ctx context.Context) *GetPrepInstructionsParams
NewGetPrepInstructionsParamsWithContext creates a new GetPrepInstructionsParams object with the ability to set a context for a request.
func NewGetPrepInstructionsParamsWithHTTPClient ¶
func NewGetPrepInstructionsParamsWithHTTPClient(client *http.Client) *GetPrepInstructionsParams
NewGetPrepInstructionsParamsWithHTTPClient creates a new GetPrepInstructionsParams object with the ability to set a custom HTTPClient for a request.
func NewGetPrepInstructionsParamsWithTimeout ¶
func NewGetPrepInstructionsParamsWithTimeout(timeout time.Duration) *GetPrepInstructionsParams
NewGetPrepInstructionsParamsWithTimeout creates a new GetPrepInstructionsParams object with the ability to set a timeout on a request.
func (*GetPrepInstructionsParams) SetASINList ¶
func (o *GetPrepInstructionsParams) SetASINList(aSINList []string)
SetASINList adds the aSINList to the get prep instructions params
func (*GetPrepInstructionsParams) SetContext ¶
func (o *GetPrepInstructionsParams) SetContext(ctx context.Context)
SetContext adds the context to the get prep instructions params
func (*GetPrepInstructionsParams) SetDefaults ¶
func (o *GetPrepInstructionsParams) SetDefaults()
SetDefaults hydrates default values in the get prep instructions params (not the query body).
All values with no default are reset to their zero value.
func (*GetPrepInstructionsParams) SetHTTPClient ¶
func (o *GetPrepInstructionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get prep instructions params
func (*GetPrepInstructionsParams) SetSellerSKUList ¶
func (o *GetPrepInstructionsParams) SetSellerSKUList(sellerSKUList []string)
SetSellerSKUList adds the sellerSKUList to the get prep instructions params
func (*GetPrepInstructionsParams) SetShipToCountryCode ¶
func (o *GetPrepInstructionsParams) SetShipToCountryCode(shipToCountryCode string)
SetShipToCountryCode adds the shipToCountryCode to the get prep instructions params
func (*GetPrepInstructionsParams) SetTimeout ¶
func (o *GetPrepInstructionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get prep instructions params
func (*GetPrepInstructionsParams) WithASINList ¶
func (o *GetPrepInstructionsParams) WithASINList(aSINList []string) *GetPrepInstructionsParams
WithASINList adds the aSINList to the get prep instructions params
func (*GetPrepInstructionsParams) WithContext ¶
func (o *GetPrepInstructionsParams) WithContext(ctx context.Context) *GetPrepInstructionsParams
WithContext adds the context to the get prep instructions params
func (*GetPrepInstructionsParams) WithDefaults ¶
func (o *GetPrepInstructionsParams) WithDefaults() *GetPrepInstructionsParams
WithDefaults hydrates default values in the get prep instructions params (not the query body).
All values with no default are reset to their zero value.
func (*GetPrepInstructionsParams) WithHTTPClient ¶
func (o *GetPrepInstructionsParams) WithHTTPClient(client *http.Client) *GetPrepInstructionsParams
WithHTTPClient adds the HTTPClient to the get prep instructions params
func (*GetPrepInstructionsParams) WithSellerSKUList ¶
func (o *GetPrepInstructionsParams) WithSellerSKUList(sellerSKUList []string) *GetPrepInstructionsParams
WithSellerSKUList adds the sellerSKUList to the get prep instructions params
func (*GetPrepInstructionsParams) WithShipToCountryCode ¶
func (o *GetPrepInstructionsParams) WithShipToCountryCode(shipToCountryCode string) *GetPrepInstructionsParams
WithShipToCountryCode adds the shipToCountryCode to the get prep instructions params
func (*GetPrepInstructionsParams) WithTimeout ¶
func (o *GetPrepInstructionsParams) WithTimeout(timeout time.Duration) *GetPrepInstructionsParams
WithTimeout adds the timeout to the get prep instructions params
func (*GetPrepInstructionsParams) WriteToRequest ¶
func (o *GetPrepInstructionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPrepInstructionsReader ¶
type GetPrepInstructionsReader struct {
// contains filtered or unexported fields
}
GetPrepInstructionsReader is a Reader for the GetPrepInstructions structure.
func (*GetPrepInstructionsReader) ReadResponse ¶
func (o *GetPrepInstructionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPrepInstructionsServiceUnavailable ¶
type GetPrepInstructionsServiceUnavailable struct { string }XAmznRequestID
GetPrepInstructionsServiceUnavailable describes a response with status code 503, with default header values.
Temporary overloading or maintenance of the server.
func NewGetPrepInstructionsServiceUnavailable ¶
func NewGetPrepInstructionsServiceUnavailable() *GetPrepInstructionsServiceUnavailable
NewGetPrepInstructionsServiceUnavailable creates a GetPrepInstructionsServiceUnavailable with default headers values
func (*GetPrepInstructionsServiceUnavailable) Error ¶
func (o *GetPrepInstructionsServiceUnavailable) Error() string
func (*GetPrepInstructionsServiceUnavailable) GetPayload ¶
func (o *GetPrepInstructionsServiceUnavailable) GetPayload() *fulfillment_inbound_v0_models.GetPrepInstructionsResponse
func (*GetPrepInstructionsServiceUnavailable) IsClientError ¶
func (o *GetPrepInstructionsServiceUnavailable) IsClientError() bool
IsClientError returns true when this get prep instructions service unavailable response has a 4xx status code
func (*GetPrepInstructionsServiceUnavailable) IsCode ¶
func (o *GetPrepInstructionsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get prep instructions service unavailable response a status code equal to that given
func (*GetPrepInstructionsServiceUnavailable) IsRedirect ¶
func (o *GetPrepInstructionsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get prep instructions service unavailable response has a 3xx status code
func (*GetPrepInstructionsServiceUnavailable) IsServerError ¶
func (o *GetPrepInstructionsServiceUnavailable) IsServerError() bool
IsServerError returns true when this get prep instructions service unavailable response has a 5xx status code
func (*GetPrepInstructionsServiceUnavailable) IsSuccess ¶
func (o *GetPrepInstructionsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get prep instructions service unavailable response has a 2xx status code
func (*GetPrepInstructionsServiceUnavailable) String ¶
func (o *GetPrepInstructionsServiceUnavailable) String() string
type GetPrepInstructionsTooManyRequests ¶
type GetPrepInstructionsTooManyRequests struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetPrepInstructionsResponse }
GetPrepInstructionsTooManyRequests describes a response with status code 429, with default header values.
The frequency of requests was greater than allowed.
func NewGetPrepInstructionsTooManyRequests ¶
func NewGetPrepInstructionsTooManyRequests() *GetPrepInstructionsTooManyRequests
NewGetPrepInstructionsTooManyRequests creates a GetPrepInstructionsTooManyRequests with default headers values
func (*GetPrepInstructionsTooManyRequests) Error ¶
func (o *GetPrepInstructionsTooManyRequests) Error() string
func (*GetPrepInstructionsTooManyRequests) GetPayload ¶
func (o *GetPrepInstructionsTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.GetPrepInstructionsResponse
func (*GetPrepInstructionsTooManyRequests) IsClientError ¶
func (o *GetPrepInstructionsTooManyRequests) IsClientError() bool
IsClientError returns true when this get prep instructions too many requests response has a 4xx status code
func (*GetPrepInstructionsTooManyRequests) IsCode ¶
func (o *GetPrepInstructionsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get prep instructions too many requests response a status code equal to that given
func (*GetPrepInstructionsTooManyRequests) IsRedirect ¶
func (o *GetPrepInstructionsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get prep instructions too many requests response has a 3xx status code
func (*GetPrepInstructionsTooManyRequests) IsServerError ¶
func (o *GetPrepInstructionsTooManyRequests) IsServerError() bool
IsServerError returns true when this get prep instructions too many requests response has a 5xx status code
func (*GetPrepInstructionsTooManyRequests) IsSuccess ¶
func (o *GetPrepInstructionsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get prep instructions too many requests response has a 2xx status code
func (*GetPrepInstructionsTooManyRequests) String ¶
func (o *GetPrepInstructionsTooManyRequests) String() string
type GetPrepInstructionsUnauthorized ¶
type GetPrepInstructionsUnauthorized struct { string }XAmznRequestID
GetPrepInstructionsUnauthorized 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 NewGetPrepInstructionsUnauthorized ¶
func NewGetPrepInstructionsUnauthorized() *GetPrepInstructionsUnauthorized
NewGetPrepInstructionsUnauthorized creates a GetPrepInstructionsUnauthorized with default headers values
func (*GetPrepInstructionsUnauthorized) Error ¶
func (o *GetPrepInstructionsUnauthorized) Error() string
func (*GetPrepInstructionsUnauthorized) GetPayload ¶
func (o *GetPrepInstructionsUnauthorized) GetPayload() *fulfillment_inbound_v0_models.GetPrepInstructionsResponse
func (*GetPrepInstructionsUnauthorized) IsClientError ¶
func (o *GetPrepInstructionsUnauthorized) IsClientError() bool
IsClientError returns true when this get prep instructions unauthorized response has a 4xx status code
func (*GetPrepInstructionsUnauthorized) IsCode ¶
func (o *GetPrepInstructionsUnauthorized) IsCode(code int) bool
IsCode returns true when this get prep instructions unauthorized response a status code equal to that given
func (*GetPrepInstructionsUnauthorized) IsRedirect ¶
func (o *GetPrepInstructionsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get prep instructions unauthorized response has a 3xx status code
func (*GetPrepInstructionsUnauthorized) IsServerError ¶
func (o *GetPrepInstructionsUnauthorized) IsServerError() bool
IsServerError returns true when this get prep instructions unauthorized response has a 5xx status code
func (*GetPrepInstructionsUnauthorized) IsSuccess ¶
func (o *GetPrepInstructionsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get prep instructions unauthorized response has a 2xx status code
func (*GetPrepInstructionsUnauthorized) String ¶
func (o *GetPrepInstructionsUnauthorized) String() string
type GetShipmentItemsBadRequest ¶
type GetShipmentItemsBadRequest struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetShipmentItemsResponse }
GetShipmentItemsBadRequest describes a response with status code 400, with default header values.
Request has missing or invalid parameters and cannot be parsed.
func NewGetShipmentItemsBadRequest ¶
func NewGetShipmentItemsBadRequest() *GetShipmentItemsBadRequest
NewGetShipmentItemsBadRequest creates a GetShipmentItemsBadRequest with default headers values
func (*GetShipmentItemsBadRequest) Error ¶
func (o *GetShipmentItemsBadRequest) Error() string
func (*GetShipmentItemsBadRequest) GetPayload ¶
func (o *GetShipmentItemsBadRequest) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
func (*GetShipmentItemsBadRequest) IsClientError ¶
func (o *GetShipmentItemsBadRequest) IsClientError() bool
IsClientError returns true when this get shipment items bad request response has a 4xx status code
func (*GetShipmentItemsBadRequest) IsCode ¶
func (o *GetShipmentItemsBadRequest) IsCode(code int) bool
IsCode returns true when this get shipment items bad request response a status code equal to that given
func (*GetShipmentItemsBadRequest) IsRedirect ¶
func (o *GetShipmentItemsBadRequest) IsRedirect() bool
IsRedirect returns true when this get shipment items bad request response has a 3xx status code
func (*GetShipmentItemsBadRequest) IsServerError ¶
func (o *GetShipmentItemsBadRequest) IsServerError() bool
IsServerError returns true when this get shipment items bad request response has a 5xx status code
func (*GetShipmentItemsBadRequest) IsSuccess ¶
func (o *GetShipmentItemsBadRequest) IsSuccess() bool
IsSuccess returns true when this get shipment items bad request response has a 2xx status code
func (*GetShipmentItemsBadRequest) String ¶
func (o *GetShipmentItemsBadRequest) String() string
type GetShipmentItemsByShipmentIDBadRequest ¶
type GetShipmentItemsByShipmentIDBadRequest struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetShipmentItemsResponse }
GetShipmentItemsByShipmentIDBadRequest describes a response with status code 400, with default header values.
Request has missing or invalid parameters and cannot be parsed.
func NewGetShipmentItemsByShipmentIDBadRequest ¶
func NewGetShipmentItemsByShipmentIDBadRequest() *GetShipmentItemsByShipmentIDBadRequest
NewGetShipmentItemsByShipmentIDBadRequest creates a GetShipmentItemsByShipmentIDBadRequest with default headers values
func (*GetShipmentItemsByShipmentIDBadRequest) Error ¶
func (o *GetShipmentItemsByShipmentIDBadRequest) Error() string
func (*GetShipmentItemsByShipmentIDBadRequest) GetPayload ¶
func (o *GetShipmentItemsByShipmentIDBadRequest) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
func (*GetShipmentItemsByShipmentIDBadRequest) IsClientError ¶
func (o *GetShipmentItemsByShipmentIDBadRequest) IsClientError() bool
IsClientError returns true when this get shipment items by shipment Id bad request response has a 4xx status code
func (*GetShipmentItemsByShipmentIDBadRequest) IsCode ¶
func (o *GetShipmentItemsByShipmentIDBadRequest) IsCode(code int) bool
IsCode returns true when this get shipment items by shipment Id bad request response a status code equal to that given
func (*GetShipmentItemsByShipmentIDBadRequest) IsRedirect ¶
func (o *GetShipmentItemsByShipmentIDBadRequest) IsRedirect() bool
IsRedirect returns true when this get shipment items by shipment Id bad request response has a 3xx status code
func (*GetShipmentItemsByShipmentIDBadRequest) IsServerError ¶
func (o *GetShipmentItemsByShipmentIDBadRequest) IsServerError() bool
IsServerError returns true when this get shipment items by shipment Id bad request response has a 5xx status code
func (*GetShipmentItemsByShipmentIDBadRequest) IsSuccess ¶
func (o *GetShipmentItemsByShipmentIDBadRequest) IsSuccess() bool
IsSuccess returns true when this get shipment items by shipment Id bad request response has a 2xx status code
func (*GetShipmentItemsByShipmentIDBadRequest) String ¶
func (o *GetShipmentItemsByShipmentIDBadRequest) String() string
type GetShipmentItemsByShipmentIDForbidden ¶
type GetShipmentItemsByShipmentIDForbidden struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetShipmentItemsResponse }
GetShipmentItemsByShipmentIDForbidden 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 NewGetShipmentItemsByShipmentIDForbidden ¶
func NewGetShipmentItemsByShipmentIDForbidden() *GetShipmentItemsByShipmentIDForbidden
NewGetShipmentItemsByShipmentIDForbidden creates a GetShipmentItemsByShipmentIDForbidden with default headers values
func (*GetShipmentItemsByShipmentIDForbidden) Error ¶
func (o *GetShipmentItemsByShipmentIDForbidden) Error() string
func (*GetShipmentItemsByShipmentIDForbidden) GetPayload ¶
func (o *GetShipmentItemsByShipmentIDForbidden) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
func (*GetShipmentItemsByShipmentIDForbidden) IsClientError ¶
func (o *GetShipmentItemsByShipmentIDForbidden) IsClientError() bool
IsClientError returns true when this get shipment items by shipment Id forbidden response has a 4xx status code
func (*GetShipmentItemsByShipmentIDForbidden) IsCode ¶
func (o *GetShipmentItemsByShipmentIDForbidden) IsCode(code int) bool
IsCode returns true when this get shipment items by shipment Id forbidden response a status code equal to that given
func (*GetShipmentItemsByShipmentIDForbidden) IsRedirect ¶
func (o *GetShipmentItemsByShipmentIDForbidden) IsRedirect() bool
IsRedirect returns true when this get shipment items by shipment Id forbidden response has a 3xx status code
func (*GetShipmentItemsByShipmentIDForbidden) IsServerError ¶
func (o *GetShipmentItemsByShipmentIDForbidden) IsServerError() bool
IsServerError returns true when this get shipment items by shipment Id forbidden response has a 5xx status code
func (*GetShipmentItemsByShipmentIDForbidden) IsSuccess ¶
func (o *GetShipmentItemsByShipmentIDForbidden) IsSuccess() bool
IsSuccess returns true when this get shipment items by shipment Id forbidden response has a 2xx status code
func (*GetShipmentItemsByShipmentIDForbidden) String ¶
func (o *GetShipmentItemsByShipmentIDForbidden) String() string
type GetShipmentItemsByShipmentIDInternalServerError ¶
type GetShipmentItemsByShipmentIDInternalServerError struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetShipmentItemsResponse }
GetShipmentItemsByShipmentIDInternalServerError describes a response with status code 500, with default header values.
An unexpected condition occurred that prevented the server from fulfilling the request.
func NewGetShipmentItemsByShipmentIDInternalServerError ¶
func NewGetShipmentItemsByShipmentIDInternalServerError() *GetShipmentItemsByShipmentIDInternalServerError
NewGetShipmentItemsByShipmentIDInternalServerError creates a GetShipmentItemsByShipmentIDInternalServerError with default headers values
func (*GetShipmentItemsByShipmentIDInternalServerError) Error ¶
func (o *GetShipmentItemsByShipmentIDInternalServerError) Error() string
func (*GetShipmentItemsByShipmentIDInternalServerError) GetPayload ¶
func (o *GetShipmentItemsByShipmentIDInternalServerError) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
func (*GetShipmentItemsByShipmentIDInternalServerError) IsClientError ¶
func (o *GetShipmentItemsByShipmentIDInternalServerError) IsClientError() bool
IsClientError returns true when this get shipment items by shipment Id internal server error response has a 4xx status code
func (*GetShipmentItemsByShipmentIDInternalServerError) IsCode ¶
func (o *GetShipmentItemsByShipmentIDInternalServerError) IsCode(code int) bool
IsCode returns true when this get shipment items by shipment Id internal server error response a status code equal to that given
func (*GetShipmentItemsByShipmentIDInternalServerError) IsRedirect ¶
func (o *GetShipmentItemsByShipmentIDInternalServerError) IsRedirect() bool
IsRedirect returns true when this get shipment items by shipment Id internal server error response has a 3xx status code
func (*GetShipmentItemsByShipmentIDInternalServerError) IsServerError ¶
func (o *GetShipmentItemsByShipmentIDInternalServerError) IsServerError() bool
IsServerError returns true when this get shipment items by shipment Id internal server error response has a 5xx status code
func (*GetShipmentItemsByShipmentIDInternalServerError) IsSuccess ¶
func (o *GetShipmentItemsByShipmentIDInternalServerError) IsSuccess() bool
IsSuccess returns true when this get shipment items by shipment Id internal server error response has a 2xx status code
func (*GetShipmentItemsByShipmentIDInternalServerError) String ¶
func (o *GetShipmentItemsByShipmentIDInternalServerError) String() string
type GetShipmentItemsByShipmentIDNotFound ¶
type GetShipmentItemsByShipmentIDNotFound struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetShipmentItemsResponse }
GetShipmentItemsByShipmentIDNotFound describes a response with status code 404, with default header values.
The specified resource does not exist.
func NewGetShipmentItemsByShipmentIDNotFound ¶
func NewGetShipmentItemsByShipmentIDNotFound() *GetShipmentItemsByShipmentIDNotFound
NewGetShipmentItemsByShipmentIDNotFound creates a GetShipmentItemsByShipmentIDNotFound with default headers values
func (*GetShipmentItemsByShipmentIDNotFound) Error ¶
func (o *GetShipmentItemsByShipmentIDNotFound) Error() string
func (*GetShipmentItemsByShipmentIDNotFound) GetPayload ¶
func (o *GetShipmentItemsByShipmentIDNotFound) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
func (*GetShipmentItemsByShipmentIDNotFound) IsClientError ¶
func (o *GetShipmentItemsByShipmentIDNotFound) IsClientError() bool
IsClientError returns true when this get shipment items by shipment Id not found response has a 4xx status code
func (*GetShipmentItemsByShipmentIDNotFound) IsCode ¶
func (o *GetShipmentItemsByShipmentIDNotFound) IsCode(code int) bool
IsCode returns true when this get shipment items by shipment Id not found response a status code equal to that given
func (*GetShipmentItemsByShipmentIDNotFound) IsRedirect ¶
func (o *GetShipmentItemsByShipmentIDNotFound) IsRedirect() bool
IsRedirect returns true when this get shipment items by shipment Id not found response has a 3xx status code
func (*GetShipmentItemsByShipmentIDNotFound) IsServerError ¶
func (o *GetShipmentItemsByShipmentIDNotFound) IsServerError() bool
IsServerError returns true when this get shipment items by shipment Id not found response has a 5xx status code
func (*GetShipmentItemsByShipmentIDNotFound) IsSuccess ¶
func (o *GetShipmentItemsByShipmentIDNotFound) IsSuccess() bool
IsSuccess returns true when this get shipment items by shipment Id not found response has a 2xx status code
func (*GetShipmentItemsByShipmentIDNotFound) String ¶
func (o *GetShipmentItemsByShipmentIDNotFound) String() string
type GetShipmentItemsByShipmentIDOK ¶
type GetShipmentItemsByShipmentIDOK struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetShipmentItemsResponse }
GetShipmentItemsByShipmentIDOK describes a response with status code 200, with default header values.
Success.
func NewGetShipmentItemsByShipmentIDOK ¶
func NewGetShipmentItemsByShipmentIDOK() *GetShipmentItemsByShipmentIDOK
NewGetShipmentItemsByShipmentIDOK creates a GetShipmentItemsByShipmentIDOK with default headers values
func (*GetShipmentItemsByShipmentIDOK) Error ¶
func (o *GetShipmentItemsByShipmentIDOK) Error() string
func (*GetShipmentItemsByShipmentIDOK) GetPayload ¶
func (o *GetShipmentItemsByShipmentIDOK) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
func (*GetShipmentItemsByShipmentIDOK) IsClientError ¶
func (o *GetShipmentItemsByShipmentIDOK) IsClientError() bool
IsClientError returns true when this get shipment items by shipment Id o k response has a 4xx status code
func (*GetShipmentItemsByShipmentIDOK) IsCode ¶
func (o *GetShipmentItemsByShipmentIDOK) IsCode(code int) bool
IsCode returns true when this get shipment items by shipment Id o k response a status code equal to that given
func (*GetShipmentItemsByShipmentIDOK) IsRedirect ¶
func (o *GetShipmentItemsByShipmentIDOK) IsRedirect() bool
IsRedirect returns true when this get shipment items by shipment Id o k response has a 3xx status code
func (*GetShipmentItemsByShipmentIDOK) IsServerError ¶
func (o *GetShipmentItemsByShipmentIDOK) IsServerError() bool
IsServerError returns true when this get shipment items by shipment Id o k response has a 5xx status code
func (*GetShipmentItemsByShipmentIDOK) IsSuccess ¶
func (o *GetShipmentItemsByShipmentIDOK) IsSuccess() bool
IsSuccess returns true when this get shipment items by shipment Id o k response has a 2xx status code
func (*GetShipmentItemsByShipmentIDOK) String ¶
func (o *GetShipmentItemsByShipmentIDOK) String() string
type GetShipmentItemsByShipmentIDParams ¶
type GetShipmentItemsByShipmentIDParams struct { /* MarketplaceID. A marketplace identifier. Specifies the marketplace where the product would be stored. */ MarketplaceID string /* ShipmentID. A shipment identifier used for selecting items in a specific inbound shipment. */ ShipmentID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetShipmentItemsByShipmentIDParams contains all the parameters to send to the API endpoint
for the get shipment items by shipment Id operation. Typically these are written to a http.Request.
func NewGetShipmentItemsByShipmentIDParams ¶
func NewGetShipmentItemsByShipmentIDParams() *GetShipmentItemsByShipmentIDParams
NewGetShipmentItemsByShipmentIDParams creates a new GetShipmentItemsByShipmentIDParams 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 NewGetShipmentItemsByShipmentIDParamsWithContext ¶
func NewGetShipmentItemsByShipmentIDParamsWithContext(ctx context.Context) *GetShipmentItemsByShipmentIDParams
NewGetShipmentItemsByShipmentIDParamsWithContext creates a new GetShipmentItemsByShipmentIDParams object with the ability to set a context for a request.
func NewGetShipmentItemsByShipmentIDParamsWithHTTPClient ¶
func NewGetShipmentItemsByShipmentIDParamsWithHTTPClient(client *http.Client) *GetShipmentItemsByShipmentIDParams
NewGetShipmentItemsByShipmentIDParamsWithHTTPClient creates a new GetShipmentItemsByShipmentIDParams object with the ability to set a custom HTTPClient for a request.
func NewGetShipmentItemsByShipmentIDParamsWithTimeout ¶
func NewGetShipmentItemsByShipmentIDParamsWithTimeout(timeout time.Duration) *GetShipmentItemsByShipmentIDParams
NewGetShipmentItemsByShipmentIDParamsWithTimeout creates a new GetShipmentItemsByShipmentIDParams object with the ability to set a timeout on a request.
func (*GetShipmentItemsByShipmentIDParams) SetContext ¶
func (o *GetShipmentItemsByShipmentIDParams) SetContext(ctx context.Context)
SetContext adds the context to the get shipment items by shipment Id params
func (*GetShipmentItemsByShipmentIDParams) SetDefaults ¶
func (o *GetShipmentItemsByShipmentIDParams) SetDefaults()
SetDefaults hydrates default values in the get shipment items by shipment Id params (not the query body).
All values with no default are reset to their zero value.
func (*GetShipmentItemsByShipmentIDParams) SetHTTPClient ¶
func (o *GetShipmentItemsByShipmentIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get shipment items by shipment Id params
func (*GetShipmentItemsByShipmentIDParams) SetMarketplaceID ¶
func (o *GetShipmentItemsByShipmentIDParams) SetMarketplaceID(marketplaceID string)
SetMarketplaceID adds the marketplaceId to the get shipment items by shipment Id params
func (*GetShipmentItemsByShipmentIDParams) SetShipmentID ¶
func (o *GetShipmentItemsByShipmentIDParams) SetShipmentID(shipmentID string)
SetShipmentID adds the shipmentId to the get shipment items by shipment Id params
func (*GetShipmentItemsByShipmentIDParams) SetTimeout ¶
func (o *GetShipmentItemsByShipmentIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get shipment items by shipment Id params
func (*GetShipmentItemsByShipmentIDParams) WithContext ¶
func (o *GetShipmentItemsByShipmentIDParams) WithContext(ctx context.Context) *GetShipmentItemsByShipmentIDParams
WithContext adds the context to the get shipment items by shipment Id params
func (*GetShipmentItemsByShipmentIDParams) WithDefaults ¶
func (o *GetShipmentItemsByShipmentIDParams) WithDefaults() *GetShipmentItemsByShipmentIDParams
WithDefaults hydrates default values in the get shipment items by shipment Id params (not the query body).
All values with no default are reset to their zero value.
func (*GetShipmentItemsByShipmentIDParams) WithHTTPClient ¶
func (o *GetShipmentItemsByShipmentIDParams) WithHTTPClient(client *http.Client) *GetShipmentItemsByShipmentIDParams
WithHTTPClient adds the HTTPClient to the get shipment items by shipment Id params
func (*GetShipmentItemsByShipmentIDParams) WithMarketplaceID ¶
func (o *GetShipmentItemsByShipmentIDParams) WithMarketplaceID(marketplaceID string) *GetShipmentItemsByShipmentIDParams
WithMarketplaceID adds the marketplaceID to the get shipment items by shipment Id params
func (*GetShipmentItemsByShipmentIDParams) WithShipmentID ¶
func (o *GetShipmentItemsByShipmentIDParams) WithShipmentID(shipmentID string) *GetShipmentItemsByShipmentIDParams
WithShipmentID adds the shipmentID to the get shipment items by shipment Id params
func (*GetShipmentItemsByShipmentIDParams) WithTimeout ¶
func (o *GetShipmentItemsByShipmentIDParams) WithTimeout(timeout time.Duration) *GetShipmentItemsByShipmentIDParams
WithTimeout adds the timeout to the get shipment items by shipment Id params
func (*GetShipmentItemsByShipmentIDParams) WriteToRequest ¶
func (o *GetShipmentItemsByShipmentIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetShipmentItemsByShipmentIDReader ¶
type GetShipmentItemsByShipmentIDReader struct {
// contains filtered or unexported fields
}
GetShipmentItemsByShipmentIDReader is a Reader for the GetShipmentItemsByShipmentID structure.
func (*GetShipmentItemsByShipmentIDReader) ReadResponse ¶
func (o *GetShipmentItemsByShipmentIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetShipmentItemsByShipmentIDServiceUnavailable ¶
type GetShipmentItemsByShipmentIDServiceUnavailable struct { string }XAmznRequestID
GetShipmentItemsByShipmentIDServiceUnavailable describes a response with status code 503, with default header values.
Temporary overloading or maintenance of the server.
func NewGetShipmentItemsByShipmentIDServiceUnavailable ¶
func NewGetShipmentItemsByShipmentIDServiceUnavailable() *GetShipmentItemsByShipmentIDServiceUnavailable
NewGetShipmentItemsByShipmentIDServiceUnavailable creates a GetShipmentItemsByShipmentIDServiceUnavailable with default headers values
func (*GetShipmentItemsByShipmentIDServiceUnavailable) Error ¶
func (o *GetShipmentItemsByShipmentIDServiceUnavailable) Error() string
func (*GetShipmentItemsByShipmentIDServiceUnavailable) GetPayload ¶
func (o *GetShipmentItemsByShipmentIDServiceUnavailable) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
func (*GetShipmentItemsByShipmentIDServiceUnavailable) IsClientError ¶
func (o *GetShipmentItemsByShipmentIDServiceUnavailable) IsClientError() bool
IsClientError returns true when this get shipment items by shipment Id service unavailable response has a 4xx status code
func (*GetShipmentItemsByShipmentIDServiceUnavailable) IsCode ¶
func (o *GetShipmentItemsByShipmentIDServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get shipment items by shipment Id service unavailable response a status code equal to that given
func (*GetShipmentItemsByShipmentIDServiceUnavailable) IsRedirect ¶
func (o *GetShipmentItemsByShipmentIDServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get shipment items by shipment Id service unavailable response has a 3xx status code
func (*GetShipmentItemsByShipmentIDServiceUnavailable) IsServerError ¶
func (o *GetShipmentItemsByShipmentIDServiceUnavailable) IsServerError() bool
IsServerError returns true when this get shipment items by shipment Id service unavailable response has a 5xx status code
func (*GetShipmentItemsByShipmentIDServiceUnavailable) IsSuccess ¶
func (o *GetShipmentItemsByShipmentIDServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get shipment items by shipment Id service unavailable response has a 2xx status code
func (*GetShipmentItemsByShipmentIDServiceUnavailable) String ¶
func (o *GetShipmentItemsByShipmentIDServiceUnavailable) String() string
type GetShipmentItemsByShipmentIDTooManyRequests ¶
type GetShipmentItemsByShipmentIDTooManyRequests struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetShipmentItemsResponse }
GetShipmentItemsByShipmentIDTooManyRequests describes a response with status code 429, with default header values.
The frequency of requests was greater than allowed.
func NewGetShipmentItemsByShipmentIDTooManyRequests ¶
func NewGetShipmentItemsByShipmentIDTooManyRequests() *GetShipmentItemsByShipmentIDTooManyRequests
NewGetShipmentItemsByShipmentIDTooManyRequests creates a GetShipmentItemsByShipmentIDTooManyRequests with default headers values
func (*GetShipmentItemsByShipmentIDTooManyRequests) Error ¶
func (o *GetShipmentItemsByShipmentIDTooManyRequests) Error() string
func (*GetShipmentItemsByShipmentIDTooManyRequests) GetPayload ¶
func (o *GetShipmentItemsByShipmentIDTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
func (*GetShipmentItemsByShipmentIDTooManyRequests) IsClientError ¶
func (o *GetShipmentItemsByShipmentIDTooManyRequests) IsClientError() bool
IsClientError returns true when this get shipment items by shipment Id too many requests response has a 4xx status code
func (*GetShipmentItemsByShipmentIDTooManyRequests) IsCode ¶
func (o *GetShipmentItemsByShipmentIDTooManyRequests) IsCode(code int) bool
IsCode returns true when this get shipment items by shipment Id too many requests response a status code equal to that given
func (*GetShipmentItemsByShipmentIDTooManyRequests) IsRedirect ¶
func (o *GetShipmentItemsByShipmentIDTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get shipment items by shipment Id too many requests response has a 3xx status code
func (*GetShipmentItemsByShipmentIDTooManyRequests) IsServerError ¶
func (o *GetShipmentItemsByShipmentIDTooManyRequests) IsServerError() bool
IsServerError returns true when this get shipment items by shipment Id too many requests response has a 5xx status code
func (*GetShipmentItemsByShipmentIDTooManyRequests) IsSuccess ¶
func (o *GetShipmentItemsByShipmentIDTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get shipment items by shipment Id too many requests response has a 2xx status code
func (*GetShipmentItemsByShipmentIDTooManyRequests) String ¶
func (o *GetShipmentItemsByShipmentIDTooManyRequests) String() string
type GetShipmentItemsByShipmentIDUnauthorized ¶
type GetShipmentItemsByShipmentIDUnauthorized struct { string }XAmznRequestID
GetShipmentItemsByShipmentIDUnauthorized 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 NewGetShipmentItemsByShipmentIDUnauthorized ¶
func NewGetShipmentItemsByShipmentIDUnauthorized() *GetShipmentItemsByShipmentIDUnauthorized
NewGetShipmentItemsByShipmentIDUnauthorized creates a GetShipmentItemsByShipmentIDUnauthorized with default headers values
func (*GetShipmentItemsByShipmentIDUnauthorized) Error ¶
func (o *GetShipmentItemsByShipmentIDUnauthorized) Error() string
func (*GetShipmentItemsByShipmentIDUnauthorized) GetPayload ¶
func (o *GetShipmentItemsByShipmentIDUnauthorized) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
func (*GetShipmentItemsByShipmentIDUnauthorized) IsClientError ¶
func (o *GetShipmentItemsByShipmentIDUnauthorized) IsClientError() bool
IsClientError returns true when this get shipment items by shipment Id unauthorized response has a 4xx status code
func (*GetShipmentItemsByShipmentIDUnauthorized) IsCode ¶
func (o *GetShipmentItemsByShipmentIDUnauthorized) IsCode(code int) bool
IsCode returns true when this get shipment items by shipment Id unauthorized response a status code equal to that given
func (*GetShipmentItemsByShipmentIDUnauthorized) IsRedirect ¶
func (o *GetShipmentItemsByShipmentIDUnauthorized) IsRedirect() bool
IsRedirect returns true when this get shipment items by shipment Id unauthorized response has a 3xx status code
func (*GetShipmentItemsByShipmentIDUnauthorized) IsServerError ¶
func (o *GetShipmentItemsByShipmentIDUnauthorized) IsServerError() bool
IsServerError returns true when this get shipment items by shipment Id unauthorized response has a 5xx status code
func (*GetShipmentItemsByShipmentIDUnauthorized) IsSuccess ¶
func (o *GetShipmentItemsByShipmentIDUnauthorized) IsSuccess() bool
IsSuccess returns true when this get shipment items by shipment Id unauthorized response has a 2xx status code
func (*GetShipmentItemsByShipmentIDUnauthorized) String ¶
func (o *GetShipmentItemsByShipmentIDUnauthorized) String() string
type GetShipmentItemsForbidden ¶
type GetShipmentItemsForbidden struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetShipmentItemsResponse }
GetShipmentItemsForbidden 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 NewGetShipmentItemsForbidden ¶
func NewGetShipmentItemsForbidden() *GetShipmentItemsForbidden
NewGetShipmentItemsForbidden creates a GetShipmentItemsForbidden with default headers values
func (*GetShipmentItemsForbidden) Error ¶
func (o *GetShipmentItemsForbidden) Error() string
func (*GetShipmentItemsForbidden) GetPayload ¶
func (o *GetShipmentItemsForbidden) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
func (*GetShipmentItemsForbidden) IsClientError ¶
func (o *GetShipmentItemsForbidden) IsClientError() bool
IsClientError returns true when this get shipment items forbidden response has a 4xx status code
func (*GetShipmentItemsForbidden) IsCode ¶
func (o *GetShipmentItemsForbidden) IsCode(code int) bool
IsCode returns true when this get shipment items forbidden response a status code equal to that given
func (*GetShipmentItemsForbidden) IsRedirect ¶
func (o *GetShipmentItemsForbidden) IsRedirect() bool
IsRedirect returns true when this get shipment items forbidden response has a 3xx status code
func (*GetShipmentItemsForbidden) IsServerError ¶
func (o *GetShipmentItemsForbidden) IsServerError() bool
IsServerError returns true when this get shipment items forbidden response has a 5xx status code
func (*GetShipmentItemsForbidden) IsSuccess ¶
func (o *GetShipmentItemsForbidden) IsSuccess() bool
IsSuccess returns true when this get shipment items forbidden response has a 2xx status code
func (*GetShipmentItemsForbidden) String ¶
func (o *GetShipmentItemsForbidden) String() string
type GetShipmentItemsInternalServerError ¶
type GetShipmentItemsInternalServerError struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetShipmentItemsResponse }
GetShipmentItemsInternalServerError describes a response with status code 500, with default header values.
An unexpected condition occurred that prevented the server from fulfilling the request.
func NewGetShipmentItemsInternalServerError ¶
func NewGetShipmentItemsInternalServerError() *GetShipmentItemsInternalServerError
NewGetShipmentItemsInternalServerError creates a GetShipmentItemsInternalServerError with default headers values
func (*GetShipmentItemsInternalServerError) Error ¶
func (o *GetShipmentItemsInternalServerError) Error() string
func (*GetShipmentItemsInternalServerError) GetPayload ¶
func (o *GetShipmentItemsInternalServerError) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
func (*GetShipmentItemsInternalServerError) IsClientError ¶
func (o *GetShipmentItemsInternalServerError) IsClientError() bool
IsClientError returns true when this get shipment items internal server error response has a 4xx status code
func (*GetShipmentItemsInternalServerError) IsCode ¶
func (o *GetShipmentItemsInternalServerError) IsCode(code int) bool
IsCode returns true when this get shipment items internal server error response a status code equal to that given
func (*GetShipmentItemsInternalServerError) IsRedirect ¶
func (o *GetShipmentItemsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get shipment items internal server error response has a 3xx status code
func (*GetShipmentItemsInternalServerError) IsServerError ¶
func (o *GetShipmentItemsInternalServerError) IsServerError() bool
IsServerError returns true when this get shipment items internal server error response has a 5xx status code
func (*GetShipmentItemsInternalServerError) IsSuccess ¶
func (o *GetShipmentItemsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get shipment items internal server error response has a 2xx status code
func (*GetShipmentItemsInternalServerError) String ¶
func (o *GetShipmentItemsInternalServerError) String() string
type GetShipmentItemsNotFound ¶
type GetShipmentItemsNotFound struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetShipmentItemsResponse }
GetShipmentItemsNotFound describes a response with status code 404, with default header values.
The specified resource does not exist.
func NewGetShipmentItemsNotFound ¶
func NewGetShipmentItemsNotFound() *GetShipmentItemsNotFound
NewGetShipmentItemsNotFound creates a GetShipmentItemsNotFound with default headers values
func (*GetShipmentItemsNotFound) Error ¶
func (o *GetShipmentItemsNotFound) Error() string
func (*GetShipmentItemsNotFound) GetPayload ¶
func (o *GetShipmentItemsNotFound) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
func (*GetShipmentItemsNotFound) IsClientError ¶
func (o *GetShipmentItemsNotFound) IsClientError() bool
IsClientError returns true when this get shipment items not found response has a 4xx status code
func (*GetShipmentItemsNotFound) IsCode ¶
func (o *GetShipmentItemsNotFound) IsCode(code int) bool
IsCode returns true when this get shipment items not found response a status code equal to that given
func (*GetShipmentItemsNotFound) IsRedirect ¶
func (o *GetShipmentItemsNotFound) IsRedirect() bool
IsRedirect returns true when this get shipment items not found response has a 3xx status code
func (*GetShipmentItemsNotFound) IsServerError ¶
func (o *GetShipmentItemsNotFound) IsServerError() bool
IsServerError returns true when this get shipment items not found response has a 5xx status code
func (*GetShipmentItemsNotFound) IsSuccess ¶
func (o *GetShipmentItemsNotFound) IsSuccess() bool
IsSuccess returns true when this get shipment items not found response has a 2xx status code
func (*GetShipmentItemsNotFound) String ¶
func (o *GetShipmentItemsNotFound) String() string
type GetShipmentItemsOK ¶
type GetShipmentItemsOK struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetShipmentItemsResponse }
GetShipmentItemsOK describes a response with status code 200, with default header values.
Success.
func NewGetShipmentItemsOK ¶
func NewGetShipmentItemsOK() *GetShipmentItemsOK
NewGetShipmentItemsOK creates a GetShipmentItemsOK with default headers values
func (*GetShipmentItemsOK) Error ¶
func (o *GetShipmentItemsOK) Error() string
func (*GetShipmentItemsOK) GetPayload ¶
func (o *GetShipmentItemsOK) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
func (*GetShipmentItemsOK) IsClientError ¶
func (o *GetShipmentItemsOK) IsClientError() bool
IsClientError returns true when this get shipment items o k response has a 4xx status code
func (*GetShipmentItemsOK) IsCode ¶
func (o *GetShipmentItemsOK) IsCode(code int) bool
IsCode returns true when this get shipment items o k response a status code equal to that given
func (*GetShipmentItemsOK) IsRedirect ¶
func (o *GetShipmentItemsOK) IsRedirect() bool
IsRedirect returns true when this get shipment items o k response has a 3xx status code
func (*GetShipmentItemsOK) IsServerError ¶
func (o *GetShipmentItemsOK) IsServerError() bool
IsServerError returns true when this get shipment items o k response has a 5xx status code
func (*GetShipmentItemsOK) IsSuccess ¶
func (o *GetShipmentItemsOK) IsSuccess() bool
IsSuccess returns true when this get shipment items o k response has a 2xx status code
func (*GetShipmentItemsOK) String ¶
func (o *GetShipmentItemsOK) String() string
type GetShipmentItemsParams ¶
type GetShipmentItemsParams struct { /* LastUpdatedAfter. A date used for selecting inbound shipment items that were last updated after (or at) a specified time. The selection includes updates made by Amazon and by the seller. Format: date-time */ LastUpdatedAfter *strfmt.DateTime /* LastUpdatedBefore. A date used for selecting inbound shipment items that were last updated before (or at) a specified time. The selection includes updates made by Amazon and by the seller. Format: date-time */ LastUpdatedBefore *strfmt.DateTime /* MarketplaceID. A marketplace identifier. Specifies the marketplace where the product would be stored. */ MarketplaceID string /* NextToken. A string token returned in the response to your previous request. */ NextToken *string /* QueryType. Indicates whether items are returned using a date range (by providing the LastUpdatedAfter and LastUpdatedBefore parameters), or using NextToken, which continues returning items specified in a previous request. */ QueryType string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetShipmentItemsParams contains all the parameters to send to the API endpoint
for the get shipment items operation. Typically these are written to a http.Request.
func NewGetShipmentItemsParams ¶
func NewGetShipmentItemsParams() *GetShipmentItemsParams
NewGetShipmentItemsParams creates a new GetShipmentItemsParams 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 NewGetShipmentItemsParamsWithContext ¶
func NewGetShipmentItemsParamsWithContext(ctx context.Context) *GetShipmentItemsParams
NewGetShipmentItemsParamsWithContext creates a new GetShipmentItemsParams object with the ability to set a context for a request.
func NewGetShipmentItemsParamsWithHTTPClient ¶
func NewGetShipmentItemsParamsWithHTTPClient(client *http.Client) *GetShipmentItemsParams
NewGetShipmentItemsParamsWithHTTPClient creates a new GetShipmentItemsParams object with the ability to set a custom HTTPClient for a request.
func NewGetShipmentItemsParamsWithTimeout ¶
func NewGetShipmentItemsParamsWithTimeout(timeout time.Duration) *GetShipmentItemsParams
NewGetShipmentItemsParamsWithTimeout creates a new GetShipmentItemsParams object with the ability to set a timeout on a request.
func (*GetShipmentItemsParams) SetContext ¶
func (o *GetShipmentItemsParams) SetContext(ctx context.Context)
SetContext adds the context to the get shipment items params
func (*GetShipmentItemsParams) SetDefaults ¶
func (o *GetShipmentItemsParams) SetDefaults()
SetDefaults hydrates default values in the get shipment items params (not the query body).
All values with no default are reset to their zero value.
func (*GetShipmentItemsParams) SetHTTPClient ¶
func (o *GetShipmentItemsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get shipment items params
func (*GetShipmentItemsParams) SetLastUpdatedAfter ¶
func (o *GetShipmentItemsParams) SetLastUpdatedAfter(lastUpdatedAfter *strfmt.DateTime)
SetLastUpdatedAfter adds the lastUpdatedAfter to the get shipment items params
func (*GetShipmentItemsParams) SetLastUpdatedBefore ¶
func (o *GetShipmentItemsParams) SetLastUpdatedBefore(lastUpdatedBefore *strfmt.DateTime)
SetLastUpdatedBefore adds the lastUpdatedBefore to the get shipment items params
func (*GetShipmentItemsParams) SetMarketplaceID ¶
func (o *GetShipmentItemsParams) SetMarketplaceID(marketplaceID string)
SetMarketplaceID adds the marketplaceId to the get shipment items params
func (*GetShipmentItemsParams) SetNextToken ¶
func (o *GetShipmentItemsParams) SetNextToken(nextToken *string)
SetNextToken adds the nextToken to the get shipment items params
func (*GetShipmentItemsParams) SetQueryType ¶
func (o *GetShipmentItemsParams) SetQueryType(queryType string)
SetQueryType adds the queryType to the get shipment items params
func (*GetShipmentItemsParams) SetTimeout ¶
func (o *GetShipmentItemsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get shipment items params
func (*GetShipmentItemsParams) WithContext ¶
func (o *GetShipmentItemsParams) WithContext(ctx context.Context) *GetShipmentItemsParams
WithContext adds the context to the get shipment items params
func (*GetShipmentItemsParams) WithDefaults ¶
func (o *GetShipmentItemsParams) WithDefaults() *GetShipmentItemsParams
WithDefaults hydrates default values in the get shipment items params (not the query body).
All values with no default are reset to their zero value.
func (*GetShipmentItemsParams) WithHTTPClient ¶
func (o *GetShipmentItemsParams) WithHTTPClient(client *http.Client) *GetShipmentItemsParams
WithHTTPClient adds the HTTPClient to the get shipment items params
func (*GetShipmentItemsParams) WithLastUpdatedAfter ¶
func (o *GetShipmentItemsParams) WithLastUpdatedAfter(lastUpdatedAfter *strfmt.DateTime) *GetShipmentItemsParams
WithLastUpdatedAfter adds the lastUpdatedAfter to the get shipment items params
func (*GetShipmentItemsParams) WithLastUpdatedBefore ¶
func (o *GetShipmentItemsParams) WithLastUpdatedBefore(lastUpdatedBefore *strfmt.DateTime) *GetShipmentItemsParams
WithLastUpdatedBefore adds the lastUpdatedBefore to the get shipment items params
func (*GetShipmentItemsParams) WithMarketplaceID ¶
func (o *GetShipmentItemsParams) WithMarketplaceID(marketplaceID string) *GetShipmentItemsParams
WithMarketplaceID adds the marketplaceID to the get shipment items params
func (*GetShipmentItemsParams) WithNextToken ¶
func (o *GetShipmentItemsParams) WithNextToken(nextToken *string) *GetShipmentItemsParams
WithNextToken adds the nextToken to the get shipment items params
func (*GetShipmentItemsParams) WithQueryType ¶
func (o *GetShipmentItemsParams) WithQueryType(queryType string) *GetShipmentItemsParams
WithQueryType adds the queryType to the get shipment items params
func (*GetShipmentItemsParams) WithTimeout ¶
func (o *GetShipmentItemsParams) WithTimeout(timeout time.Duration) *GetShipmentItemsParams
WithTimeout adds the timeout to the get shipment items params
func (*GetShipmentItemsParams) WriteToRequest ¶
func (o *GetShipmentItemsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetShipmentItemsReader ¶
type GetShipmentItemsReader struct {
// contains filtered or unexported fields
}
GetShipmentItemsReader is a Reader for the GetShipmentItems structure.
func (*GetShipmentItemsReader) ReadResponse ¶
func (o *GetShipmentItemsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetShipmentItemsServiceUnavailable ¶
type GetShipmentItemsServiceUnavailable struct { string }XAmznRequestID
GetShipmentItemsServiceUnavailable describes a response with status code 503, with default header values.
Temporary overloading or maintenance of the server.
func NewGetShipmentItemsServiceUnavailable ¶
func NewGetShipmentItemsServiceUnavailable() *GetShipmentItemsServiceUnavailable
NewGetShipmentItemsServiceUnavailable creates a GetShipmentItemsServiceUnavailable with default headers values
func (*GetShipmentItemsServiceUnavailable) Error ¶
func (o *GetShipmentItemsServiceUnavailable) Error() string
func (*GetShipmentItemsServiceUnavailable) GetPayload ¶
func (o *GetShipmentItemsServiceUnavailable) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
func (*GetShipmentItemsServiceUnavailable) IsClientError ¶
func (o *GetShipmentItemsServiceUnavailable) IsClientError() bool
IsClientError returns true when this get shipment items service unavailable response has a 4xx status code
func (*GetShipmentItemsServiceUnavailable) IsCode ¶
func (o *GetShipmentItemsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get shipment items service unavailable response a status code equal to that given
func (*GetShipmentItemsServiceUnavailable) IsRedirect ¶
func (o *GetShipmentItemsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get shipment items service unavailable response has a 3xx status code
func (*GetShipmentItemsServiceUnavailable) IsServerError ¶
func (o *GetShipmentItemsServiceUnavailable) IsServerError() bool
IsServerError returns true when this get shipment items service unavailable response has a 5xx status code
func (*GetShipmentItemsServiceUnavailable) IsSuccess ¶
func (o *GetShipmentItemsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get shipment items service unavailable response has a 2xx status code
func (*GetShipmentItemsServiceUnavailable) String ¶
func (o *GetShipmentItemsServiceUnavailable) String() string
type GetShipmentItemsTooManyRequests ¶
type GetShipmentItemsTooManyRequests struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetShipmentItemsResponse }
GetShipmentItemsTooManyRequests describes a response with status code 429, with default header values.
The frequency of requests was greater than allowed.
func NewGetShipmentItemsTooManyRequests ¶
func NewGetShipmentItemsTooManyRequests() *GetShipmentItemsTooManyRequests
NewGetShipmentItemsTooManyRequests creates a GetShipmentItemsTooManyRequests with default headers values
func (*GetShipmentItemsTooManyRequests) Error ¶
func (o *GetShipmentItemsTooManyRequests) Error() string
func (*GetShipmentItemsTooManyRequests) GetPayload ¶
func (o *GetShipmentItemsTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
func (*GetShipmentItemsTooManyRequests) IsClientError ¶
func (o *GetShipmentItemsTooManyRequests) IsClientError() bool
IsClientError returns true when this get shipment items too many requests response has a 4xx status code
func (*GetShipmentItemsTooManyRequests) IsCode ¶
func (o *GetShipmentItemsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get shipment items too many requests response a status code equal to that given
func (*GetShipmentItemsTooManyRequests) IsRedirect ¶
func (o *GetShipmentItemsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get shipment items too many requests response has a 3xx status code
func (*GetShipmentItemsTooManyRequests) IsServerError ¶
func (o *GetShipmentItemsTooManyRequests) IsServerError() bool
IsServerError returns true when this get shipment items too many requests response has a 5xx status code
func (*GetShipmentItemsTooManyRequests) IsSuccess ¶
func (o *GetShipmentItemsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get shipment items too many requests response has a 2xx status code
func (*GetShipmentItemsTooManyRequests) String ¶
func (o *GetShipmentItemsTooManyRequests) String() string
type GetShipmentItemsUnauthorized ¶
type GetShipmentItemsUnauthorized struct { string }XAmznRequestID
GetShipmentItemsUnauthorized 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 NewGetShipmentItemsUnauthorized ¶
func NewGetShipmentItemsUnauthorized() *GetShipmentItemsUnauthorized
NewGetShipmentItemsUnauthorized creates a GetShipmentItemsUnauthorized with default headers values
func (*GetShipmentItemsUnauthorized) Error ¶
func (o *GetShipmentItemsUnauthorized) Error() string
func (*GetShipmentItemsUnauthorized) GetPayload ¶
func (o *GetShipmentItemsUnauthorized) GetPayload() *fulfillment_inbound_v0_models.GetShipmentItemsResponse
func (*GetShipmentItemsUnauthorized) IsClientError ¶
func (o *GetShipmentItemsUnauthorized) IsClientError() bool
IsClientError returns true when this get shipment items unauthorized response has a 4xx status code
func (*GetShipmentItemsUnauthorized) IsCode ¶
func (o *GetShipmentItemsUnauthorized) IsCode(code int) bool
IsCode returns true when this get shipment items unauthorized response a status code equal to that given
func (*GetShipmentItemsUnauthorized) IsRedirect ¶
func (o *GetShipmentItemsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get shipment items unauthorized response has a 3xx status code
func (*GetShipmentItemsUnauthorized) IsServerError ¶
func (o *GetShipmentItemsUnauthorized) IsServerError() bool
IsServerError returns true when this get shipment items unauthorized response has a 5xx status code
func (*GetShipmentItemsUnauthorized) IsSuccess ¶
func (o *GetShipmentItemsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get shipment items unauthorized response has a 2xx status code
func (*GetShipmentItemsUnauthorized) String ¶
func (o *GetShipmentItemsUnauthorized) String() string
type GetShipmentsBadRequest ¶
type GetShipmentsBadRequest struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetShipmentsResponse }
GetShipmentsBadRequest describes a response with status code 400, with default header values.
Request has missing or invalid parameters and cannot be parsed.
func NewGetShipmentsBadRequest ¶
func NewGetShipmentsBadRequest() *GetShipmentsBadRequest
NewGetShipmentsBadRequest creates a GetShipmentsBadRequest with default headers values
func (*GetShipmentsBadRequest) Error ¶
func (o *GetShipmentsBadRequest) Error() string
func (*GetShipmentsBadRequest) GetPayload ¶
func (o *GetShipmentsBadRequest) GetPayload() *fulfillment_inbound_v0_models.GetShipmentsResponse
func (*GetShipmentsBadRequest) IsClientError ¶
func (o *GetShipmentsBadRequest) IsClientError() bool
IsClientError returns true when this get shipments bad request response has a 4xx status code
func (*GetShipmentsBadRequest) IsCode ¶
func (o *GetShipmentsBadRequest) IsCode(code int) bool
IsCode returns true when this get shipments bad request response a status code equal to that given
func (*GetShipmentsBadRequest) IsRedirect ¶
func (o *GetShipmentsBadRequest) IsRedirect() bool
IsRedirect returns true when this get shipments bad request response has a 3xx status code
func (*GetShipmentsBadRequest) IsServerError ¶
func (o *GetShipmentsBadRequest) IsServerError() bool
IsServerError returns true when this get shipments bad request response has a 5xx status code
func (*GetShipmentsBadRequest) IsSuccess ¶
func (o *GetShipmentsBadRequest) IsSuccess() bool
IsSuccess returns true when this get shipments bad request response has a 2xx status code
func (*GetShipmentsBadRequest) String ¶
func (o *GetShipmentsBadRequest) String() string
type GetShipmentsForbidden ¶
type GetShipmentsForbidden struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetShipmentsResponse }
GetShipmentsForbidden 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 NewGetShipmentsForbidden ¶
func NewGetShipmentsForbidden() *GetShipmentsForbidden
NewGetShipmentsForbidden creates a GetShipmentsForbidden with default headers values
func (*GetShipmentsForbidden) Error ¶
func (o *GetShipmentsForbidden) Error() string
func (*GetShipmentsForbidden) GetPayload ¶
func (o *GetShipmentsForbidden) GetPayload() *fulfillment_inbound_v0_models.GetShipmentsResponse
func (*GetShipmentsForbidden) IsClientError ¶
func (o *GetShipmentsForbidden) IsClientError() bool
IsClientError returns true when this get shipments forbidden response has a 4xx status code
func (*GetShipmentsForbidden) IsCode ¶
func (o *GetShipmentsForbidden) IsCode(code int) bool
IsCode returns true when this get shipments forbidden response a status code equal to that given
func (*GetShipmentsForbidden) IsRedirect ¶
func (o *GetShipmentsForbidden) IsRedirect() bool
IsRedirect returns true when this get shipments forbidden response has a 3xx status code
func (*GetShipmentsForbidden) IsServerError ¶
func (o *GetShipmentsForbidden) IsServerError() bool
IsServerError returns true when this get shipments forbidden response has a 5xx status code
func (*GetShipmentsForbidden) IsSuccess ¶
func (o *GetShipmentsForbidden) IsSuccess() bool
IsSuccess returns true when this get shipments forbidden response has a 2xx status code
func (*GetShipmentsForbidden) String ¶
func (o *GetShipmentsForbidden) String() string
type GetShipmentsInternalServerError ¶
type GetShipmentsInternalServerError struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetShipmentsResponse }
GetShipmentsInternalServerError describes a response with status code 500, with default header values.
An unexpected condition occurred that prevented the server from fulfilling the request.
func NewGetShipmentsInternalServerError ¶
func NewGetShipmentsInternalServerError() *GetShipmentsInternalServerError
NewGetShipmentsInternalServerError creates a GetShipmentsInternalServerError with default headers values
func (*GetShipmentsInternalServerError) Error ¶
func (o *GetShipmentsInternalServerError) Error() string
func (*GetShipmentsInternalServerError) GetPayload ¶
func (o *GetShipmentsInternalServerError) GetPayload() *fulfillment_inbound_v0_models.GetShipmentsResponse
func (*GetShipmentsInternalServerError) IsClientError ¶
func (o *GetShipmentsInternalServerError) IsClientError() bool
IsClientError returns true when this get shipments internal server error response has a 4xx status code
func (*GetShipmentsInternalServerError) IsCode ¶
func (o *GetShipmentsInternalServerError) IsCode(code int) bool
IsCode returns true when this get shipments internal server error response a status code equal to that given
func (*GetShipmentsInternalServerError) IsRedirect ¶
func (o *GetShipmentsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get shipments internal server error response has a 3xx status code
func (*GetShipmentsInternalServerError) IsServerError ¶
func (o *GetShipmentsInternalServerError) IsServerError() bool
IsServerError returns true when this get shipments internal server error response has a 5xx status code
func (*GetShipmentsInternalServerError) IsSuccess ¶
func (o *GetShipmentsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get shipments internal server error response has a 2xx status code
func (*GetShipmentsInternalServerError) String ¶
func (o *GetShipmentsInternalServerError) String() string
type GetShipmentsNotFound ¶
type GetShipmentsNotFound struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetShipmentsResponse }
GetShipmentsNotFound describes a response with status code 404, with default header values.
The specified resource does not exist.
func NewGetShipmentsNotFound ¶
func NewGetShipmentsNotFound() *GetShipmentsNotFound
NewGetShipmentsNotFound creates a GetShipmentsNotFound with default headers values
func (*GetShipmentsNotFound) Error ¶
func (o *GetShipmentsNotFound) Error() string
func (*GetShipmentsNotFound) GetPayload ¶
func (o *GetShipmentsNotFound) GetPayload() *fulfillment_inbound_v0_models.GetShipmentsResponse
func (*GetShipmentsNotFound) IsClientError ¶
func (o *GetShipmentsNotFound) IsClientError() bool
IsClientError returns true when this get shipments not found response has a 4xx status code
func (*GetShipmentsNotFound) IsCode ¶
func (o *GetShipmentsNotFound) IsCode(code int) bool
IsCode returns true when this get shipments not found response a status code equal to that given
func (*GetShipmentsNotFound) IsRedirect ¶
func (o *GetShipmentsNotFound) IsRedirect() bool
IsRedirect returns true when this get shipments not found response has a 3xx status code
func (*GetShipmentsNotFound) IsServerError ¶
func (o *GetShipmentsNotFound) IsServerError() bool
IsServerError returns true when this get shipments not found response has a 5xx status code
func (*GetShipmentsNotFound) IsSuccess ¶
func (o *GetShipmentsNotFound) IsSuccess() bool
IsSuccess returns true when this get shipments not found response has a 2xx status code
func (*GetShipmentsNotFound) String ¶
func (o *GetShipmentsNotFound) String() string
type GetShipmentsOK ¶
type GetShipmentsOK struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetShipmentsResponse }
GetShipmentsOK describes a response with status code 200, with default header values.
Success.
func NewGetShipmentsOK ¶
func NewGetShipmentsOK() *GetShipmentsOK
NewGetShipmentsOK creates a GetShipmentsOK with default headers values
func (*GetShipmentsOK) Error ¶
func (o *GetShipmentsOK) Error() string
func (*GetShipmentsOK) GetPayload ¶
func (o *GetShipmentsOK) GetPayload() *fulfillment_inbound_v0_models.GetShipmentsResponse
func (*GetShipmentsOK) IsClientError ¶
func (o *GetShipmentsOK) IsClientError() bool
IsClientError returns true when this get shipments o k response has a 4xx status code
func (*GetShipmentsOK) IsCode ¶
func (o *GetShipmentsOK) IsCode(code int) bool
IsCode returns true when this get shipments o k response a status code equal to that given
func (*GetShipmentsOK) IsRedirect ¶
func (o *GetShipmentsOK) IsRedirect() bool
IsRedirect returns true when this get shipments o k response has a 3xx status code
func (*GetShipmentsOK) IsServerError ¶
func (o *GetShipmentsOK) IsServerError() bool
IsServerError returns true when this get shipments o k response has a 5xx status code
func (*GetShipmentsOK) IsSuccess ¶
func (o *GetShipmentsOK) IsSuccess() bool
IsSuccess returns true when this get shipments o k response has a 2xx status code
func (*GetShipmentsOK) String ¶
func (o *GetShipmentsOK) String() string
type GetShipmentsParams ¶
type GetShipmentsParams struct { /* LastUpdatedAfter. A date used for selecting inbound shipments that were last updated after (or at) a specified time. The selection includes updates made by Amazon and by the seller. Format: date-time */ LastUpdatedAfter *strfmt.DateTime /* LastUpdatedBefore. A date used for selecting inbound shipments that were last updated before (or at) a specified time. The selection includes updates made by Amazon and by the seller. Format: date-time */ LastUpdatedBefore *strfmt.DateTime /* MarketplaceID. A marketplace identifier. Specifies the marketplace where the product would be stored. */ MarketplaceID string /* NextToken. A string token returned in the response to your previous request. */ NextToken *string /* QueryType. Indicates whether shipments are returned using shipment information (by providing the ShipmentStatusList or ShipmentIdList parameters), using a date range (by providing the LastUpdatedAfter and LastUpdatedBefore parameters), or by using NextToken to continue returning items specified in a previous request. */ QueryType string /* ShipmentIDList. A list of shipment IDs used to select the shipments that you want. If both ShipmentStatusList and ShipmentIdList are specified, only shipments that match both parameters are returned. */ ShipmentIDList []string /* ShipmentStatusList. A list of ShipmentStatus values. Used to select shipments with a current status that matches the status values that you specify. */ ShipmentStatusList []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetShipmentsParams contains all the parameters to send to the API endpoint
for the get shipments operation. Typically these are written to a http.Request.
func NewGetShipmentsParams ¶
func NewGetShipmentsParams() *GetShipmentsParams
NewGetShipmentsParams creates a new GetShipmentsParams 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 NewGetShipmentsParamsWithContext ¶
func NewGetShipmentsParamsWithContext(ctx context.Context) *GetShipmentsParams
NewGetShipmentsParamsWithContext creates a new GetShipmentsParams object with the ability to set a context for a request.
func NewGetShipmentsParamsWithHTTPClient ¶
func NewGetShipmentsParamsWithHTTPClient(client *http.Client) *GetShipmentsParams
NewGetShipmentsParamsWithHTTPClient creates a new GetShipmentsParams object with the ability to set a custom HTTPClient for a request.
func NewGetShipmentsParamsWithTimeout ¶
func NewGetShipmentsParamsWithTimeout(timeout time.Duration) *GetShipmentsParams
NewGetShipmentsParamsWithTimeout creates a new GetShipmentsParams object with the ability to set a timeout on a request.
func (*GetShipmentsParams) SetContext ¶
func (o *GetShipmentsParams) SetContext(ctx context.Context)
SetContext adds the context to the get shipments params
func (*GetShipmentsParams) SetDefaults ¶
func (o *GetShipmentsParams) SetDefaults()
SetDefaults hydrates default values in the get shipments params (not the query body).
All values with no default are reset to their zero value.
func (*GetShipmentsParams) SetHTTPClient ¶
func (o *GetShipmentsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get shipments params
func (*GetShipmentsParams) SetLastUpdatedAfter ¶
func (o *GetShipmentsParams) SetLastUpdatedAfter(lastUpdatedAfter *strfmt.DateTime)
SetLastUpdatedAfter adds the lastUpdatedAfter to the get shipments params
func (*GetShipmentsParams) SetLastUpdatedBefore ¶
func (o *GetShipmentsParams) SetLastUpdatedBefore(lastUpdatedBefore *strfmt.DateTime)
SetLastUpdatedBefore adds the lastUpdatedBefore to the get shipments params
func (*GetShipmentsParams) SetMarketplaceID ¶
func (o *GetShipmentsParams) SetMarketplaceID(marketplaceID string)
SetMarketplaceID adds the marketplaceId to the get shipments params
func (*GetShipmentsParams) SetNextToken ¶
func (o *GetShipmentsParams) SetNextToken(nextToken *string)
SetNextToken adds the nextToken to the get shipments params
func (*GetShipmentsParams) SetQueryType ¶
func (o *GetShipmentsParams) SetQueryType(queryType string)
SetQueryType adds the queryType to the get shipments params
func (*GetShipmentsParams) SetShipmentIDList ¶
func (o *GetShipmentsParams) SetShipmentIDList(shipmentIDList []string)
SetShipmentIDList adds the shipmentIdList to the get shipments params
func (*GetShipmentsParams) SetShipmentStatusList ¶
func (o *GetShipmentsParams) SetShipmentStatusList(shipmentStatusList []string)
SetShipmentStatusList adds the shipmentStatusList to the get shipments params
func (*GetShipmentsParams) SetTimeout ¶
func (o *GetShipmentsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get shipments params
func (*GetShipmentsParams) WithContext ¶
func (o *GetShipmentsParams) WithContext(ctx context.Context) *GetShipmentsParams
WithContext adds the context to the get shipments params
func (*GetShipmentsParams) WithDefaults ¶
func (o *GetShipmentsParams) WithDefaults() *GetShipmentsParams
WithDefaults hydrates default values in the get shipments params (not the query body).
All values with no default are reset to their zero value.
func (*GetShipmentsParams) WithHTTPClient ¶
func (o *GetShipmentsParams) WithHTTPClient(client *http.Client) *GetShipmentsParams
WithHTTPClient adds the HTTPClient to the get shipments params
func (*GetShipmentsParams) WithLastUpdatedAfter ¶
func (o *GetShipmentsParams) WithLastUpdatedAfter(lastUpdatedAfter *strfmt.DateTime) *GetShipmentsParams
WithLastUpdatedAfter adds the lastUpdatedAfter to the get shipments params
func (*GetShipmentsParams) WithLastUpdatedBefore ¶
func (o *GetShipmentsParams) WithLastUpdatedBefore(lastUpdatedBefore *strfmt.DateTime) *GetShipmentsParams
WithLastUpdatedBefore adds the lastUpdatedBefore to the get shipments params
func (*GetShipmentsParams) WithMarketplaceID ¶
func (o *GetShipmentsParams) WithMarketplaceID(marketplaceID string) *GetShipmentsParams
WithMarketplaceID adds the marketplaceID to the get shipments params
func (*GetShipmentsParams) WithNextToken ¶
func (o *GetShipmentsParams) WithNextToken(nextToken *string) *GetShipmentsParams
WithNextToken adds the nextToken to the get shipments params
func (*GetShipmentsParams) WithQueryType ¶
func (o *GetShipmentsParams) WithQueryType(queryType string) *GetShipmentsParams
WithQueryType adds the queryType to the get shipments params
func (*GetShipmentsParams) WithShipmentIDList ¶
func (o *GetShipmentsParams) WithShipmentIDList(shipmentIDList []string) *GetShipmentsParams
WithShipmentIDList adds the shipmentIDList to the get shipments params
func (*GetShipmentsParams) WithShipmentStatusList ¶
func (o *GetShipmentsParams) WithShipmentStatusList(shipmentStatusList []string) *GetShipmentsParams
WithShipmentStatusList adds the shipmentStatusList to the get shipments params
func (*GetShipmentsParams) WithTimeout ¶
func (o *GetShipmentsParams) WithTimeout(timeout time.Duration) *GetShipmentsParams
WithTimeout adds the timeout to the get shipments params
func (*GetShipmentsParams) WriteToRequest ¶
func (o *GetShipmentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetShipmentsReader ¶
type GetShipmentsReader struct {
// contains filtered or unexported fields
}
GetShipmentsReader is a Reader for the GetShipments structure.
func (*GetShipmentsReader) ReadResponse ¶
func (o *GetShipmentsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetShipmentsServiceUnavailable ¶
type GetShipmentsServiceUnavailable struct { string }XAmznRequestID
GetShipmentsServiceUnavailable describes a response with status code 503, with default header values.
Temporary overloading or maintenance of the server.
func NewGetShipmentsServiceUnavailable ¶
func NewGetShipmentsServiceUnavailable() *GetShipmentsServiceUnavailable
NewGetShipmentsServiceUnavailable creates a GetShipmentsServiceUnavailable with default headers values
func (*GetShipmentsServiceUnavailable) Error ¶
func (o *GetShipmentsServiceUnavailable) Error() string
func (*GetShipmentsServiceUnavailable) GetPayload ¶
func (o *GetShipmentsServiceUnavailable) GetPayload() *fulfillment_inbound_v0_models.GetShipmentsResponse
func (*GetShipmentsServiceUnavailable) IsClientError ¶
func (o *GetShipmentsServiceUnavailable) IsClientError() bool
IsClientError returns true when this get shipments service unavailable response has a 4xx status code
func (*GetShipmentsServiceUnavailable) IsCode ¶
func (o *GetShipmentsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get shipments service unavailable response a status code equal to that given
func (*GetShipmentsServiceUnavailable) IsRedirect ¶
func (o *GetShipmentsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get shipments service unavailable response has a 3xx status code
func (*GetShipmentsServiceUnavailable) IsServerError ¶
func (o *GetShipmentsServiceUnavailable) IsServerError() bool
IsServerError returns true when this get shipments service unavailable response has a 5xx status code
func (*GetShipmentsServiceUnavailable) IsSuccess ¶
func (o *GetShipmentsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get shipments service unavailable response has a 2xx status code
func (*GetShipmentsServiceUnavailable) String ¶
func (o *GetShipmentsServiceUnavailable) String() string
type GetShipmentsTooManyRequests ¶
type GetShipmentsTooManyRequests struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetShipmentsResponse }
GetShipmentsTooManyRequests describes a response with status code 429, with default header values.
The frequency of requests was greater than allowed.
func NewGetShipmentsTooManyRequests ¶
func NewGetShipmentsTooManyRequests() *GetShipmentsTooManyRequests
NewGetShipmentsTooManyRequests creates a GetShipmentsTooManyRequests with default headers values
func (*GetShipmentsTooManyRequests) Error ¶
func (o *GetShipmentsTooManyRequests) Error() string
func (*GetShipmentsTooManyRequests) GetPayload ¶
func (o *GetShipmentsTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.GetShipmentsResponse
func (*GetShipmentsTooManyRequests) IsClientError ¶
func (o *GetShipmentsTooManyRequests) IsClientError() bool
IsClientError returns true when this get shipments too many requests response has a 4xx status code
func (*GetShipmentsTooManyRequests) IsCode ¶
func (o *GetShipmentsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get shipments too many requests response a status code equal to that given
func (*GetShipmentsTooManyRequests) IsRedirect ¶
func (o *GetShipmentsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get shipments too many requests response has a 3xx status code
func (*GetShipmentsTooManyRequests) IsServerError ¶
func (o *GetShipmentsTooManyRequests) IsServerError() bool
IsServerError returns true when this get shipments too many requests response has a 5xx status code
func (*GetShipmentsTooManyRequests) IsSuccess ¶
func (o *GetShipmentsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get shipments too many requests response has a 2xx status code
func (*GetShipmentsTooManyRequests) String ¶
func (o *GetShipmentsTooManyRequests) String() string
type GetShipmentsUnauthorized ¶
type GetShipmentsUnauthorized struct { string }XAmznRequestID
GetShipmentsUnauthorized 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 NewGetShipmentsUnauthorized ¶
func NewGetShipmentsUnauthorized() *GetShipmentsUnauthorized
NewGetShipmentsUnauthorized creates a GetShipmentsUnauthorized with default headers values
func (*GetShipmentsUnauthorized) Error ¶
func (o *GetShipmentsUnauthorized) Error() string
func (*GetShipmentsUnauthorized) GetPayload ¶
func (o *GetShipmentsUnauthorized) GetPayload() *fulfillment_inbound_v0_models.GetShipmentsResponse
func (*GetShipmentsUnauthorized) IsClientError ¶
func (o *GetShipmentsUnauthorized) IsClientError() bool
IsClientError returns true when this get shipments unauthorized response has a 4xx status code
func (*GetShipmentsUnauthorized) IsCode ¶
func (o *GetShipmentsUnauthorized) IsCode(code int) bool
IsCode returns true when this get shipments unauthorized response a status code equal to that given
func (*GetShipmentsUnauthorized) IsRedirect ¶
func (o *GetShipmentsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get shipments unauthorized response has a 3xx status code
func (*GetShipmentsUnauthorized) IsServerError ¶
func (o *GetShipmentsUnauthorized) IsServerError() bool
IsServerError returns true when this get shipments unauthorized response has a 5xx status code
func (*GetShipmentsUnauthorized) IsSuccess ¶
func (o *GetShipmentsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get shipments unauthorized response has a 2xx status code
func (*GetShipmentsUnauthorized) String ¶
func (o *GetShipmentsUnauthorized) String() string
type GetTransportDetailsBadRequest ¶
type GetTransportDetailsBadRequest struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetTransportDetailsResponse }
GetTransportDetailsBadRequest describes a response with status code 400, with default header values.
Request has missing or invalid parameters and cannot be parsed.
func NewGetTransportDetailsBadRequest ¶
func NewGetTransportDetailsBadRequest() *GetTransportDetailsBadRequest
NewGetTransportDetailsBadRequest creates a GetTransportDetailsBadRequest with default headers values
func (*GetTransportDetailsBadRequest) Error ¶
func (o *GetTransportDetailsBadRequest) Error() string
func (*GetTransportDetailsBadRequest) GetPayload ¶
func (o *GetTransportDetailsBadRequest) GetPayload() *fulfillment_inbound_v0_models.GetTransportDetailsResponse
func (*GetTransportDetailsBadRequest) IsClientError ¶
func (o *GetTransportDetailsBadRequest) IsClientError() bool
IsClientError returns true when this get transport details bad request response has a 4xx status code
func (*GetTransportDetailsBadRequest) IsCode ¶
func (o *GetTransportDetailsBadRequest) IsCode(code int) bool
IsCode returns true when this get transport details bad request response a status code equal to that given
func (*GetTransportDetailsBadRequest) IsRedirect ¶
func (o *GetTransportDetailsBadRequest) IsRedirect() bool
IsRedirect returns true when this get transport details bad request response has a 3xx status code
func (*GetTransportDetailsBadRequest) IsServerError ¶
func (o *GetTransportDetailsBadRequest) IsServerError() bool
IsServerError returns true when this get transport details bad request response has a 5xx status code
func (*GetTransportDetailsBadRequest) IsSuccess ¶
func (o *GetTransportDetailsBadRequest) IsSuccess() bool
IsSuccess returns true when this get transport details bad request response has a 2xx status code
func (*GetTransportDetailsBadRequest) String ¶
func (o *GetTransportDetailsBadRequest) String() string
type GetTransportDetailsForbidden ¶
type GetTransportDetailsForbidden struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetTransportDetailsResponse }
GetTransportDetailsForbidden 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 NewGetTransportDetailsForbidden ¶
func NewGetTransportDetailsForbidden() *GetTransportDetailsForbidden
NewGetTransportDetailsForbidden creates a GetTransportDetailsForbidden with default headers values
func (*GetTransportDetailsForbidden) Error ¶
func (o *GetTransportDetailsForbidden) Error() string
func (*GetTransportDetailsForbidden) GetPayload ¶
func (o *GetTransportDetailsForbidden) GetPayload() *fulfillment_inbound_v0_models.GetTransportDetailsResponse
func (*GetTransportDetailsForbidden) IsClientError ¶
func (o *GetTransportDetailsForbidden) IsClientError() bool
IsClientError returns true when this get transport details forbidden response has a 4xx status code
func (*GetTransportDetailsForbidden) IsCode ¶
func (o *GetTransportDetailsForbidden) IsCode(code int) bool
IsCode returns true when this get transport details forbidden response a status code equal to that given
func (*GetTransportDetailsForbidden) IsRedirect ¶
func (o *GetTransportDetailsForbidden) IsRedirect() bool
IsRedirect returns true when this get transport details forbidden response has a 3xx status code
func (*GetTransportDetailsForbidden) IsServerError ¶
func (o *GetTransportDetailsForbidden) IsServerError() bool
IsServerError returns true when this get transport details forbidden response has a 5xx status code
func (*GetTransportDetailsForbidden) IsSuccess ¶
func (o *GetTransportDetailsForbidden) IsSuccess() bool
IsSuccess returns true when this get transport details forbidden response has a 2xx status code
func (*GetTransportDetailsForbidden) String ¶
func (o *GetTransportDetailsForbidden) String() string
type GetTransportDetailsInternalServerError ¶
type GetTransportDetailsInternalServerError struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetTransportDetailsResponse }
GetTransportDetailsInternalServerError describes a response with status code 500, with default header values.
An unexpected condition occurred that prevented the server from fulfilling the request.
func NewGetTransportDetailsInternalServerError ¶
func NewGetTransportDetailsInternalServerError() *GetTransportDetailsInternalServerError
NewGetTransportDetailsInternalServerError creates a GetTransportDetailsInternalServerError with default headers values
func (*GetTransportDetailsInternalServerError) Error ¶
func (o *GetTransportDetailsInternalServerError) Error() string
func (*GetTransportDetailsInternalServerError) GetPayload ¶
func (o *GetTransportDetailsInternalServerError) GetPayload() *fulfillment_inbound_v0_models.GetTransportDetailsResponse
func (*GetTransportDetailsInternalServerError) IsClientError ¶
func (o *GetTransportDetailsInternalServerError) IsClientError() bool
IsClientError returns true when this get transport details internal server error response has a 4xx status code
func (*GetTransportDetailsInternalServerError) IsCode ¶
func (o *GetTransportDetailsInternalServerError) IsCode(code int) bool
IsCode returns true when this get transport details internal server error response a status code equal to that given
func (*GetTransportDetailsInternalServerError) IsRedirect ¶
func (o *GetTransportDetailsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get transport details internal server error response has a 3xx status code
func (*GetTransportDetailsInternalServerError) IsServerError ¶
func (o *GetTransportDetailsInternalServerError) IsServerError() bool
IsServerError returns true when this get transport details internal server error response has a 5xx status code
func (*GetTransportDetailsInternalServerError) IsSuccess ¶
func (o *GetTransportDetailsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get transport details internal server error response has a 2xx status code
func (*GetTransportDetailsInternalServerError) String ¶
func (o *GetTransportDetailsInternalServerError) String() string
type GetTransportDetailsNotFound ¶
type GetTransportDetailsNotFound struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetTransportDetailsResponse }
GetTransportDetailsNotFound describes a response with status code 404, with default header values.
The specified resource does not exist.
func NewGetTransportDetailsNotFound ¶
func NewGetTransportDetailsNotFound() *GetTransportDetailsNotFound
NewGetTransportDetailsNotFound creates a GetTransportDetailsNotFound with default headers values
func (*GetTransportDetailsNotFound) Error ¶
func (o *GetTransportDetailsNotFound) Error() string
func (*GetTransportDetailsNotFound) GetPayload ¶
func (o *GetTransportDetailsNotFound) GetPayload() *fulfillment_inbound_v0_models.GetTransportDetailsResponse
func (*GetTransportDetailsNotFound) IsClientError ¶
func (o *GetTransportDetailsNotFound) IsClientError() bool
IsClientError returns true when this get transport details not found response has a 4xx status code
func (*GetTransportDetailsNotFound) IsCode ¶
func (o *GetTransportDetailsNotFound) IsCode(code int) bool
IsCode returns true when this get transport details not found response a status code equal to that given
func (*GetTransportDetailsNotFound) IsRedirect ¶
func (o *GetTransportDetailsNotFound) IsRedirect() bool
IsRedirect returns true when this get transport details not found response has a 3xx status code
func (*GetTransportDetailsNotFound) IsServerError ¶
func (o *GetTransportDetailsNotFound) IsServerError() bool
IsServerError returns true when this get transport details not found response has a 5xx status code
func (*GetTransportDetailsNotFound) IsSuccess ¶
func (o *GetTransportDetailsNotFound) IsSuccess() bool
IsSuccess returns true when this get transport details not found response has a 2xx status code
func (*GetTransportDetailsNotFound) String ¶
func (o *GetTransportDetailsNotFound) String() string
type GetTransportDetailsOK ¶
type GetTransportDetailsOK struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetTransportDetailsResponse }
GetTransportDetailsOK describes a response with status code 200, with default header values.
Success.
func NewGetTransportDetailsOK ¶
func NewGetTransportDetailsOK() *GetTransportDetailsOK
NewGetTransportDetailsOK creates a GetTransportDetailsOK with default headers values
func (*GetTransportDetailsOK) Error ¶
func (o *GetTransportDetailsOK) Error() string
func (*GetTransportDetailsOK) GetPayload ¶
func (o *GetTransportDetailsOK) GetPayload() *fulfillment_inbound_v0_models.GetTransportDetailsResponse
func (*GetTransportDetailsOK) IsClientError ¶
func (o *GetTransportDetailsOK) IsClientError() bool
IsClientError returns true when this get transport details o k response has a 4xx status code
func (*GetTransportDetailsOK) IsCode ¶
func (o *GetTransportDetailsOK) IsCode(code int) bool
IsCode returns true when this get transport details o k response a status code equal to that given
func (*GetTransportDetailsOK) IsRedirect ¶
func (o *GetTransportDetailsOK) IsRedirect() bool
IsRedirect returns true when this get transport details o k response has a 3xx status code
func (*GetTransportDetailsOK) IsServerError ¶
func (o *GetTransportDetailsOK) IsServerError() bool
IsServerError returns true when this get transport details o k response has a 5xx status code
func (*GetTransportDetailsOK) IsSuccess ¶
func (o *GetTransportDetailsOK) IsSuccess() bool
IsSuccess returns true when this get transport details o k response has a 2xx status code
func (*GetTransportDetailsOK) String ¶
func (o *GetTransportDetailsOK) String() string
type GetTransportDetailsParams ¶
type GetTransportDetailsParams struct { /* ShipmentID. A shipment identifier originally returned by the createInboundShipmentPlan operation. */ ShipmentID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetTransportDetailsParams contains all the parameters to send to the API endpoint
for the get transport details operation. Typically these are written to a http.Request.
func NewGetTransportDetailsParams ¶
func NewGetTransportDetailsParams() *GetTransportDetailsParams
NewGetTransportDetailsParams creates a new GetTransportDetailsParams 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 NewGetTransportDetailsParamsWithContext ¶
func NewGetTransportDetailsParamsWithContext(ctx context.Context) *GetTransportDetailsParams
NewGetTransportDetailsParamsWithContext creates a new GetTransportDetailsParams object with the ability to set a context for a request.
func NewGetTransportDetailsParamsWithHTTPClient ¶
func NewGetTransportDetailsParamsWithHTTPClient(client *http.Client) *GetTransportDetailsParams
NewGetTransportDetailsParamsWithHTTPClient creates a new GetTransportDetailsParams object with the ability to set a custom HTTPClient for a request.
func NewGetTransportDetailsParamsWithTimeout ¶
func NewGetTransportDetailsParamsWithTimeout(timeout time.Duration) *GetTransportDetailsParams
NewGetTransportDetailsParamsWithTimeout creates a new GetTransportDetailsParams object with the ability to set a timeout on a request.
func (*GetTransportDetailsParams) SetContext ¶
func (o *GetTransportDetailsParams) SetContext(ctx context.Context)
SetContext adds the context to the get transport details params
func (*GetTransportDetailsParams) SetDefaults ¶
func (o *GetTransportDetailsParams) SetDefaults()
SetDefaults hydrates default values in the get transport details params (not the query body).
All values with no default are reset to their zero value.
func (*GetTransportDetailsParams) SetHTTPClient ¶
func (o *GetTransportDetailsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get transport details params
func (*GetTransportDetailsParams) SetShipmentID ¶
func (o *GetTransportDetailsParams) SetShipmentID(shipmentID string)
SetShipmentID adds the shipmentId to the get transport details params
func (*GetTransportDetailsParams) SetTimeout ¶
func (o *GetTransportDetailsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get transport details params
func (*GetTransportDetailsParams) WithContext ¶
func (o *GetTransportDetailsParams) WithContext(ctx context.Context) *GetTransportDetailsParams
WithContext adds the context to the get transport details params
func (*GetTransportDetailsParams) WithDefaults ¶
func (o *GetTransportDetailsParams) WithDefaults() *GetTransportDetailsParams
WithDefaults hydrates default values in the get transport details params (not the query body).
All values with no default are reset to their zero value.
func (*GetTransportDetailsParams) WithHTTPClient ¶
func (o *GetTransportDetailsParams) WithHTTPClient(client *http.Client) *GetTransportDetailsParams
WithHTTPClient adds the HTTPClient to the get transport details params
func (*GetTransportDetailsParams) WithShipmentID ¶
func (o *GetTransportDetailsParams) WithShipmentID(shipmentID string) *GetTransportDetailsParams
WithShipmentID adds the shipmentID to the get transport details params
func (*GetTransportDetailsParams) WithTimeout ¶
func (o *GetTransportDetailsParams) WithTimeout(timeout time.Duration) *GetTransportDetailsParams
WithTimeout adds the timeout to the get transport details params
func (*GetTransportDetailsParams) WriteToRequest ¶
func (o *GetTransportDetailsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetTransportDetailsReader ¶
type GetTransportDetailsReader struct {
// contains filtered or unexported fields
}
GetTransportDetailsReader is a Reader for the GetTransportDetails structure.
func (*GetTransportDetailsReader) ReadResponse ¶
func (o *GetTransportDetailsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetTransportDetailsServiceUnavailable ¶
type GetTransportDetailsServiceUnavailable struct { string }XAmznRequestID
GetTransportDetailsServiceUnavailable describes a response with status code 503, with default header values.
Temporary overloading or maintenance of the server.
func NewGetTransportDetailsServiceUnavailable ¶
func NewGetTransportDetailsServiceUnavailable() *GetTransportDetailsServiceUnavailable
NewGetTransportDetailsServiceUnavailable creates a GetTransportDetailsServiceUnavailable with default headers values
func (*GetTransportDetailsServiceUnavailable) Error ¶
func (o *GetTransportDetailsServiceUnavailable) Error() string
func (*GetTransportDetailsServiceUnavailable) GetPayload ¶
func (o *GetTransportDetailsServiceUnavailable) GetPayload() *fulfillment_inbound_v0_models.GetTransportDetailsResponse
func (*GetTransportDetailsServiceUnavailable) IsClientError ¶
func (o *GetTransportDetailsServiceUnavailable) IsClientError() bool
IsClientError returns true when this get transport details service unavailable response has a 4xx status code
func (*GetTransportDetailsServiceUnavailable) IsCode ¶
func (o *GetTransportDetailsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get transport details service unavailable response a status code equal to that given
func (*GetTransportDetailsServiceUnavailable) IsRedirect ¶
func (o *GetTransportDetailsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get transport details service unavailable response has a 3xx status code
func (*GetTransportDetailsServiceUnavailable) IsServerError ¶
func (o *GetTransportDetailsServiceUnavailable) IsServerError() bool
IsServerError returns true when this get transport details service unavailable response has a 5xx status code
func (*GetTransportDetailsServiceUnavailable) IsSuccess ¶
func (o *GetTransportDetailsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get transport details service unavailable response has a 2xx status code
func (*GetTransportDetailsServiceUnavailable) String ¶
func (o *GetTransportDetailsServiceUnavailable) String() string
type GetTransportDetailsTooManyRequests ¶
type GetTransportDetailsTooManyRequests struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.GetTransportDetailsResponse }
GetTransportDetailsTooManyRequests describes a response with status code 429, with default header values.
The frequency of requests was greater than allowed.
func NewGetTransportDetailsTooManyRequests ¶
func NewGetTransportDetailsTooManyRequests() *GetTransportDetailsTooManyRequests
NewGetTransportDetailsTooManyRequests creates a GetTransportDetailsTooManyRequests with default headers values
func (*GetTransportDetailsTooManyRequests) Error ¶
func (o *GetTransportDetailsTooManyRequests) Error() string
func (*GetTransportDetailsTooManyRequests) GetPayload ¶
func (o *GetTransportDetailsTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.GetTransportDetailsResponse
func (*GetTransportDetailsTooManyRequests) IsClientError ¶
func (o *GetTransportDetailsTooManyRequests) IsClientError() bool
IsClientError returns true when this get transport details too many requests response has a 4xx status code
func (*GetTransportDetailsTooManyRequests) IsCode ¶
func (o *GetTransportDetailsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get transport details too many requests response a status code equal to that given
func (*GetTransportDetailsTooManyRequests) IsRedirect ¶
func (o *GetTransportDetailsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get transport details too many requests response has a 3xx status code
func (*GetTransportDetailsTooManyRequests) IsServerError ¶
func (o *GetTransportDetailsTooManyRequests) IsServerError() bool
IsServerError returns true when this get transport details too many requests response has a 5xx status code
func (*GetTransportDetailsTooManyRequests) IsSuccess ¶
func (o *GetTransportDetailsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get transport details too many requests response has a 2xx status code
func (*GetTransportDetailsTooManyRequests) String ¶
func (o *GetTransportDetailsTooManyRequests) String() string
type GetTransportDetailsUnauthorized ¶
type GetTransportDetailsUnauthorized struct { string }XAmznRequestID
GetTransportDetailsUnauthorized 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 NewGetTransportDetailsUnauthorized ¶
func NewGetTransportDetailsUnauthorized() *GetTransportDetailsUnauthorized
NewGetTransportDetailsUnauthorized creates a GetTransportDetailsUnauthorized with default headers values
func (*GetTransportDetailsUnauthorized) Error ¶
func (o *GetTransportDetailsUnauthorized) Error() string
func (*GetTransportDetailsUnauthorized) GetPayload ¶
func (o *GetTransportDetailsUnauthorized) GetPayload() *fulfillment_inbound_v0_models.GetTransportDetailsResponse
func (*GetTransportDetailsUnauthorized) IsClientError ¶
func (o *GetTransportDetailsUnauthorized) IsClientError() bool
IsClientError returns true when this get transport details unauthorized response has a 4xx status code
func (*GetTransportDetailsUnauthorized) IsCode ¶
func (o *GetTransportDetailsUnauthorized) IsCode(code int) bool
IsCode returns true when this get transport details unauthorized response a status code equal to that given
func (*GetTransportDetailsUnauthorized) IsRedirect ¶
func (o *GetTransportDetailsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get transport details unauthorized response has a 3xx status code
func (*GetTransportDetailsUnauthorized) IsServerError ¶
func (o *GetTransportDetailsUnauthorized) IsServerError() bool
IsServerError returns true when this get transport details unauthorized response has a 5xx status code
func (*GetTransportDetailsUnauthorized) IsSuccess ¶
func (o *GetTransportDetailsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get transport details unauthorized response has a 2xx status code
func (*GetTransportDetailsUnauthorized) String ¶
func (o *GetTransportDetailsUnauthorized) String() string
type PutTransportDetailsBadRequest ¶
type PutTransportDetailsBadRequest struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.PutTransportDetailsResponse }
PutTransportDetailsBadRequest describes a response with status code 400, with default header values.
Request has missing or invalid parameters and cannot be parsed.
func NewPutTransportDetailsBadRequest ¶
func NewPutTransportDetailsBadRequest() *PutTransportDetailsBadRequest
NewPutTransportDetailsBadRequest creates a PutTransportDetailsBadRequest with default headers values
func (*PutTransportDetailsBadRequest) Error ¶
func (o *PutTransportDetailsBadRequest) Error() string
func (*PutTransportDetailsBadRequest) GetPayload ¶
func (o *PutTransportDetailsBadRequest) GetPayload() *fulfillment_inbound_v0_models.PutTransportDetailsResponse
func (*PutTransportDetailsBadRequest) IsClientError ¶
func (o *PutTransportDetailsBadRequest) IsClientError() bool
IsClientError returns true when this put transport details bad request response has a 4xx status code
func (*PutTransportDetailsBadRequest) IsCode ¶
func (o *PutTransportDetailsBadRequest) IsCode(code int) bool
IsCode returns true when this put transport details bad request response a status code equal to that given
func (*PutTransportDetailsBadRequest) IsRedirect ¶
func (o *PutTransportDetailsBadRequest) IsRedirect() bool
IsRedirect returns true when this put transport details bad request response has a 3xx status code
func (*PutTransportDetailsBadRequest) IsServerError ¶
func (o *PutTransportDetailsBadRequest) IsServerError() bool
IsServerError returns true when this put transport details bad request response has a 5xx status code
func (*PutTransportDetailsBadRequest) IsSuccess ¶
func (o *PutTransportDetailsBadRequest) IsSuccess() bool
IsSuccess returns true when this put transport details bad request response has a 2xx status code
func (*PutTransportDetailsBadRequest) String ¶
func (o *PutTransportDetailsBadRequest) String() string
type PutTransportDetailsForbidden ¶
type PutTransportDetailsForbidden struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.PutTransportDetailsResponse }
PutTransportDetailsForbidden 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 NewPutTransportDetailsForbidden ¶
func NewPutTransportDetailsForbidden() *PutTransportDetailsForbidden
NewPutTransportDetailsForbidden creates a PutTransportDetailsForbidden with default headers values
func (*PutTransportDetailsForbidden) Error ¶
func (o *PutTransportDetailsForbidden) Error() string
func (*PutTransportDetailsForbidden) GetPayload ¶
func (o *PutTransportDetailsForbidden) GetPayload() *fulfillment_inbound_v0_models.PutTransportDetailsResponse
func (*PutTransportDetailsForbidden) IsClientError ¶
func (o *PutTransportDetailsForbidden) IsClientError() bool
IsClientError returns true when this put transport details forbidden response has a 4xx status code
func (*PutTransportDetailsForbidden) IsCode ¶
func (o *PutTransportDetailsForbidden) IsCode(code int) bool
IsCode returns true when this put transport details forbidden response a status code equal to that given
func (*PutTransportDetailsForbidden) IsRedirect ¶
func (o *PutTransportDetailsForbidden) IsRedirect() bool
IsRedirect returns true when this put transport details forbidden response has a 3xx status code
func (*PutTransportDetailsForbidden) IsServerError ¶
func (o *PutTransportDetailsForbidden) IsServerError() bool
IsServerError returns true when this put transport details forbidden response has a 5xx status code
func (*PutTransportDetailsForbidden) IsSuccess ¶
func (o *PutTransportDetailsForbidden) IsSuccess() bool
IsSuccess returns true when this put transport details forbidden response has a 2xx status code
func (*PutTransportDetailsForbidden) String ¶
func (o *PutTransportDetailsForbidden) String() string
type PutTransportDetailsInternalServerError ¶
type PutTransportDetailsInternalServerError struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.PutTransportDetailsResponse }
PutTransportDetailsInternalServerError describes a response with status code 500, with default header values.
An unexpected condition occurred that prevented the server from fulfilling the request.
func NewPutTransportDetailsInternalServerError ¶
func NewPutTransportDetailsInternalServerError() *PutTransportDetailsInternalServerError
NewPutTransportDetailsInternalServerError creates a PutTransportDetailsInternalServerError with default headers values
func (*PutTransportDetailsInternalServerError) Error ¶
func (o *PutTransportDetailsInternalServerError) Error() string
func (*PutTransportDetailsInternalServerError) GetPayload ¶
func (o *PutTransportDetailsInternalServerError) GetPayload() *fulfillment_inbound_v0_models.PutTransportDetailsResponse
func (*PutTransportDetailsInternalServerError) IsClientError ¶
func (o *PutTransportDetailsInternalServerError) IsClientError() bool
IsClientError returns true when this put transport details internal server error response has a 4xx status code
func (*PutTransportDetailsInternalServerError) IsCode ¶
func (o *PutTransportDetailsInternalServerError) IsCode(code int) bool
IsCode returns true when this put transport details internal server error response a status code equal to that given
func (*PutTransportDetailsInternalServerError) IsRedirect ¶
func (o *PutTransportDetailsInternalServerError) IsRedirect() bool
IsRedirect returns true when this put transport details internal server error response has a 3xx status code
func (*PutTransportDetailsInternalServerError) IsServerError ¶
func (o *PutTransportDetailsInternalServerError) IsServerError() bool
IsServerError returns true when this put transport details internal server error response has a 5xx status code
func (*PutTransportDetailsInternalServerError) IsSuccess ¶
func (o *PutTransportDetailsInternalServerError) IsSuccess() bool
IsSuccess returns true when this put transport details internal server error response has a 2xx status code
func (*PutTransportDetailsInternalServerError) String ¶
func (o *PutTransportDetailsInternalServerError) String() string
type PutTransportDetailsNotFound ¶
type PutTransportDetailsNotFound struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.PutTransportDetailsResponse }
PutTransportDetailsNotFound describes a response with status code 404, with default header values.
The specified resource does not exist.
func NewPutTransportDetailsNotFound ¶
func NewPutTransportDetailsNotFound() *PutTransportDetailsNotFound
NewPutTransportDetailsNotFound creates a PutTransportDetailsNotFound with default headers values
func (*PutTransportDetailsNotFound) Error ¶
func (o *PutTransportDetailsNotFound) Error() string
func (*PutTransportDetailsNotFound) GetPayload ¶
func (o *PutTransportDetailsNotFound) GetPayload() *fulfillment_inbound_v0_models.PutTransportDetailsResponse
func (*PutTransportDetailsNotFound) IsClientError ¶
func (o *PutTransportDetailsNotFound) IsClientError() bool
IsClientError returns true when this put transport details not found response has a 4xx status code
func (*PutTransportDetailsNotFound) IsCode ¶
func (o *PutTransportDetailsNotFound) IsCode(code int) bool
IsCode returns true when this put transport details not found response a status code equal to that given
func (*PutTransportDetailsNotFound) IsRedirect ¶
func (o *PutTransportDetailsNotFound) IsRedirect() bool
IsRedirect returns true when this put transport details not found response has a 3xx status code
func (*PutTransportDetailsNotFound) IsServerError ¶
func (o *PutTransportDetailsNotFound) IsServerError() bool
IsServerError returns true when this put transport details not found response has a 5xx status code
func (*PutTransportDetailsNotFound) IsSuccess ¶
func (o *PutTransportDetailsNotFound) IsSuccess() bool
IsSuccess returns true when this put transport details not found response has a 2xx status code
func (*PutTransportDetailsNotFound) String ¶
func (o *PutTransportDetailsNotFound) String() string
type PutTransportDetailsOK ¶
type PutTransportDetailsOK struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.PutTransportDetailsResponse }
PutTransportDetailsOK describes a response with status code 200, with default header values.
Success.
func NewPutTransportDetailsOK ¶
func NewPutTransportDetailsOK() *PutTransportDetailsOK
NewPutTransportDetailsOK creates a PutTransportDetailsOK with default headers values
func (*PutTransportDetailsOK) Error ¶
func (o *PutTransportDetailsOK) Error() string
func (*PutTransportDetailsOK) GetPayload ¶
func (o *PutTransportDetailsOK) GetPayload() *fulfillment_inbound_v0_models.PutTransportDetailsResponse
func (*PutTransportDetailsOK) IsClientError ¶
func (o *PutTransportDetailsOK) IsClientError() bool
IsClientError returns true when this put transport details o k response has a 4xx status code
func (*PutTransportDetailsOK) IsCode ¶
func (o *PutTransportDetailsOK) IsCode(code int) bool
IsCode returns true when this put transport details o k response a status code equal to that given
func (*PutTransportDetailsOK) IsRedirect ¶
func (o *PutTransportDetailsOK) IsRedirect() bool
IsRedirect returns true when this put transport details o k response has a 3xx status code
func (*PutTransportDetailsOK) IsServerError ¶
func (o *PutTransportDetailsOK) IsServerError() bool
IsServerError returns true when this put transport details o k response has a 5xx status code
func (*PutTransportDetailsOK) IsSuccess ¶
func (o *PutTransportDetailsOK) IsSuccess() bool
IsSuccess returns true when this put transport details o k response has a 2xx status code
func (*PutTransportDetailsOK) String ¶
func (o *PutTransportDetailsOK) String() string
type PutTransportDetailsParams ¶
type PutTransportDetailsParams struct { /* Body. The request schema for the PutTransportDetailsRequest operation. */ Body *fulfillment_inbound_v0_models.PutTransportDetailsRequest /* ShipmentID. A shipment identifier originally returned by the createInboundShipmentPlan operation. */ ShipmentID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PutTransportDetailsParams contains all the parameters to send to the API endpoint
for the put transport details operation. Typically these are written to a http.Request.
func NewPutTransportDetailsParams ¶
func NewPutTransportDetailsParams() *PutTransportDetailsParams
NewPutTransportDetailsParams creates a new PutTransportDetailsParams 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 NewPutTransportDetailsParamsWithContext ¶
func NewPutTransportDetailsParamsWithContext(ctx context.Context) *PutTransportDetailsParams
NewPutTransportDetailsParamsWithContext creates a new PutTransportDetailsParams object with the ability to set a context for a request.
func NewPutTransportDetailsParamsWithHTTPClient ¶
func NewPutTransportDetailsParamsWithHTTPClient(client *http.Client) *PutTransportDetailsParams
NewPutTransportDetailsParamsWithHTTPClient creates a new PutTransportDetailsParams object with the ability to set a custom HTTPClient for a request.
func NewPutTransportDetailsParamsWithTimeout ¶
func NewPutTransportDetailsParamsWithTimeout(timeout time.Duration) *PutTransportDetailsParams
NewPutTransportDetailsParamsWithTimeout creates a new PutTransportDetailsParams object with the ability to set a timeout on a request.
func (*PutTransportDetailsParams) SetBody ¶
func (o *PutTransportDetailsParams) SetBody(body *fulfillment_inbound_v0_models.PutTransportDetailsRequest)
SetBody adds the body to the put transport details params
func (*PutTransportDetailsParams) SetContext ¶
func (o *PutTransportDetailsParams) SetContext(ctx context.Context)
SetContext adds the context to the put transport details params
func (*PutTransportDetailsParams) SetDefaults ¶
func (o *PutTransportDetailsParams) SetDefaults()
SetDefaults hydrates default values in the put transport details params (not the query body).
All values with no default are reset to their zero value.
func (*PutTransportDetailsParams) SetHTTPClient ¶
func (o *PutTransportDetailsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put transport details params
func (*PutTransportDetailsParams) SetShipmentID ¶
func (o *PutTransportDetailsParams) SetShipmentID(shipmentID string)
SetShipmentID adds the shipmentId to the put transport details params
func (*PutTransportDetailsParams) SetTimeout ¶
func (o *PutTransportDetailsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put transport details params
func (*PutTransportDetailsParams) WithBody ¶
func (o *PutTransportDetailsParams) WithBody(body *fulfillment_inbound_v0_models.PutTransportDetailsRequest) *PutTransportDetailsParams
WithBody adds the body to the put transport details params
func (*PutTransportDetailsParams) WithContext ¶
func (o *PutTransportDetailsParams) WithContext(ctx context.Context) *PutTransportDetailsParams
WithContext adds the context to the put transport details params
func (*PutTransportDetailsParams) WithDefaults ¶
func (o *PutTransportDetailsParams) WithDefaults() *PutTransportDetailsParams
WithDefaults hydrates default values in the put transport details params (not the query body).
All values with no default are reset to their zero value.
func (*PutTransportDetailsParams) WithHTTPClient ¶
func (o *PutTransportDetailsParams) WithHTTPClient(client *http.Client) *PutTransportDetailsParams
WithHTTPClient adds the HTTPClient to the put transport details params
func (*PutTransportDetailsParams) WithShipmentID ¶
func (o *PutTransportDetailsParams) WithShipmentID(shipmentID string) *PutTransportDetailsParams
WithShipmentID adds the shipmentID to the put transport details params
func (*PutTransportDetailsParams) WithTimeout ¶
func (o *PutTransportDetailsParams) WithTimeout(timeout time.Duration) *PutTransportDetailsParams
WithTimeout adds the timeout to the put transport details params
func (*PutTransportDetailsParams) WriteToRequest ¶
func (o *PutTransportDetailsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutTransportDetailsReader ¶
type PutTransportDetailsReader struct {
// contains filtered or unexported fields
}
PutTransportDetailsReader is a Reader for the PutTransportDetails structure.
func (*PutTransportDetailsReader) ReadResponse ¶
func (o *PutTransportDetailsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutTransportDetailsServiceUnavailable ¶
type PutTransportDetailsServiceUnavailable struct { string }XAmznRequestID
PutTransportDetailsServiceUnavailable describes a response with status code 503, with default header values.
Temporary overloading or maintenance of the server.
func NewPutTransportDetailsServiceUnavailable ¶
func NewPutTransportDetailsServiceUnavailable() *PutTransportDetailsServiceUnavailable
NewPutTransportDetailsServiceUnavailable creates a PutTransportDetailsServiceUnavailable with default headers values
func (*PutTransportDetailsServiceUnavailable) Error ¶
func (o *PutTransportDetailsServiceUnavailable) Error() string
func (*PutTransportDetailsServiceUnavailable) GetPayload ¶
func (o *PutTransportDetailsServiceUnavailable) GetPayload() *fulfillment_inbound_v0_models.PutTransportDetailsResponse
func (*PutTransportDetailsServiceUnavailable) IsClientError ¶
func (o *PutTransportDetailsServiceUnavailable) IsClientError() bool
IsClientError returns true when this put transport details service unavailable response has a 4xx status code
func (*PutTransportDetailsServiceUnavailable) IsCode ¶
func (o *PutTransportDetailsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this put transport details service unavailable response a status code equal to that given
func (*PutTransportDetailsServiceUnavailable) IsRedirect ¶
func (o *PutTransportDetailsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this put transport details service unavailable response has a 3xx status code
func (*PutTransportDetailsServiceUnavailable) IsServerError ¶
func (o *PutTransportDetailsServiceUnavailable) IsServerError() bool
IsServerError returns true when this put transport details service unavailable response has a 5xx status code
func (*PutTransportDetailsServiceUnavailable) IsSuccess ¶
func (o *PutTransportDetailsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this put transport details service unavailable response has a 2xx status code
func (*PutTransportDetailsServiceUnavailable) String ¶
func (o *PutTransportDetailsServiceUnavailable) String() string
type PutTransportDetailsTooManyRequests ¶
type PutTransportDetailsTooManyRequests struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.PutTransportDetailsResponse }
PutTransportDetailsTooManyRequests describes a response with status code 429, with default header values.
The frequency of requests was greater than allowed.
func NewPutTransportDetailsTooManyRequests ¶
func NewPutTransportDetailsTooManyRequests() *PutTransportDetailsTooManyRequests
NewPutTransportDetailsTooManyRequests creates a PutTransportDetailsTooManyRequests with default headers values
func (*PutTransportDetailsTooManyRequests) Error ¶
func (o *PutTransportDetailsTooManyRequests) Error() string
func (*PutTransportDetailsTooManyRequests) GetPayload ¶
func (o *PutTransportDetailsTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.PutTransportDetailsResponse
func (*PutTransportDetailsTooManyRequests) IsClientError ¶
func (o *PutTransportDetailsTooManyRequests) IsClientError() bool
IsClientError returns true when this put transport details too many requests response has a 4xx status code
func (*PutTransportDetailsTooManyRequests) IsCode ¶
func (o *PutTransportDetailsTooManyRequests) IsCode(code int) bool
IsCode returns true when this put transport details too many requests response a status code equal to that given
func (*PutTransportDetailsTooManyRequests) IsRedirect ¶
func (o *PutTransportDetailsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this put transport details too many requests response has a 3xx status code
func (*PutTransportDetailsTooManyRequests) IsServerError ¶
func (o *PutTransportDetailsTooManyRequests) IsServerError() bool
IsServerError returns true when this put transport details too many requests response has a 5xx status code
func (*PutTransportDetailsTooManyRequests) IsSuccess ¶
func (o *PutTransportDetailsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this put transport details too many requests response has a 2xx status code
func (*PutTransportDetailsTooManyRequests) String ¶
func (o *PutTransportDetailsTooManyRequests) String() string
type PutTransportDetailsUnauthorized ¶
type PutTransportDetailsUnauthorized struct { string }XAmznRequestID
PutTransportDetailsUnauthorized 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 NewPutTransportDetailsUnauthorized ¶
func NewPutTransportDetailsUnauthorized() *PutTransportDetailsUnauthorized
NewPutTransportDetailsUnauthorized creates a PutTransportDetailsUnauthorized with default headers values
func (*PutTransportDetailsUnauthorized) Error ¶
func (o *PutTransportDetailsUnauthorized) Error() string
func (*PutTransportDetailsUnauthorized) GetPayload ¶
func (o *PutTransportDetailsUnauthorized) GetPayload() *fulfillment_inbound_v0_models.PutTransportDetailsResponse
func (*PutTransportDetailsUnauthorized) IsClientError ¶
func (o *PutTransportDetailsUnauthorized) IsClientError() bool
IsClientError returns true when this put transport details unauthorized response has a 4xx status code
func (*PutTransportDetailsUnauthorized) IsCode ¶
func (o *PutTransportDetailsUnauthorized) IsCode(code int) bool
IsCode returns true when this put transport details unauthorized response a status code equal to that given
func (*PutTransportDetailsUnauthorized) IsRedirect ¶
func (o *PutTransportDetailsUnauthorized) IsRedirect() bool
IsRedirect returns true when this put transport details unauthorized response has a 3xx status code
func (*PutTransportDetailsUnauthorized) IsServerError ¶
func (o *PutTransportDetailsUnauthorized) IsServerError() bool
IsServerError returns true when this put transport details unauthorized response has a 5xx status code
func (*PutTransportDetailsUnauthorized) IsSuccess ¶
func (o *PutTransportDetailsUnauthorized) IsSuccess() bool
IsSuccess returns true when this put transport details unauthorized response has a 2xx status code
func (*PutTransportDetailsUnauthorized) String ¶
func (o *PutTransportDetailsUnauthorized) String() string
type UpdateInboundShipmentBadRequest ¶
type UpdateInboundShipmentBadRequest struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.InboundShipmentResponse }
UpdateInboundShipmentBadRequest describes a response with status code 400, with default header values.
Request has missing or invalid parameters and cannot be parsed.
func NewUpdateInboundShipmentBadRequest ¶
func NewUpdateInboundShipmentBadRequest() *UpdateInboundShipmentBadRequest
NewUpdateInboundShipmentBadRequest creates a UpdateInboundShipmentBadRequest with default headers values
func (*UpdateInboundShipmentBadRequest) Error ¶
func (o *UpdateInboundShipmentBadRequest) Error() string
func (*UpdateInboundShipmentBadRequest) GetPayload ¶
func (o *UpdateInboundShipmentBadRequest) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
func (*UpdateInboundShipmentBadRequest) IsClientError ¶
func (o *UpdateInboundShipmentBadRequest) IsClientError() bool
IsClientError returns true when this update inbound shipment bad request response has a 4xx status code
func (*UpdateInboundShipmentBadRequest) IsCode ¶
func (o *UpdateInboundShipmentBadRequest) IsCode(code int) bool
IsCode returns true when this update inbound shipment bad request response a status code equal to that given
func (*UpdateInboundShipmentBadRequest) IsRedirect ¶
func (o *UpdateInboundShipmentBadRequest) IsRedirect() bool
IsRedirect returns true when this update inbound shipment bad request response has a 3xx status code
func (*UpdateInboundShipmentBadRequest) IsServerError ¶
func (o *UpdateInboundShipmentBadRequest) IsServerError() bool
IsServerError returns true when this update inbound shipment bad request response has a 5xx status code
func (*UpdateInboundShipmentBadRequest) IsSuccess ¶
func (o *UpdateInboundShipmentBadRequest) IsSuccess() bool
IsSuccess returns true when this update inbound shipment bad request response has a 2xx status code
func (*UpdateInboundShipmentBadRequest) String ¶
func (o *UpdateInboundShipmentBadRequest) String() string
type UpdateInboundShipmentForbidden ¶
type UpdateInboundShipmentForbidden struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.InboundShipmentResponse }
UpdateInboundShipmentForbidden 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 NewUpdateInboundShipmentForbidden ¶
func NewUpdateInboundShipmentForbidden() *UpdateInboundShipmentForbidden
NewUpdateInboundShipmentForbidden creates a UpdateInboundShipmentForbidden with default headers values
func (*UpdateInboundShipmentForbidden) Error ¶
func (o *UpdateInboundShipmentForbidden) Error() string
func (*UpdateInboundShipmentForbidden) GetPayload ¶
func (o *UpdateInboundShipmentForbidden) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
func (*UpdateInboundShipmentForbidden) IsClientError ¶
func (o *UpdateInboundShipmentForbidden) IsClientError() bool
IsClientError returns true when this update inbound shipment forbidden response has a 4xx status code
func (*UpdateInboundShipmentForbidden) IsCode ¶
func (o *UpdateInboundShipmentForbidden) IsCode(code int) bool
IsCode returns true when this update inbound shipment forbidden response a status code equal to that given
func (*UpdateInboundShipmentForbidden) IsRedirect ¶
func (o *UpdateInboundShipmentForbidden) IsRedirect() bool
IsRedirect returns true when this update inbound shipment forbidden response has a 3xx status code
func (*UpdateInboundShipmentForbidden) IsServerError ¶
func (o *UpdateInboundShipmentForbidden) IsServerError() bool
IsServerError returns true when this update inbound shipment forbidden response has a 5xx status code
func (*UpdateInboundShipmentForbidden) IsSuccess ¶
func (o *UpdateInboundShipmentForbidden) IsSuccess() bool
IsSuccess returns true when this update inbound shipment forbidden response has a 2xx status code
func (*UpdateInboundShipmentForbidden) String ¶
func (o *UpdateInboundShipmentForbidden) String() string
type UpdateInboundShipmentInternalServerError ¶
type UpdateInboundShipmentInternalServerError struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.InboundShipmentResponse }
UpdateInboundShipmentInternalServerError describes a response with status code 500, with default header values.
An unexpected condition occurred that prevented the server from fulfilling the request.
func NewUpdateInboundShipmentInternalServerError ¶
func NewUpdateInboundShipmentInternalServerError() *UpdateInboundShipmentInternalServerError
NewUpdateInboundShipmentInternalServerError creates a UpdateInboundShipmentInternalServerError with default headers values
func (*UpdateInboundShipmentInternalServerError) Error ¶
func (o *UpdateInboundShipmentInternalServerError) Error() string
func (*UpdateInboundShipmentInternalServerError) GetPayload ¶
func (o *UpdateInboundShipmentInternalServerError) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
func (*UpdateInboundShipmentInternalServerError) IsClientError ¶
func (o *UpdateInboundShipmentInternalServerError) IsClientError() bool
IsClientError returns true when this update inbound shipment internal server error response has a 4xx status code
func (*UpdateInboundShipmentInternalServerError) IsCode ¶
func (o *UpdateInboundShipmentInternalServerError) IsCode(code int) bool
IsCode returns true when this update inbound shipment internal server error response a status code equal to that given
func (*UpdateInboundShipmentInternalServerError) IsRedirect ¶
func (o *UpdateInboundShipmentInternalServerError) IsRedirect() bool
IsRedirect returns true when this update inbound shipment internal server error response has a 3xx status code
func (*UpdateInboundShipmentInternalServerError) IsServerError ¶
func (o *UpdateInboundShipmentInternalServerError) IsServerError() bool
IsServerError returns true when this update inbound shipment internal server error response has a 5xx status code
func (*UpdateInboundShipmentInternalServerError) IsSuccess ¶
func (o *UpdateInboundShipmentInternalServerError) IsSuccess() bool
IsSuccess returns true when this update inbound shipment internal server error response has a 2xx status code
func (*UpdateInboundShipmentInternalServerError) String ¶
func (o *UpdateInboundShipmentInternalServerError) String() string
type UpdateInboundShipmentNotFound ¶
type UpdateInboundShipmentNotFound struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.InboundShipmentResponse }
UpdateInboundShipmentNotFound describes a response with status code 404, with default header values.
The specified resource does not exist.
func NewUpdateInboundShipmentNotFound ¶
func NewUpdateInboundShipmentNotFound() *UpdateInboundShipmentNotFound
NewUpdateInboundShipmentNotFound creates a UpdateInboundShipmentNotFound with default headers values
func (*UpdateInboundShipmentNotFound) Error ¶
func (o *UpdateInboundShipmentNotFound) Error() string
func (*UpdateInboundShipmentNotFound) GetPayload ¶
func (o *UpdateInboundShipmentNotFound) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
func (*UpdateInboundShipmentNotFound) IsClientError ¶
func (o *UpdateInboundShipmentNotFound) IsClientError() bool
IsClientError returns true when this update inbound shipment not found response has a 4xx status code
func (*UpdateInboundShipmentNotFound) IsCode ¶
func (o *UpdateInboundShipmentNotFound) IsCode(code int) bool
IsCode returns true when this update inbound shipment not found response a status code equal to that given
func (*UpdateInboundShipmentNotFound) IsRedirect ¶
func (o *UpdateInboundShipmentNotFound) IsRedirect() bool
IsRedirect returns true when this update inbound shipment not found response has a 3xx status code
func (*UpdateInboundShipmentNotFound) IsServerError ¶
func (o *UpdateInboundShipmentNotFound) IsServerError() bool
IsServerError returns true when this update inbound shipment not found response has a 5xx status code
func (*UpdateInboundShipmentNotFound) IsSuccess ¶
func (o *UpdateInboundShipmentNotFound) IsSuccess() bool
IsSuccess returns true when this update inbound shipment not found response has a 2xx status code
func (*UpdateInboundShipmentNotFound) String ¶
func (o *UpdateInboundShipmentNotFound) String() string
type UpdateInboundShipmentOK ¶
type UpdateInboundShipmentOK struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.InboundShipmentResponse }
UpdateInboundShipmentOK describes a response with status code 200, with default header values.
Success.
func NewUpdateInboundShipmentOK ¶
func NewUpdateInboundShipmentOK() *UpdateInboundShipmentOK
NewUpdateInboundShipmentOK creates a UpdateInboundShipmentOK with default headers values
func (*UpdateInboundShipmentOK) Error ¶
func (o *UpdateInboundShipmentOK) Error() string
func (*UpdateInboundShipmentOK) GetPayload ¶
func (o *UpdateInboundShipmentOK) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
func (*UpdateInboundShipmentOK) IsClientError ¶
func (o *UpdateInboundShipmentOK) IsClientError() bool
IsClientError returns true when this update inbound shipment o k response has a 4xx status code
func (*UpdateInboundShipmentOK) IsCode ¶
func (o *UpdateInboundShipmentOK) IsCode(code int) bool
IsCode returns true when this update inbound shipment o k response a status code equal to that given
func (*UpdateInboundShipmentOK) IsRedirect ¶
func (o *UpdateInboundShipmentOK) IsRedirect() bool
IsRedirect returns true when this update inbound shipment o k response has a 3xx status code
func (*UpdateInboundShipmentOK) IsServerError ¶
func (o *UpdateInboundShipmentOK) IsServerError() bool
IsServerError returns true when this update inbound shipment o k response has a 5xx status code
func (*UpdateInboundShipmentOK) IsSuccess ¶
func (o *UpdateInboundShipmentOK) IsSuccess() bool
IsSuccess returns true when this update inbound shipment o k response has a 2xx status code
func (*UpdateInboundShipmentOK) String ¶
func (o *UpdateInboundShipmentOK) String() string
type UpdateInboundShipmentParams ¶
type UpdateInboundShipmentParams struct { /* Body. The request schema for the InboundShipmentRequest operation. */ Body *fulfillment_inbound_v0_models.InboundShipmentRequest /* ShipmentID. A shipment identifier originally returned by the createInboundShipmentPlan operation. */ ShipmentID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateInboundShipmentParams contains all the parameters to send to the API endpoint
for the update inbound shipment operation. Typically these are written to a http.Request.
func NewUpdateInboundShipmentParams ¶
func NewUpdateInboundShipmentParams() *UpdateInboundShipmentParams
NewUpdateInboundShipmentParams creates a new UpdateInboundShipmentParams 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 NewUpdateInboundShipmentParamsWithContext ¶
func NewUpdateInboundShipmentParamsWithContext(ctx context.Context) *UpdateInboundShipmentParams
NewUpdateInboundShipmentParamsWithContext creates a new UpdateInboundShipmentParams object with the ability to set a context for a request.
func NewUpdateInboundShipmentParamsWithHTTPClient ¶
func NewUpdateInboundShipmentParamsWithHTTPClient(client *http.Client) *UpdateInboundShipmentParams
NewUpdateInboundShipmentParamsWithHTTPClient creates a new UpdateInboundShipmentParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateInboundShipmentParamsWithTimeout ¶
func NewUpdateInboundShipmentParamsWithTimeout(timeout time.Duration) *UpdateInboundShipmentParams
NewUpdateInboundShipmentParamsWithTimeout creates a new UpdateInboundShipmentParams object with the ability to set a timeout on a request.
func (*UpdateInboundShipmentParams) SetBody ¶
func (o *UpdateInboundShipmentParams) SetBody(body *fulfillment_inbound_v0_models.InboundShipmentRequest)
SetBody adds the body to the update inbound shipment params
func (*UpdateInboundShipmentParams) SetContext ¶
func (o *UpdateInboundShipmentParams) SetContext(ctx context.Context)
SetContext adds the context to the update inbound shipment params
func (*UpdateInboundShipmentParams) SetDefaults ¶
func (o *UpdateInboundShipmentParams) SetDefaults()
SetDefaults hydrates default values in the update inbound shipment params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateInboundShipmentParams) SetHTTPClient ¶
func (o *UpdateInboundShipmentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update inbound shipment params
func (*UpdateInboundShipmentParams) SetShipmentID ¶
func (o *UpdateInboundShipmentParams) SetShipmentID(shipmentID string)
SetShipmentID adds the shipmentId to the update inbound shipment params
func (*UpdateInboundShipmentParams) SetTimeout ¶
func (o *UpdateInboundShipmentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update inbound shipment params
func (*UpdateInboundShipmentParams) WithBody ¶
func (o *UpdateInboundShipmentParams) WithBody(body *fulfillment_inbound_v0_models.InboundShipmentRequest) *UpdateInboundShipmentParams
WithBody adds the body to the update inbound shipment params
func (*UpdateInboundShipmentParams) WithContext ¶
func (o *UpdateInboundShipmentParams) WithContext(ctx context.Context) *UpdateInboundShipmentParams
WithContext adds the context to the update inbound shipment params
func (*UpdateInboundShipmentParams) WithDefaults ¶
func (o *UpdateInboundShipmentParams) WithDefaults() *UpdateInboundShipmentParams
WithDefaults hydrates default values in the update inbound shipment params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateInboundShipmentParams) WithHTTPClient ¶
func (o *UpdateInboundShipmentParams) WithHTTPClient(client *http.Client) *UpdateInboundShipmentParams
WithHTTPClient adds the HTTPClient to the update inbound shipment params
func (*UpdateInboundShipmentParams) WithShipmentID ¶
func (o *UpdateInboundShipmentParams) WithShipmentID(shipmentID string) *UpdateInboundShipmentParams
WithShipmentID adds the shipmentID to the update inbound shipment params
func (*UpdateInboundShipmentParams) WithTimeout ¶
func (o *UpdateInboundShipmentParams) WithTimeout(timeout time.Duration) *UpdateInboundShipmentParams
WithTimeout adds the timeout to the update inbound shipment params
func (*UpdateInboundShipmentParams) WriteToRequest ¶
func (o *UpdateInboundShipmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateInboundShipmentReader ¶
type UpdateInboundShipmentReader struct {
// contains filtered or unexported fields
}
UpdateInboundShipmentReader is a Reader for the UpdateInboundShipment structure.
func (*UpdateInboundShipmentReader) ReadResponse ¶
func (o *UpdateInboundShipmentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateInboundShipmentServiceUnavailable ¶
type UpdateInboundShipmentServiceUnavailable struct { string }XAmznRequestID
UpdateInboundShipmentServiceUnavailable describes a response with status code 503, with default header values.
Temporary overloading or maintenance of the server.
func NewUpdateInboundShipmentServiceUnavailable ¶
func NewUpdateInboundShipmentServiceUnavailable() *UpdateInboundShipmentServiceUnavailable
NewUpdateInboundShipmentServiceUnavailable creates a UpdateInboundShipmentServiceUnavailable with default headers values
func (*UpdateInboundShipmentServiceUnavailable) Error ¶
func (o *UpdateInboundShipmentServiceUnavailable) Error() string
func (*UpdateInboundShipmentServiceUnavailable) GetPayload ¶
func (o *UpdateInboundShipmentServiceUnavailable) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
func (*UpdateInboundShipmentServiceUnavailable) IsClientError ¶
func (o *UpdateInboundShipmentServiceUnavailable) IsClientError() bool
IsClientError returns true when this update inbound shipment service unavailable response has a 4xx status code
func (*UpdateInboundShipmentServiceUnavailable) IsCode ¶
func (o *UpdateInboundShipmentServiceUnavailable) IsCode(code int) bool
IsCode returns true when this update inbound shipment service unavailable response a status code equal to that given
func (*UpdateInboundShipmentServiceUnavailable) IsRedirect ¶
func (o *UpdateInboundShipmentServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this update inbound shipment service unavailable response has a 3xx status code
func (*UpdateInboundShipmentServiceUnavailable) IsServerError ¶
func (o *UpdateInboundShipmentServiceUnavailable) IsServerError() bool
IsServerError returns true when this update inbound shipment service unavailable response has a 5xx status code
func (*UpdateInboundShipmentServiceUnavailable) IsSuccess ¶
func (o *UpdateInboundShipmentServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this update inbound shipment service unavailable response has a 2xx status code
func (*UpdateInboundShipmentServiceUnavailable) String ¶
func (o *UpdateInboundShipmentServiceUnavailable) String() string
type UpdateInboundShipmentTooManyRequests ¶
type UpdateInboundShipmentTooManyRequests struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.InboundShipmentResponse }
UpdateInboundShipmentTooManyRequests describes a response with status code 429, with default header values.
The frequency of requests was greater than allowed.
func NewUpdateInboundShipmentTooManyRequests ¶
func NewUpdateInboundShipmentTooManyRequests() *UpdateInboundShipmentTooManyRequests
NewUpdateInboundShipmentTooManyRequests creates a UpdateInboundShipmentTooManyRequests with default headers values
func (*UpdateInboundShipmentTooManyRequests) Error ¶
func (o *UpdateInboundShipmentTooManyRequests) Error() string
func (*UpdateInboundShipmentTooManyRequests) GetPayload ¶
func (o *UpdateInboundShipmentTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
func (*UpdateInboundShipmentTooManyRequests) IsClientError ¶
func (o *UpdateInboundShipmentTooManyRequests) IsClientError() bool
IsClientError returns true when this update inbound shipment too many requests response has a 4xx status code
func (*UpdateInboundShipmentTooManyRequests) IsCode ¶
func (o *UpdateInboundShipmentTooManyRequests) IsCode(code int) bool
IsCode returns true when this update inbound shipment too many requests response a status code equal to that given
func (*UpdateInboundShipmentTooManyRequests) IsRedirect ¶
func (o *UpdateInboundShipmentTooManyRequests) IsRedirect() bool
IsRedirect returns true when this update inbound shipment too many requests response has a 3xx status code
func (*UpdateInboundShipmentTooManyRequests) IsServerError ¶
func (o *UpdateInboundShipmentTooManyRequests) IsServerError() bool
IsServerError returns true when this update inbound shipment too many requests response has a 5xx status code
func (*UpdateInboundShipmentTooManyRequests) IsSuccess ¶
func (o *UpdateInboundShipmentTooManyRequests) IsSuccess() bool
IsSuccess returns true when this update inbound shipment too many requests response has a 2xx status code
func (*UpdateInboundShipmentTooManyRequests) String ¶
func (o *UpdateInboundShipmentTooManyRequests) String() string
type UpdateInboundShipmentUnauthorized ¶
type UpdateInboundShipmentUnauthorized struct { string }XAmznRequestID
UpdateInboundShipmentUnauthorized 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 NewUpdateInboundShipmentUnauthorized ¶
func NewUpdateInboundShipmentUnauthorized() *UpdateInboundShipmentUnauthorized
NewUpdateInboundShipmentUnauthorized creates a UpdateInboundShipmentUnauthorized with default headers values
func (*UpdateInboundShipmentUnauthorized) Error ¶
func (o *UpdateInboundShipmentUnauthorized) Error() string
func (*UpdateInboundShipmentUnauthorized) GetPayload ¶
func (o *UpdateInboundShipmentUnauthorized) GetPayload() *fulfillment_inbound_v0_models.InboundShipmentResponse
func (*UpdateInboundShipmentUnauthorized) IsClientError ¶
func (o *UpdateInboundShipmentUnauthorized) IsClientError() bool
IsClientError returns true when this update inbound shipment unauthorized response has a 4xx status code
func (*UpdateInboundShipmentUnauthorized) IsCode ¶
func (o *UpdateInboundShipmentUnauthorized) IsCode(code int) bool
IsCode returns true when this update inbound shipment unauthorized response a status code equal to that given
func (*UpdateInboundShipmentUnauthorized) IsRedirect ¶
func (o *UpdateInboundShipmentUnauthorized) IsRedirect() bool
IsRedirect returns true when this update inbound shipment unauthorized response has a 3xx status code
func (*UpdateInboundShipmentUnauthorized) IsServerError ¶
func (o *UpdateInboundShipmentUnauthorized) IsServerError() bool
IsServerError returns true when this update inbound shipment unauthorized response has a 5xx status code
func (*UpdateInboundShipmentUnauthorized) IsSuccess ¶
func (o *UpdateInboundShipmentUnauthorized) IsSuccess() bool
IsSuccess returns true when this update inbound shipment unauthorized response has a 2xx status code
func (*UpdateInboundShipmentUnauthorized) String ¶
func (o *UpdateInboundShipmentUnauthorized) String() string
type VoidTransportBadRequest ¶
type VoidTransportBadRequest struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.VoidTransportResponse }
VoidTransportBadRequest describes a response with status code 400, with default header values.
Request has missing or invalid parameters and cannot be parsed.
func NewVoidTransportBadRequest ¶
func NewVoidTransportBadRequest() *VoidTransportBadRequest
NewVoidTransportBadRequest creates a VoidTransportBadRequest with default headers values
func (*VoidTransportBadRequest) Error ¶
func (o *VoidTransportBadRequest) Error() string
func (*VoidTransportBadRequest) GetPayload ¶
func (o *VoidTransportBadRequest) GetPayload() *fulfillment_inbound_v0_models.VoidTransportResponse
func (*VoidTransportBadRequest) IsClientError ¶
func (o *VoidTransportBadRequest) IsClientError() bool
IsClientError returns true when this void transport bad request response has a 4xx status code
func (*VoidTransportBadRequest) IsCode ¶
func (o *VoidTransportBadRequest) IsCode(code int) bool
IsCode returns true when this void transport bad request response a status code equal to that given
func (*VoidTransportBadRequest) IsRedirect ¶
func (o *VoidTransportBadRequest) IsRedirect() bool
IsRedirect returns true when this void transport bad request response has a 3xx status code
func (*VoidTransportBadRequest) IsServerError ¶
func (o *VoidTransportBadRequest) IsServerError() bool
IsServerError returns true when this void transport bad request response has a 5xx status code
func (*VoidTransportBadRequest) IsSuccess ¶
func (o *VoidTransportBadRequest) IsSuccess() bool
IsSuccess returns true when this void transport bad request response has a 2xx status code
func (*VoidTransportBadRequest) String ¶
func (o *VoidTransportBadRequest) String() string
type VoidTransportForbidden ¶
type VoidTransportForbidden struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.VoidTransportResponse }
VoidTransportForbidden 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 NewVoidTransportForbidden ¶
func NewVoidTransportForbidden() *VoidTransportForbidden
NewVoidTransportForbidden creates a VoidTransportForbidden with default headers values
func (*VoidTransportForbidden) Error ¶
func (o *VoidTransportForbidden) Error() string
func (*VoidTransportForbidden) GetPayload ¶
func (o *VoidTransportForbidden) GetPayload() *fulfillment_inbound_v0_models.VoidTransportResponse
func (*VoidTransportForbidden) IsClientError ¶
func (o *VoidTransportForbidden) IsClientError() bool
IsClientError returns true when this void transport forbidden response has a 4xx status code
func (*VoidTransportForbidden) IsCode ¶
func (o *VoidTransportForbidden) IsCode(code int) bool
IsCode returns true when this void transport forbidden response a status code equal to that given
func (*VoidTransportForbidden) IsRedirect ¶
func (o *VoidTransportForbidden) IsRedirect() bool
IsRedirect returns true when this void transport forbidden response has a 3xx status code
func (*VoidTransportForbidden) IsServerError ¶
func (o *VoidTransportForbidden) IsServerError() bool
IsServerError returns true when this void transport forbidden response has a 5xx status code
func (*VoidTransportForbidden) IsSuccess ¶
func (o *VoidTransportForbidden) IsSuccess() bool
IsSuccess returns true when this void transport forbidden response has a 2xx status code
func (*VoidTransportForbidden) String ¶
func (o *VoidTransportForbidden) String() string
type VoidTransportInternalServerError ¶
type VoidTransportInternalServerError struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.VoidTransportResponse }
VoidTransportInternalServerError describes a response with status code 500, with default header values.
An unexpected condition occurred that prevented the server from fulfilling the request.
func NewVoidTransportInternalServerError ¶
func NewVoidTransportInternalServerError() *VoidTransportInternalServerError
NewVoidTransportInternalServerError creates a VoidTransportInternalServerError with default headers values
func (*VoidTransportInternalServerError) Error ¶
func (o *VoidTransportInternalServerError) Error() string
func (*VoidTransportInternalServerError) GetPayload ¶
func (o *VoidTransportInternalServerError) GetPayload() *fulfillment_inbound_v0_models.VoidTransportResponse
func (*VoidTransportInternalServerError) IsClientError ¶
func (o *VoidTransportInternalServerError) IsClientError() bool
IsClientError returns true when this void transport internal server error response has a 4xx status code
func (*VoidTransportInternalServerError) IsCode ¶
func (o *VoidTransportInternalServerError) IsCode(code int) bool
IsCode returns true when this void transport internal server error response a status code equal to that given
func (*VoidTransportInternalServerError) IsRedirect ¶
func (o *VoidTransportInternalServerError) IsRedirect() bool
IsRedirect returns true when this void transport internal server error response has a 3xx status code
func (*VoidTransportInternalServerError) IsServerError ¶
func (o *VoidTransportInternalServerError) IsServerError() bool
IsServerError returns true when this void transport internal server error response has a 5xx status code
func (*VoidTransportInternalServerError) IsSuccess ¶
func (o *VoidTransportInternalServerError) IsSuccess() bool
IsSuccess returns true when this void transport internal server error response has a 2xx status code
func (*VoidTransportInternalServerError) String ¶
func (o *VoidTransportInternalServerError) String() string
type VoidTransportNotFound ¶
type VoidTransportNotFound struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.VoidTransportResponse }
VoidTransportNotFound describes a response with status code 404, with default header values.
The specified resource does not exist.
func NewVoidTransportNotFound ¶
func NewVoidTransportNotFound() *VoidTransportNotFound
NewVoidTransportNotFound creates a VoidTransportNotFound with default headers values
func (*VoidTransportNotFound) Error ¶
func (o *VoidTransportNotFound) Error() string
func (*VoidTransportNotFound) GetPayload ¶
func (o *VoidTransportNotFound) GetPayload() *fulfillment_inbound_v0_models.VoidTransportResponse
func (*VoidTransportNotFound) IsClientError ¶
func (o *VoidTransportNotFound) IsClientError() bool
IsClientError returns true when this void transport not found response has a 4xx status code
func (*VoidTransportNotFound) IsCode ¶
func (o *VoidTransportNotFound) IsCode(code int) bool
IsCode returns true when this void transport not found response a status code equal to that given
func (*VoidTransportNotFound) IsRedirect ¶
func (o *VoidTransportNotFound) IsRedirect() bool
IsRedirect returns true when this void transport not found response has a 3xx status code
func (*VoidTransportNotFound) IsServerError ¶
func (o *VoidTransportNotFound) IsServerError() bool
IsServerError returns true when this void transport not found response has a 5xx status code
func (*VoidTransportNotFound) IsSuccess ¶
func (o *VoidTransportNotFound) IsSuccess() bool
IsSuccess returns true when this void transport not found response has a 2xx status code
func (*VoidTransportNotFound) String ¶
func (o *VoidTransportNotFound) String() string
type VoidTransportOK ¶
type VoidTransportOK struct { /* Your rate limit (requests per second) for this operation. */ XAmznRateLimitLimit string /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.VoidTransportResponse }
VoidTransportOK describes a response with status code 200, with default header values.
Success.
func NewVoidTransportOK ¶
func NewVoidTransportOK() *VoidTransportOK
NewVoidTransportOK creates a VoidTransportOK with default headers values
func (*VoidTransportOK) Error ¶
func (o *VoidTransportOK) Error() string
func (*VoidTransportOK) GetPayload ¶
func (o *VoidTransportOK) GetPayload() *fulfillment_inbound_v0_models.VoidTransportResponse
func (*VoidTransportOK) IsClientError ¶
func (o *VoidTransportOK) IsClientError() bool
IsClientError returns true when this void transport o k response has a 4xx status code
func (*VoidTransportOK) IsCode ¶
func (o *VoidTransportOK) IsCode(code int) bool
IsCode returns true when this void transport o k response a status code equal to that given
func (*VoidTransportOK) IsRedirect ¶
func (o *VoidTransportOK) IsRedirect() bool
IsRedirect returns true when this void transport o k response has a 3xx status code
func (*VoidTransportOK) IsServerError ¶
func (o *VoidTransportOK) IsServerError() bool
IsServerError returns true when this void transport o k response has a 5xx status code
func (*VoidTransportOK) IsSuccess ¶
func (o *VoidTransportOK) IsSuccess() bool
IsSuccess returns true when this void transport o k response has a 2xx status code
func (*VoidTransportOK) String ¶
func (o *VoidTransportOK) String() string
type VoidTransportParams ¶
type VoidTransportParams struct { /* ShipmentID. A shipment identifier originally returned by the createInboundShipmentPlan operation. */ ShipmentID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
VoidTransportParams contains all the parameters to send to the API endpoint
for the void transport operation. Typically these are written to a http.Request.
func NewVoidTransportParams ¶
func NewVoidTransportParams() *VoidTransportParams
NewVoidTransportParams creates a new VoidTransportParams 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 NewVoidTransportParamsWithContext ¶
func NewVoidTransportParamsWithContext(ctx context.Context) *VoidTransportParams
NewVoidTransportParamsWithContext creates a new VoidTransportParams object with the ability to set a context for a request.
func NewVoidTransportParamsWithHTTPClient ¶
func NewVoidTransportParamsWithHTTPClient(client *http.Client) *VoidTransportParams
NewVoidTransportParamsWithHTTPClient creates a new VoidTransportParams object with the ability to set a custom HTTPClient for a request.
func NewVoidTransportParamsWithTimeout ¶
func NewVoidTransportParamsWithTimeout(timeout time.Duration) *VoidTransportParams
NewVoidTransportParamsWithTimeout creates a new VoidTransportParams object with the ability to set a timeout on a request.
func (*VoidTransportParams) SetContext ¶
func (o *VoidTransportParams) SetContext(ctx context.Context)
SetContext adds the context to the void transport params
func (*VoidTransportParams) SetDefaults ¶
func (o *VoidTransportParams) SetDefaults()
SetDefaults hydrates default values in the void transport params (not the query body).
All values with no default are reset to their zero value.
func (*VoidTransportParams) SetHTTPClient ¶
func (o *VoidTransportParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the void transport params
func (*VoidTransportParams) SetShipmentID ¶
func (o *VoidTransportParams) SetShipmentID(shipmentID string)
SetShipmentID adds the shipmentId to the void transport params
func (*VoidTransportParams) SetTimeout ¶
func (o *VoidTransportParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the void transport params
func (*VoidTransportParams) WithContext ¶
func (o *VoidTransportParams) WithContext(ctx context.Context) *VoidTransportParams
WithContext adds the context to the void transport params
func (*VoidTransportParams) WithDefaults ¶
func (o *VoidTransportParams) WithDefaults() *VoidTransportParams
WithDefaults hydrates default values in the void transport params (not the query body).
All values with no default are reset to their zero value.
func (*VoidTransportParams) WithHTTPClient ¶
func (o *VoidTransportParams) WithHTTPClient(client *http.Client) *VoidTransportParams
WithHTTPClient adds the HTTPClient to the void transport params
func (*VoidTransportParams) WithShipmentID ¶
func (o *VoidTransportParams) WithShipmentID(shipmentID string) *VoidTransportParams
WithShipmentID adds the shipmentID to the void transport params
func (*VoidTransportParams) WithTimeout ¶
func (o *VoidTransportParams) WithTimeout(timeout time.Duration) *VoidTransportParams
WithTimeout adds the timeout to the void transport params
func (*VoidTransportParams) WriteToRequest ¶
func (o *VoidTransportParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type VoidTransportReader ¶
type VoidTransportReader struct {
// contains filtered or unexported fields
}
VoidTransportReader is a Reader for the VoidTransport structure.
func (*VoidTransportReader) ReadResponse ¶
func (o *VoidTransportReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type VoidTransportServiceUnavailable ¶
type VoidTransportServiceUnavailable struct { string }XAmznRequestID
VoidTransportServiceUnavailable describes a response with status code 503, with default header values.
Temporary overloading or maintenance of the server.
func NewVoidTransportServiceUnavailable ¶
func NewVoidTransportServiceUnavailable() *VoidTransportServiceUnavailable
NewVoidTransportServiceUnavailable creates a VoidTransportServiceUnavailable with default headers values
func (*VoidTransportServiceUnavailable) Error ¶
func (o *VoidTransportServiceUnavailable) Error() string
func (*VoidTransportServiceUnavailable) GetPayload ¶
func (o *VoidTransportServiceUnavailable) GetPayload() *fulfillment_inbound_v0_models.VoidTransportResponse
func (*VoidTransportServiceUnavailable) IsClientError ¶
func (o *VoidTransportServiceUnavailable) IsClientError() bool
IsClientError returns true when this void transport service unavailable response has a 4xx status code
func (*VoidTransportServiceUnavailable) IsCode ¶
func (o *VoidTransportServiceUnavailable) IsCode(code int) bool
IsCode returns true when this void transport service unavailable response a status code equal to that given
func (*VoidTransportServiceUnavailable) IsRedirect ¶
func (o *VoidTransportServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this void transport service unavailable response has a 3xx status code
func (*VoidTransportServiceUnavailable) IsServerError ¶
func (o *VoidTransportServiceUnavailable) IsServerError() bool
IsServerError returns true when this void transport service unavailable response has a 5xx status code
func (*VoidTransportServiceUnavailable) IsSuccess ¶
func (o *VoidTransportServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this void transport service unavailable response has a 2xx status code
func (*VoidTransportServiceUnavailable) String ¶
func (o *VoidTransportServiceUnavailable) String() string
type VoidTransportTooManyRequests ¶
type VoidTransportTooManyRequests struct { /* Unique request reference identifier. */ XAmznRequestID string Payload *fulfillment_inbound_v0_models.VoidTransportResponse }
VoidTransportTooManyRequests describes a response with status code 429, with default header values.
The frequency of requests was greater than allowed.
func NewVoidTransportTooManyRequests ¶
func NewVoidTransportTooManyRequests() *VoidTransportTooManyRequests
NewVoidTransportTooManyRequests creates a VoidTransportTooManyRequests with default headers values
func (*VoidTransportTooManyRequests) Error ¶
func (o *VoidTransportTooManyRequests) Error() string
func (*VoidTransportTooManyRequests) GetPayload ¶
func (o *VoidTransportTooManyRequests) GetPayload() *fulfillment_inbound_v0_models.VoidTransportResponse
func (*VoidTransportTooManyRequests) IsClientError ¶
func (o *VoidTransportTooManyRequests) IsClientError() bool
IsClientError returns true when this void transport too many requests response has a 4xx status code
func (*VoidTransportTooManyRequests) IsCode ¶
func (o *VoidTransportTooManyRequests) IsCode(code int) bool
IsCode returns true when this void transport too many requests response a status code equal to that given
func (*VoidTransportTooManyRequests) IsRedirect ¶
func (o *VoidTransportTooManyRequests) IsRedirect() bool
IsRedirect returns true when this void transport too many requests response has a 3xx status code
func (*VoidTransportTooManyRequests) IsServerError ¶
func (o *VoidTransportTooManyRequests) IsServerError() bool
IsServerError returns true when this void transport too many requests response has a 5xx status code
func (*VoidTransportTooManyRequests) IsSuccess ¶
func (o *VoidTransportTooManyRequests) IsSuccess() bool
IsSuccess returns true when this void transport too many requests response has a 2xx status code
func (*VoidTransportTooManyRequests) String ¶
func (o *VoidTransportTooManyRequests) String() string
type VoidTransportUnauthorized ¶
type VoidTransportUnauthorized struct { string }XAmznRequestID
VoidTransportUnauthorized 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 NewVoidTransportUnauthorized ¶
func NewVoidTransportUnauthorized() *VoidTransportUnauthorized
NewVoidTransportUnauthorized creates a VoidTransportUnauthorized with default headers values
func (*VoidTransportUnauthorized) Error ¶
func (o *VoidTransportUnauthorized) Error() string
func (*VoidTransportUnauthorized) GetPayload ¶
func (o *VoidTransportUnauthorized) GetPayload() *fulfillment_inbound_v0_models.VoidTransportResponse
func (*VoidTransportUnauthorized) IsClientError ¶
func (o *VoidTransportUnauthorized) IsClientError() bool
IsClientError returns true when this void transport unauthorized response has a 4xx status code
func (*VoidTransportUnauthorized) IsCode ¶
func (o *VoidTransportUnauthorized) IsCode(code int) bool
IsCode returns true when this void transport unauthorized response a status code equal to that given
func (*VoidTransportUnauthorized) IsRedirect ¶
func (o *VoidTransportUnauthorized) IsRedirect() bool
IsRedirect returns true when this void transport unauthorized response has a 3xx status code
func (*VoidTransportUnauthorized) IsServerError ¶
func (o *VoidTransportUnauthorized) IsServerError() bool
IsServerError returns true when this void transport unauthorized response has a 5xx status code
func (*VoidTransportUnauthorized) IsSuccess ¶
func (o *VoidTransportUnauthorized) IsSuccess() bool
IsSuccess returns true when this void transport unauthorized response has a 2xx status code
func (*VoidTransportUnauthorized) String ¶
func (o *VoidTransportUnauthorized) String() string
Source Files
¶
- confirm_preorder_parameters.go
- confirm_preorder_responses.go
- confirm_transport_parameters.go
- confirm_transport_responses.go
- create_inbound_shipment_parameters.go
- create_inbound_shipment_plan_parameters.go
- create_inbound_shipment_plan_responses.go
- create_inbound_shipment_responses.go
- estimate_transport_parameters.go
- estimate_transport_responses.go
- fba_inbound_client.go
- get_bill_of_lading_parameters.go
- get_bill_of_lading_responses.go
- get_labels_parameters.go
- get_labels_responses.go
- get_preorder_info_parameters.go
- get_preorder_info_responses.go
- get_prep_instructions_parameters.go
- get_prep_instructions_responses.go
- get_shipment_items_by_shipment_id_parameters.go
- get_shipment_items_by_shipment_id_responses.go
- get_shipment_items_parameters.go
- get_shipment_items_responses.go
- get_shipments_parameters.go
- get_shipments_responses.go
- get_transport_details_parameters.go
- get_transport_details_responses.go
- put_transport_details_parameters.go
- put_transport_details_responses.go
- update_inbound_shipment_parameters.go
- update_inbound_shipment_responses.go
- void_transport_parameters.go
- void_transport_responses.go