Publishing

Publishing Events

This API publishing following events.

Event Parameters Description
applyze.ecommerce.product.deleted #ProductDeleteEventDto for manual showcases
applyze.ecommerce.variation.updated #VariationDto
applyze.ecommerce.order.added #OrderPostResponseDto
applyze.ecommerce.order.completed #OrderPostResponseDto
applyze.ecommerce.order.canceled #OrderPostResponseDto
applyze.ecommerce.order.product_refunded #PaymentRefundDto
applyze.ecommerce.shopping_cart.added #UpdateShoppingCartStatsEventDto
applyze.ecommerce.settings.currency_changed #CurrencyChangedEventDto




Models

ProductDeleteEventDto

  • string AppId
  • string ProductId

VariationDto

  • string AppId
  • string VariationId
  • string VariationGroupId
  • LocalizedField<string> Value

OrderPostResponseDto

  • to be added. See on swagger now.

PaymentRefundDto

  • string Description
  • string ProductId
  • string Reason

UpdateShoppingCartStatsEventDto

  • string ProductId
  • string UserId
  • int Count
  • DateTime AddedDate

CurrencyChangedEventDto

  • string AppId
  • Currency Currency