Skip to main content

BuyerCreateResponse Object

Description

Response type for buyer creation operations, containing the created buyer and a message describing the result.

Declaration

type BuyerCreateResponse {
user: Buyer!
message: String!
}

Fields

NameTypeDescription
userBuyer!The newly created buyer.
messageString!Message describing the result of the buyer creation operation.