INPUT_OBJECT

WarehouseLocationUpdateInput

link GraphQL Schema definition

1input WarehouseLocationUpdateInput {
2
3address: String
4
5address2: String
6
7# Exactly one input field should be provided
8country: CountryInput
9
10stateOrProvince: String
11
12city: String
13
14zipCode: String
15}