Skip to main content

SellerAddressCreate

Result of seller address create mutation.

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

Fields

SellerAddressCreate.seller ● Seller object

The seller with the new address.

SellerAddressCreate.address ● Address object

The created address.

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

List of errors that occurred executing the mutation.

Returned By

sellerAddressCreate mutation

Was this page helpful?