/returns/oneship/status

This API updates the oneship return status. Allowed returnAction is ACCEPT for now. Multiple updates are allowed.

Request

ParameterNameDataTypeParameterTypeRequirementDescription
returnActionStringbodyMandatoryIt is the action on return by seller
rtvListCodeStringbodyMandatoryIt is the RTV List code
packIdsListbodyMandatoryIt is a list of pack ids
updatedByStringbodyOptionalUpdated By

Response

metadata :

FieldNameDataTypeDescription
requestIdStringUnique ID for the request
clientIdStringPartner Id
responseTimeLongResponse Time
requestedURIStringRequested URI
messageStringError message

payload :

FieldNameDataTypeDescription
returnStatusUpdatesResponseMap<String, UpdateResponse>Map of Pack Id and UpdateResponse

UpdateResponse :

FieldNameDataTypeDescription
operationSuccessfulbooleanDescribes whether operation Successful or not
errorMessageStringError message will be given if operationSuccessful is false otherwise it will be null.
Language
Authorization