JSPM

@pipedream/woocommerce

0.0.6
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q52236F

Pipedream WooCommerce Components

Package Exports

  • @pipedream/woocommerce
  • @pipedream/woocommerce/woocommerce.app.mjs

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@pipedream/woocommerce) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Overview

The WooCommerce API allows developers to interact with WooCommerce sites in a number of ways. With the API, developers can create, read, update, and delete data such as products, orders, customers, etc. WooCommerce also provides a number of API endpoints for retrieving information about the site, such as settings, currencies, etc.

Here are some examples of what you can build using the WooCommerce API:

  • A mobile app for browsing and ordering products from a WooCommerce store
  • A desktop application for managing a WooCommerce store
  • A web application for displaying real-time information about a WooCommerce store (sales, stock levels, etc)
  • An API extension for WooCommerce that allows third-party applications to access data in a WooCommerce store