Get Product
Retrieves information about a single product given its product code.
Documentation Index
Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT Authorization header using the Bearer scheme.
Path Parameters
Required. Merchant-created code associated with the product, for example, a SKU. Max length: 30.
Query Parameters
Optional. Merchant-created code associated with a specific product variation. Max length: #.
Optional. Response groups to be determined.
Optional. If true, return a product if it is located but inactive.
Determines whether or not to check inventory on an item when validating
Optional. If true, will still return the product, even if product is out of stock and the out of stock behavior is set to “Hide Product in Store”. If false or omitted, the same product will return a 404 not found. Suppressing the 404 not found is useful for site SEO.
Optional. If specified, will be used for returning pricing based on volume if applicable. Defaults to 1 if not specified.
limits which fields are returned in the response body
Response
OK
Details of a product, including its product code, name, description, options (if any), and current state--whether the product can be purchased given the options selected currently.
List of potential shipping discounts available for this product.
The list of Bundled products included in this product. This is only populated when ProductUsage=Bundle
List of categories to which this product belongs.
Only used for indexing
Name of the product and, if supplied, description, metatags, friendly URL, and associated images.
When the product was created with the product admin resource.
Indicates the fulfillment types the product supports.
The GoodsType of the product (Physical, Digital, DigitalCredit....)
Use the Products resource to create and manage products for your store. You can create products with options that a shopper configures (such as a T-shirt color and size). The system can manage inventory for all combinations of your product options, and can calculate tax and shipping costs.
If true, the product exists. If not, the product should not appear in search results.
Is this product shipped in its own package
If true, the product can be purchased or fulfilled at regular intervals, for example, monthly billing or a subscription.
If true, the product is subject to tax.
Any location code (eq) or array of location codes which are in stock.
Physical dimensions of the package required to ship the product and its weight.
Manufacturer part number.
Manufacturer part numbers (populated for configurable products).
List of the product's configurable options and extras. Includes whether an option is configurable (for example, a T-shirt) or an Extra (for example, monogram or gift-wrapping).
Price of the product with any sale and discounts applied.
For products with options that vary the cost of the product, the range between lowest and highest possible price of the product based on the current selection of options.
Merchant-created code associated with the product, for example, a SKU.
list of member products that are part of the collection This requires that the ProductUsage be set to Collection
List of product codes of product collections that this product is a member of.
List of the image groups this product uses. Image groups are used to map different images to different product options. If the product doesn't have options then all images will be in the default image group.
System generated monotonically increasing sequence
The UsageType of this product (Standard, Configurable, Bundle, Component, Collection)
List of product properties. These are attributes that might apply to multiple products, for example, price, size, manufacturer. These attributes cannot be configured by the shopper.
Represents the published state of the product returned. Valid values for ValueType are defined in PublishStateConst.
Current state of the product purchase, that is, whether it is ready to be purchased. For products with configurable options, /// the product is purchaseable if the shopper has selected all required options. If not, a message lists which required options are missing.
The location where the product is being purchased.. default is null. Products can have different prices by purchaseLocation via custom priceListResolution....
The item's search engine relevancy score.
Readonly value of the selected value of the option corresponding to the Mozu.ProductRuntime.Contracts.Product.SlicingAttributeFQN
UPC code of the products (populated for configurable products).
UPC code of the product.
When the product was last modified with the product admin resource.
List of valid pricelists for the product
When a configurable product has IsPurchasable=true on a GetProduct, this property will be populated for submission to cart.
For products with bulk pricing... this will be populated with pricebands, depending on what options have been selected...
For products with options that vary the cost of the product, the range between lowest and highest possible price of the product based on the current selection of options.

