SellerApplicationUpdate
Updates application for the given seller.
type SellerApplicationUpdate {
seller: Seller
sellerErrors: [SellerError!]!
}
Fields
SellerApplicationUpdate.seller ● Seller object
An updated seller instance.
SellerApplicationUpdate.sellerErrors ● [SellerError!]! non-null object
Returned By
sellerApplicationUpdate mutation