Invoice Events are available in Marketplace Webhooks
– Developers can now subscribe to InvoiceCreate, InvoiceUpdate, InvoiceSent, InvoiceVoid, InvoicePaid, InvoicePartiallyPaid, InvoiceDelete in the marketplace for their custom app development to listen to invoice-related events.
– This is available in app settings with invoices.readonly scope configurable at the location level
– InvoiceCreate – This occurs whenever an invoice is created in a draft state.
– InvoiceUpdate – This occurs whenever there is a change on invoice data.
– InvoiceSent – This occurs whenever the invoice is sent either from the dashboard or through the public API which is available.
– InvoiceVoid – This occurs whenever the invoice is marked as void.
– InvoicePaid – This occurs whenever the invoice is fully paid.
– InvoicePartiallyPaid – This occurs whenever any payment is recorded against an invoice and it is not fully paid.
– InvoiceDelete – This occurs whenever the invoice is deleted.
Products Events are available in Marketplace Webhooks
– Developers can now subscribe to ProductCreate, ProductUpdate, ProductDelete in the marketplace for their custom app development to listen to product-related events.
– This is available in app settings with products.readonly scope configurable at the location level
– ProductCreate – This occurs whenever a product is created.
– ProductUpdate – This occurs whenever there is a change in product information.
– ProductDelete – This occurs whenever the product is deleted.
Prices Events are available in Marketplace Webhooks
– Developers can now subscribe to PriceCreate, PriceUpdate, PriceDelete in the marketplace for their custom app development to listen on prices related events.
– This is available in app settings with products/prices.readonly scope is configurable at the location level
– PriceCreate – This occurs whenever a price is created.
– PriceUpdate – This occurs whenever there is a change in price information.
– PriceDelete – This occurs whenever the price is deleted.