/returns/buyer/status

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

Request

ParameterNameDataTypeParameterTypeRequirementDescription
returnActionStringbodyMandatoryIt is the action on return by seller
subOrderCodesListbodyMandatoryIt is a list of sub order codes
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 Sub order code 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