Skip to content

Latest commit

 

History

History
117 lines (79 loc) · 2.85 KB

TODO.md

File metadata and controls

117 lines (79 loc) · 2.85 KB

Store

Auth

Cart

  • Add a Shipping Method
  • Calculate Cart Taxes
  • Complete a Cart
  • Create a Cart
  • Add a Line Item
  • Create Payment Sessions
  • Remove Discount
  • Delete a Line Item
  • Update a Line Item
  • Delete a Payment Session
  • Update a Payment Session
  • Get a Cart
  • Update a Cart
  • Refresh a Payment Session
  • Select a Payment Session

Collection

  • Get a Collection
  • List Collections

Customer

  • Add a Shipping Address
  • Create a Customer
  • Delete and Address
  • Update a Shipping Address
  • Get a Customer
  • Update Customer
  • Get Payment Methods
  • List Orders
  • Request Password Reset
  • Reset Password

Gift Card

  • Get Gift Card by Code | Relevant Issue | This has been implemented but needs a second eye on if its been implemented right. I suspect there could be some admin only stuff here that may not have reflected completely when accessed through store

Order

  • Get by Cart ID
  • Get an Order
  • Look Up and Order

Order Edit

Schema implemented. However, a data generation issue remains | Relevant Issue

  • Completes an OrderEdit
  • Decline an OrderEdit
  • Retrieve an OrderEdit

Product

  • Get a Product
  • List Products
  • Search Products

Product Variant

  • Get a Product Variant
  • Get Product Variants

Region

  • Get a Region
  • List Regions

Return

  • Create Return

Return Reason

  • Get a Return Reason
  • List Return Reasons

Shipping Option

  • Get Shipping Options
  • List for Cart

Swap

  • Create a Swap
  • Get by Cart Id

Admin

All admin related endpoints are still being implemented

Misc

Filters

Mutations

Others

  • Product Collections | List product collections does not return metadata though their schema indicates it should | Relevant Issue