OBJECT

UpdatePrimeOfferStatusError

Error code for an error that occurs while updating prime offer status.

link GraphQL Schema definition

1type UpdatePrimeOfferStatusError {
2
3# Error code for error that occurred while updating prime offer status.
4code: UpdatePrimeOfferStatusErrorCode!
5
6}