Developers now have the capability to subscribe to OrderCreate
and OrderStatusUpdate
in the marketplace for their own personalized app development.
This feature can be utilized as OrderCreate
& OrderStatusUpdate
within the app settings. The payments/orders.readonly
scope, which is configurable at the location level, is needed for this feature.
OrderCreate
– This activity occurs whenever an order is created.
OrderStatusUpdate
– This activity takes place whenever an order status changes. The possible statuses could be pending
, completed
, or cancelled
.