Newer Version Available
Repricing Class
Perform functions related to repricing orders in Order Management.
Namespace
Repricing Methods
The following are methods for Repricing. All
methods are static.
productDetails(webstoreId, skuOrProductId, effectiveAccountId, currencyCode, locale)
API Version
55.0
Requires Chatter
No
Signature
public static ConnectApi.ProductDetailsOutputRepresentation productDetails(String webstoreId, String skuOrProductId, String effectiveAccountId, String currencyCode, String locale)
Parameters
- webstoreId
- Type: String
- ID of the WebStore.
- skuOrProductId
- Type: String
- SKU or ID of the Product.
- effectiveAccountId
- Type: String
- Effective Account ID. Required for B2B stores. For other stores, pass null.
- currencyCode
- Type: String
- ISO currency code. If you pass null, the default store value is used.
- locale
- Type: String
- Locale. If you pass null, the default store value is used.
- excludeAttributeSetInfo
- Type: String
- Specifies whether the attribute set information for the product is returned.
- excludeMedia
- Type: String
- Specifies whether the media groups and default images of the product are returned.
- excludeQuantityRule
- Type: String
- Specifies whether the quantity rule information for the product is returned.
- excludeVariationInfo
- Type: String
- Specifies whether the variation information for the product is returned.
- excludePrices
- Type: String
- Specifies whether the prices for the product is returned.