INPUT_OBJECT
AddressInput
Input attributes for creating or updating an address.
link GraphQL Schema definition
- input AddressInput {
- # Building number, unit number, and street. Required for creation.
- String :
- # Required for creation.
- String :
- # An identifying value for looking up the relevant country. Can be a DB ID or
- # two-character country abbreviation. Defaults to the sites home country.
- CountryInput :
- # Required for update.
- ID :
- # Required for creation.
- String :
- # Required for creation.
- StateInput :
- # Second line for address info. Sometimes used for apartment number or something
- # similar. Required for creation.
- String :
- }
link Require by
- CartInputAttributes for creating or updating a cart.
- OrderInputAttributes for creating or updating an order
- OrderUpdateInputAttributes for updating an order
- SellerInputAttributes for creating a seller.
- SellerUpdateInputAttributes for updating a seller.
- ShipmentAddressCreateMutationInputAutogenerated input type of ShipmentAddressCreateMutation