Last update:
April 11, 2024
FullfillmentCenters query¶
This connection allows you to search for fulfillment centers.
Argument¶
Argument | Description |
---|---|
after String |
A cursor value to paginate through the results. |
first Int |
The number of pages in a single query. |
storeId String |
The Id of the store to retrieve pages from. |
query String |
Performs the full-text search. |
sort String |
Specifies the sorting order of the returned products. |
fullfillmentCentersIds String |
Identifies fullfillment centers. This argument is exclusive! If set, it overrides all other arguments. |
Possible returns¶
Possible return | Description |
---|---|
FulfillmentCenterConnection |
A data type that describes a fulfillment center. |