Query Object
The schema’s entry-point for queries. This acts as the public, top-level API from which all queries must start.
Fields
#
shippingProfiles
[ ShippingProfile !]!
Non-null
All shipping profiles available to this seller: active custom profiles + standard Whatnot default profiles
Required Scopes: read:inventory
productVariants
No longer supported
List of ProductVariant.
Required Scopes: read:inventory
shipments
⚠ Beta — The types, behavior, and existence of this item may change without notice. Not recommended for production use.
List of Shipments
Required Scopes: read:shipments
shipment
⚠ Beta — The types, behavior, and existence of this item may change without notice. Not recommended for production use.
Returns a Shipment by ID.
Required Scopes: read:shipments
productAttributes
Get the available product attributes for a given filter.
Previous
ProductVariantUpdatePayload
Next
SalesChannel
