Docs Showcase - EasyShop
Docs Showcase - EasyShop
Docs Showcase - EasyShop
Docs Showcase - EasyShop
Docs Showcase - EasyShop
Docs Showcase - EasyShop
 
 
 

Updated

 

EasyShop Changelog

Check out our changelog to see all the recent updates to EasyShop!

Back to Docs

Our Website

Version 1.2.0

December 3, 2023

Image alt text
Image alt text
New Features:
  • Customizable Cart Appearance: EasyShop now supports extensive customization options for the shopping cart. Tailor the cart's appearance to seamlessly integrate with your application's design.

  • Real-Time Inventory Tracking: Introducing real-time inventory tracking! Keep a close eye on product availability to prevent overselling and ensure accurate stock levels

Enhancements:
  • Improved Checkout Security: We've implemented additional security measures during the checkout process. EasyShop now adheres to the latest security standards, providing a safer transaction environment.

  • SDK Updates: The EasyShop SDK has been updated for JavaScript, Python, and Ruby. Developers can now benefit from enhanced features and improved integration capabilities.

Bug Fixes:
  • Customizable Cart Appearance: EasyShop now supports extensive customization options for the shopping cart. Tailor the cart's appearance to seamlessly integrate with your application's design.

  • Real-Time Inventory Tracking: Introducing real-time inventory tracking! Keep a close eye on product availability to prevent overselling and ensure accurate stock levels

 

Version 1.2.0

December 3, 2023

Image alt text
Image alt text
New Features:
  • Customizable Cart Appearance: EasyShop now supports extensive customization options for the shopping cart. Tailor the cart's appearance to seamlessly integrate with your application's design.

  • Real-Time Inventory Tracking: Introducing real-time inventory tracking! Keep a close eye on product availability to prevent overselling and ensure accurate stock levels

Enhancements:
  • Improved Checkout Security: We've implemented additional security measures during the checkout process. EasyShop now adheres to the latest security standards, providing a safer transaction environment.

  • SDK Updates: The EasyShop SDK has been updated for JavaScript, Python, and Ruby. Developers can now benefit from enhanced features and improved integration capabilities.

Bug Fixes:
  • Customizable Cart Appearance: EasyShop now supports extensive customization options for the shopping cart. Tailor the cart's appearance to seamlessly integrate with your application's design.

  • Real-Time Inventory Tracking: Introducing real-time inventory tracking! Keep a close eye on product availability to prevent overselling and ensure accurate stock levels

Version 1.1.5

November 1, 2023

Image alt text
Image alt text

New Feature:

  • Webhooks for Real-Time Updates: EasyShop now supports webhooks, enabling real-time updates for your application. Receive instant notifications about important events, such as product changes and order updates.

Enhancements:

  • Introduction of Webhooks Endpoint: We've added a new API endpoint to manage webhooks. Use this endpoint to register, update, and delete webhooks for your integration.

  • Webhook Payload Example: The payload sent to your configured endpoint includes detailed information about the event. Here's an example payload for a product update event:

Terminal
java
             

Usage Example:

  • This payload provides information about the specific product that was updated, including the changed name, price, and description.

  • Registering a Webhook: To register a webhook for product updates, make a POST request to the new /webhooks endpoint:

Terminal
java
             

Replace https://your-app.com/webhook-handler with the actual endpoint where you want to receive webhook notifications.

 

Version 1.1.5

November 1, 2023

Image alt text
Image alt text

New Feature:

  • Webhooks for Real-Time Updates: EasyShop now supports webhooks, enabling real-time updates for your application. Receive instant notifications about important events, such as product changes and order updates.

Enhancements:

  • Introduction of Webhooks Endpoint: We've added a new API endpoint to manage webhooks. Use this endpoint to register, update, and delete webhooks for your integration.

  • Webhook Payload Example: The payload sent to your configured endpoint includes detailed information about the event. Here's an example payload for a product update event:

Terminal
java
             

Usage Example:

  • This payload provides information about the specific product that was updated, including the changed name, price, and description.

  • Registering a Webhook: To register a webhook for product updates, make a POST request to the new /webhooks endpoint:

Terminal
java
             

Replace https://your-app.com/webhook-handler with the actual endpoint where you want to receive webhook notifications.

