Skip to main content

SellerAddressUpdate

Result of seller address update mutation.

type SellerAddressUpdate {
seller: Seller
address: Address
sellerErrors: [SellerError!]!
}

Fields

SellerAddressUpdate.seller ● Seller object

The seller with the updated address.

SellerAddressUpdate.address ● Address object

The updated address.

SellerAddressUpdate.sellerErrors ● [SellerError!]! non-null object

List of errors that occurred executing the mutation.

Returned By

sellerAddressUpdate mutation

Was this page helpful?