Uploaded image for project: 'Shop'
  1. Shop
  2. SHOP-4

Create a Product endpoint

    XMLWordPrintable

Details

    • Story
    • Resolution: Fixed
    • Neutral
    • 1.0
    • None
    • None
    • Scrum Sprint 1

    Description

        Path Description Templating function
       
      GET /catalogs Return all the catalogs True
      GET /catalog/{catalogId} Return the requested catalog and : * The list of currencies
      • The category tree
      • The list of shipping methods
      True
      GET /catalog/{catalogId}/products Return all the catalog products
      Query string:
      - limit: Limit the number of results
      - offset: Index to return the results from
      - sort: Field to use for sorting and the order (ie: sort=date:asc, sort=date:desc)
      Does not return linked objects
      True
      GET /category/{categoryId} Return the requested category and its tree of categories True
      GET /category/{categoryId}/products Return all the category products
      Query string:
      - limit: Limit the number of results
      - offset: Index to return the results from
      - sort: Field to use for sorting and the order (ie: sort=date:asc, sort=date:desc)
       
      Does not return linked objects
      True
      GET /shipping/methods/{methodId} Return the requested shipping method and its list of rates True
      GET /product/{productId} Return the requested product and  * The list of prices
      • The list of custom fields
      • The list of categories
      • The tax rate
      True
      GET /product/{productId}/price Return the price of the product regarding the current date and the requested quantity (body of the request) True

      Checklists

        Acceptance criteria

        Attachments

          Activity

            People

              rdrangovski Riste Drangovski
              amanzoni Adrien Manzoni
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Checklists

                  Task DoD