Newer Version Available

This content describes an older version of this product. View Latest

Repricing Class

Perform functions related to repricing orders in Order Management.

Namespace

ConnectApi

Repricing Methods

The following are methods for Repricing. All methods are static.

productDetails(webstoreId, skuOrProductId, effectiveAccountId, currencyCode, locale)

Get details of a product in a web store.

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.