Skip to main content

SellerAddressDelete

Result of seller address delete mutation.

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

Fields

SellerAddressDelete.seller ● Seller object

The seller with address removed.

SellerAddressDelete.address ● Address object

The deleted address.

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

List of errors that occurred executing the mutation.

Returned By

sellerAddressDelete mutation

Was this page helpful?