You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 16/umbraco-commerce/key-concepts/product-adapters.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ public class MyCustomProductAdapter : ProductAdapterBase
30
30
31
31
All Product Adapters implement the `ProductAdapterBase` base class which requires two method implementations:
32
32
33
-
* A `GetProductSnapshotAsync`methods that retrieve a Product Snapshot for either a product or product variant by reference parameters.
33
+
* A `GetProductSnapshotAsync`method that retrieves a Product Snapshot for either a product or a product variant by reference parameters.
34
34
* A `TryGetProductReferenceAsync` method which retrieves a product/variant reference for a product that belongs to a given `storeId` and has the given `sku`.
35
35
36
36
A Product Snapshot consists of the following properties in order to present a Product to Umbraco Commerce in a standard way.
0 commit comments