Guest User

Untitled

a guest
Sep 19th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. _container.AddToCatalogs(new Sitecore.Commerce.Plugin.Catalog.Catalog()
  2. {
  3. Name = "Test",
  4. DisplayName = "Test",
  5. PriceBookName = "Postman_Price_Book",
  6. PromotionBookName = "Postman_Promotion_Book",
  7. });
  8. await _container.SaveChangesAsync();
  9. but SaveChangesAsync throws error
  10.  
  11. {{OpsApiHost}}/{{OpsApi}}/GetApiRoutes
Add Comment
Please, Sign In to add comment