- Overview
- Authorization Workflow
- Permissions
- Sandbox
- API Models
- Available API Models
- Request Apidog Access
- OPENAPI SPECIFICATION
- Research Docs
- Amazon Warehousing and Distribution
- Authorization
- Catalog Items
- Catalog [Deprecated]
- Definitions
- Easy Ship
- FBAInbound
- listInboundPlans
- createInboundPlan
- getInboundPlan
- listInboundPlanBoxes
- cancelInboundPlan
- listInboundPlanItems
- updateInboundPlanName
- listPackingGroupBoxes
- listPackingGroupItems
- setPackingInformation
- listPackingOptions
- generatePackingOptions
- confirmPackingOption
- listInboundPlanPallets
- listPlacementOptions
- generatePlacementOptions
- confirmPlacementOption
- getShipment
- listShipmentBoxes
- listShipmentContentUpdatePreviews
- generateShipmentContentUpdatePreviews
- getShipmentContentUpdatePreview
- confirmShipmentContentUpdatePreview
- getDeliveryChallanDocument
- listDeliveryWindowOptions
- generateDeliveryWindowOptions
- confirmDeliveryWindowOptions
- listShipmentItems
- updateShipmentName
- listShipmentPallets
- cancelSelfShipAppointment
- getSelfShipAppointmentSlots
- generateSelfShipAppointmentSlots
- scheduleSelfShipAppointment
- updateShipmentSourceAddress
- updateShipmentTrackingDetails
- listTransportationOptions
- generateTransportationOptions
- confirmTransportationOptions
- listItemComplianceDetails
- updateItemComplianceDetails
- createMarketplaceItemLabels
- listPrepDetails
- setPrepDetails
- getInboundOperationStatus
- getItemEligibilityPreview
- FBAInventory
- FBAOutbound
- Feeds
- Fees
- Finance
- Invoices [Brazil]
- Listings Items
- Merchant Fulfillment
- Orders
- ProductPricing
- Reports
- Sales
- Sellers
- Service
- getServiceJobByServiceJobId
- cancelServiceJobByServiceJobId
- completeServiceJobByServiceJobId
- getServiceJobs
- addAppointmentForServiceJobByServiceJobId
- rescheduleAppointmentForServiceJobByServiceJobId
- assignAppointmentResources
- setAppointmentFulfillmentData
- getRangeSlotCapacity
- getFixedSlotCapacity
- updateSchedule
- createReservation
- updateReservation
- cancelReservation
- getAppointmmentSlotsByJobId
- getAppointmentSlots
- createServiceDocumentUploadDestination
- ShipmentInvoice[Brazil]
- Shipping
- getRates
- createShipment
- directPurchaseShipment
- getShipment
- purchaseShipment
- cancelShipment
- oneClickShipment
- purchaseLabels
- getTracking
- retrieveShippingLabel
- getShipmentDocuments
- purchaseShipment
- cancelShipment
- getRates
- getAdditionalInputs
- getAccount
- getCarrierAccountFormInputs
- getTrackingInformation
- getCarrierAccounts
- linkCarrierAccount
- unlinkCarrierAccount
- generateCollectionForm
- getCollectionFormHistory
- getUnmanifestedShipments
- getCollectionForm
- getAccessPoints
- Supply Sources
- Tokens
- Uploads
- Notifications
updateVerificationStatus
Exception
PATCH
/orders/v0/orders/{orderId}/regulatedInfo
Orders
Last modified:2024-11-29 11:51:10
Maintainer:Sarath S
Rate (requests per second) | Burst |
---|---|
0.5 | 30 |
x-amzn-RateLimit-Limit
response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to Usage Plans and Rate Limits.Request
Path Params
orderId
stringÂ
required
Example:
902-3159896-1390916
Body Params application/json
The request body for the `updateVerificationStatus` operation.
regulatedOrderVerificationStatus
object (UpdateVerificationStatusRequestBody)Â
required
VerificationStatus
field.status
enum<string>Â
optional
Allowed values:
PendingApprovedRejectedExpiredCancelled
externalReviewerId
stringÂ
required
rejectionReasonId
stringÂ
optional
verificationDetails
object (VerificationDetails)Â
optional
Example
{
"regulatedOrderVerificationStatus": {
"status": "Pending",
"externalReviewerId": "string",
"rejectionReasonId": "string",
"verificationDetails": {
"prescriptionDetail": {
"prescriptionId": "string",
"expirationDate": "2019-08-24T14:15:22Z",
"writtenQuantity": 1,
"totalRefillsAuthorized": 0,
"refillsRemaining": 0,
"clinicId": "string",
"usageInstructions": "string"
}
}
}
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://sandbox.sellingpartnerapi-na.amazon.com/orders/v0/orders/902-3159896-1390916/regulatedInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"regulatedOrderVerificationStatus": {
"status": "Pending",
"externalReviewerId": "string",
"rejectionReasonId": "string",
"verificationDetails": {
"prescriptionDetail": {
"prescriptionId": "string",
"expirationDate": "2019-08-24T14:15:22Z",
"writtenQuantity": 1,
"totalRefillsAuthorized": 0,
"refillsRemaining": 0,
"clinicId": "string",
"usageInstructions": "string"
}
}
}
}'
Responses
🟢204No Content
application/json
Headers
x-amzn-RateLimit-Limit
stringÂ
optional
x-amzn-RequestId
stringÂ
optional
Body
object {0}
Example
{}
🟠400Bad Request
🟠403Forbidden
🟠404Record Not Found
🟠413413
🟠415415
🟠429429
🔴500Server Error
🔴503Service Unavailable