Skip to content

feat: add models and module for ecommerce #2

@EmilePerron

Description

@EmilePerron

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 Product model
    • Add ProductSKU model
    • Add Order model
    • Add OrderAmount model
    • Add OrderAddress model
    • Add OrderCustomerInfo model
    • Add OrderDownloadedFile model
    • Add OrderItemImage model
    • Add OrderPurchasedItem model
    • Add OrderExtra model
    • Add OrderTotals model
    • Add StripeDetails model
    • Add StripeCard model
    • Add InventoryItem model
    • Add EcommerceSettings model
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestgood first issueGood for newcomershacktoberfestGood issue if you're looking for Hactoberfest contributionshelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions