publicSupplierProducts
Get the expanded PublicSupplier for this DemandHqSupplier
publicSupplierProducts(
after: String
before: String
cost: [FloatRangeFilterInput]
demandHqId: ID!
first: Int
inventoryPolicy: [SupplierProductInventoryPolicyFilterInput]
inventoryStatus: InventoryStatus
last: Int
manufacturer: [StringFilterInput]
msrp: [FloatRangeFilterInput]
query: String
recommendedPrice: [FloatRangeFilterInput]
sortOrder: [SupplierProductSortInput]
standardizedColor: [SupplierProductStandardizedColorFilterInput]
supplierId: ID!
tags: [StringFilterInput]
vendor: StringFilterInput
): PublicSupplierProductConnectionWithSearch
Arguments
publicSupplierProducts.after ● String scalar
Returns the elements in the list that come after the specified cursor.
publicSupplierProducts.before ● String scalar
Returns the elements in the list that come before the specified cursor.
publicSupplierProducts.cost ● [FloatRangeFilterInput] list input
Filter SupplierProducts using cost ranges.
publicSupplierProducts.demandHqId ● ID! non-null scalar
The ID of the DemandHq requesting the Public Supplier Products
publicSupplierProducts.first ● Int scalar
Returns the first n elements from the list.
publicSupplierProducts.inventoryPolicy ● [SupplierProductInventoryPolicyFilterInput] list input
Filter SupplierProducts using InventoryPolicy (Variant).
publicSupplierProducts.inventoryStatus ● InventoryStatus enum
publicSupplierProducts.last ● Int scalar
Returns the last n elements from the list.
publicSupplierProducts.manufacturer ● [StringFilterInput] list input
Filter SupplierProducts using Manufacturer (VariantSupplement).
publicSupplierProducts.msrp ● [FloatRangeFilterInput] list input
Filter SupplierProducts using MSRP ranges.
publicSupplierProducts.query ● String scalar
Query supplierProducts for certain terms. Searches several fields, including supplierProduct.tags, supplierProduct.title, supplierProduct.vendor, supplierProductLocales.description, supplierProductLocales.featureBullets, supplierVariantSupplements.barcode, supplierVariantSupplement.mpn, supplierVariantSupplement.sku
publicSupplierProducts.recommendedPrice ● [FloatRangeFilterInput] list input
Filter SupplierProducts using recommendedPrice ranges.
publicSupplierProducts.sortOrder ● [SupplierProductSortInput] list input
Sort SupplierProducts by a series of fields and directions, defaults to CREATED_AT/ASC.
publicSupplierProducts.standardizedColor ● [SupplierProductStandardizedColorFilterInput] list input
Filter SupplierProducts using StandardizedColor (Variant).
publicSupplierProducts.supplierId ● ID! non-null scalar
The ID of the Supplier to get products for.
publicSupplierProducts.tags ● [StringFilterInput] list input
Filter SupplierProducts using Tags.
publicSupplierProducts.vendor ● StringFilterInput input
Filter SupplierProducts using Vendors.
Type
PublicSupplierProductConnectionWithSearch object
Paginate through PublicSupplierProducts