Last Updated On 2024-02-11
Was this page helpful?
Last Updated On 2024-02-11
Was this page helpful?
 
 

Updated

 

EasyShop Changelog

Check out our changelog to see all the recent updates to EasyShop!

Back to Docs

Our Website

Version 1.2.0

December 3, 2023

Image alt text
Image alt text
New Features:
  • Customizable Cart Appearance: EasyShop now supports extensive customization options for the shopping cart. Tailor the cart's appearance to seamlessly integrate with your application's design.

  • Real-Time Inventory Tracking: Introducing real-time inventory tracking! Keep a close eye on product availability to prevent overselling and ensure accurate stock levels

Enhancements:
  • Improved Checkout Security: We've implemented additional security measures during the checkout process. EasyShop now adheres to the latest security standards, providing a safer transaction environment.

  • SDK Updates: The EasyShop SDK has been updated for JavaScript, Python, and Ruby. Developers can now benefit from enhanced features and improved integration capabilities.

Bug Fixes:
  • Customizable Cart Appearance: EasyShop now supports extensive customization options for the shopping cart. Tailor the cart's appearance to seamlessly integrate with your application's design.

  • Real-Time Inventory Tracking: Introducing real-time inventory tracking! Keep a close eye on product availability to prevent overselling and ensure accurate stock levels

 

Version 1.2.0

December 3, 2023

Image alt text
Image alt text
New Features:
  • Customizable Cart Appearance: EasyShop now supports extensive customization options for the shopping cart. Tailor the cart's appearance to seamlessly integrate with your application's design.

  • Real-Time Inventory Tracking: Introducing real-time inventory tracking! Keep a close eye on product availability to prevent overselling and ensure accurate stock levels

Enhancements:
  • Improved Checkout Security: We've implemented additional security measures during the checkout process. EasyShop now adheres to the latest security standards, providing a safer transaction environment.

  • SDK Updates: The EasyShop SDK has been updated for JavaScript, Python, and Ruby. Developers can now benefit from enhanced features and improved integration capabilities.

Bug Fixes:
  • Customizable Cart Appearance: EasyShop now supports extensive customization options for the shopping cart. Tailor the cart's appearance to seamlessly integrate with your application's design.

  • Real-Time Inventory Tracking: Introducing real-time inventory tracking! Keep a close eye on product availability to prevent overselling and ensure accurate stock levels

Version 1.1.5

November 1, 2023

Image alt text
Image alt text

New Feature:

  • Webhooks for Real-Time Updates: EasyShop now supports webhooks, enabling real-time updates for your application. Receive instant notifications about important events, such as product changes and order updates.

Enhancements:

  • Introduction of Webhooks Endpoint: We've added a new API endpoint to manage webhooks. Use this endpoint to register, update, and delete webhooks for your integration.

  • Webhook Payload Example: The payload sent to your configured endpoint includes detailed information about the event. Here's an example payload for a product update event:

Terminal
java
             

Usage Example:

  • This payload provides information about the specific product that was updated, including the changed name, price, and description.

  • Registering a Webhook: To register a webhook for product updates, make a POST request to the new /webhooks endpoint:

Terminal
java
             

Replace https://your-app.com/webhook-handler with the actual endpoint where you want to receive webhook notifications.

 

Version 1.1.5

November 1, 2023

Image alt text
Image alt text

New Feature:

  • Webhooks for Real-Time Updates: EasyShop now supports webhooks, enabling real-time updates for your application. Receive instant notifications about important events, such as product changes and order updates.

Enhancements:

  • Introduction of Webhooks Endpoint: We've added a new API endpoint to manage webhooks. Use this endpoint to register, update, and delete webhooks for your integration.

  • Webhook Payload Example: The payload sent to your configured endpoint includes detailed information about the event. Here's an example payload for a product update event:

Terminal
java
             

Usage Example:

  • This payload provides information about the specific product that was updated, including the changed name, price, and description.

  • Registering a Webhook: To register a webhook for product updates, make a POST request to the new /webhooks endpoint:

Terminal
java
             

Replace https://your-app.com/webhook-handler with the actual endpoint where you want to receive webhook notifications.

Last Updated On 2024-02-11}
Was this page helpful?
Last Updated On 2024-02-11}
Was this page helpful?
 
 

Updated

 

EasyShop Changelog

