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.