Verify OTP sent by customer. Used to verify OTP for refund bank details.
Arguments
orderId
StringA unique number used for identifying and tracking your orders. For example, 'FY63C1FBA80195F734C0'.
You can get orderId from the query orders.
You can get orderId from the query orders.
shipmentId
StringID of the shipment. An order may contain multiple items and may get divided into one or more shipment, each having its own ID. For example, '16736576489251696245'.
You can get shipmentId from the query order.shipments[].shipment_id.
You can get shipmentId from the query order.shipments[].shipment_id.
verifyOtpInput
VerifyOtpInputSchema for verify otp. Example: { otp_code: '123456', request_id: '63c1fd1baf6c6925304395cb' }.
Response
Mutation
Try it
Input Variables
Response
Was this section helpful?