Check out our changelog to see all the recent updates to EasyShop!

Back to Docs

Our Website

Version 1.2.0

December 3, 2023

Image alt text
Image alt text
New Features:
  • Customizable Cart Appearance: EasyShop now supports extensive customization options for the shopping cart. Tailor the cart's appearance to seamlessly integrate with your application's design.

  • Real-Time Inventory Tracking: Introducing real-time inventory tracking! Keep a close eye on product availability to prevent overselling and ensure accurate stock levels

Enhancements:
  • Improved Checkout Security: We've implemented additional security measures during the checkout process. EasyShop now adheres to the latest security standards, providing a safer transaction environment.

  • SDK Updates: The EasyShop SDK has been updated for JavaScript, Python, and Ruby. Developers can now benefit from enhanced features and improved integration capabilities.

Bug Fixes:
  • Customizable Cart Appearance: EasyShop now supports extensive customization options for the shopping cart. Tailor the cart's appearance to seamlessly integrate with your application's design.

  • Real-Time Inventory Tracking: Introducing real-time inventory tracking! Keep a close eye on product availability to prevent overselling and ensure accurate stock levels

 

Version 1.2.0

December 3, 2023

Image alt text
Image alt text
New Features:
  • Customizable Cart Appearance: EasyShop now supports extensive customization options for the shopping cart. Tailor the cart's appearance to seamlessly integrate with your application's design.

  • Real-Time Inventory Tracking: Introducing real-time inventory tracking! Keep a close eye on product availability to prevent overselling and ensure accurate stock levels

Enhancements:
  • Improved Checkout Security: We've implemented additional security measures during the checkout process. EasyShop now adheres to the latest security standards, providing a safer transaction environment.

  • SDK Updates: The EasyShop SDK has been updated for JavaScript, Python, and Ruby. Developers can now benefit from enhanced features and improved integration capabilities.

Bug Fixes:
  • Customizable Cart Appearance: EasyShop now supports extensive customization options for the shopping cart. Tailor the cart's appearance to seamlessly integrate with your application's design.

  • Real-Time Inventory Tracking: Introducing real-time inventory tracking! Keep a close eye on product availability to prevent overselling and ensure accurate stock levels

Version 1.1.5

November 1, 2023

Image alt text
Image alt text

New Feature:

  • Webhooks for Real-Time Updates: EasyShop now supports webhooks, enabling real-time updates for your application. Receive instant notifications about important events, such as product changes and order updates.

Enhancements:

  • Introduction of Webhooks Endpoint: We've added a new API endpoint to manage webhooks. Use this endpoint to register, update, and delete webhooks for your integration.

  • Webhook Payload Example: The payload sent to your configured endpoint includes detailed information about the event. Here's an example payload for a product update event:

Terminal
java
             

Usage Example:

  • This payload provides information about the specific product that was updated, including the changed name, price, and description.

  • Registering a Webhook: To register a webhook for product updates, make a POST request to the new /webhooks endpoint:

Terminal
java
             

Replace https://your-app.com/webhook-handler with the actual endpoint where you want to receive webhook notifications.

 

Version 1.1.5

November 1, 2023

Image alt text
Image alt text

New Feature:

  • Webhooks for Real-Time Updates: EasyShop now supports webhooks, enabling real-time updates for your application. Receive instant notifications about important events, such as product changes and order updates.

Enhancements:

  • Introduction of Webhooks Endpoint: We've added a new API endpoint to manage webhooks. Use this endpoint to register, update, and delete webhooks for your integration.

  • Webhook Payload Example: The payload sent to your configured endpoint includes detailed information about the event. Here's an example payload for a product update event:

Terminal
java
             

Usage Example:

  • This payload provides information about the specific product that was updated, including the changed name, price, and description.

  • Registering a Webhook: To register a webhook for product updates, make a POST request to the new /webhooks endpoint:

Terminal
java
             

Replace https://your-app.com/webhook-handler with the actual endpoint where you want to receive webhook notifications.

Last Updated On 2024-02-11
Was this page helpful?
Last Updated On 2024-02-11
Was this page helpful?
 
ON THIS PAGE
Version 1.2.0
New Features:
Enhancements:
Bug Fixes:
Version 1.1.5
New Feature:
Enhancements:
Usage Example:
Back to top