-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfestGood issue if you're looking for Hactoberfest contributionsGood issue if you're looking for Hactoberfest contributionshelp wantedExtra attention is neededExtra attention is needed
Description
At the moment, the API client offers models and a client module for most modules and features, but it does not yet include functionality for the e-commerce endpoints and models.
- Models
- Add
Productmodel - Add
ProductSKUmodel - Add
Ordermodel - Add
OrderAmountmodel - Add
OrderAddressmodel - Add
OrderCustomerInfomodel - Add
OrderDownloadedFilemodel - Add
OrderItemImagemodel - Add
OrderPurchasedItemmodel - Add
OrderExtramodel - Add
OrderTotalsmodel - Add
StripeDetailsmodel - Add
StripeCardmodel - Add
InventoryItemmodel - Add
EcommerceSettingsmodel
- Add
- Module
- List Products & SKUs (GET)
- Create Product & SKU (POST)
- Get Product and SKUs (GET)
- Update Product (PATCH)
- Create SKU (POST)
- Update SKU (PATCH)
- List Orders (GET)
- Get Order (GET)
- Update Order (PATCH)
- Fulfill Order (POST)
- Unfulfill Order (POST)
- Refund Order (POST)
- List Inventory (GET)
- Update Item Inventory (PATCH)
- Get Ecommerce settings (GET)
Webflow API documentation: https://developers.webflow.com/reference
Models documentation: https://developers.webflow.com/docs/models
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfestGood issue if you're looking for Hactoberfest contributionsGood issue if you're looking for Hactoberfest contributionshelp wantedExtra attention is neededExtra attention is needed