OBJECT
UpdatePrimeOfferStatusError
Error code for an error that occurs while updating prime offer status.
link GraphQL Schema definition
1 type UpdatePrimeOfferStatusError { 2 3 # Error code for error that occurred while updating prime offer status. 4 : UpdatePrimeOfferStatusErrorCode! 5 6 }