Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catalog #3

Open
61 tasks
adamj88 opened this issue Nov 20, 2015 · 2 comments
Open
61 tasks

Catalog #3

adamj88 opened this issue Nov 20, 2015 · 2 comments

Comments

@adamj88
Copy link
Owner

adamj88 commented Nov 20, 2015

Categories

  • POST /V1/categories
  • GET /V1/categories
  • PUT /V1/categories/:id
  • DELETE /V1/categories/:categoryId
  • GET /V1/categories/:categoryId
  • PUT /V1/categories/:categoryId/move
  • GET /V1/categories/:categoryId/products
  • POST /V1/categories/:categoryId/products
  • PUT /V1/categories/:categoryId/products
  • DELETE /V1/categories/:categoryId/products/:sku

Attributes

  • GET /V1/categories/attributes
  • GET /V1/categories/attributes/:attributeCode
  • GET /V1/categories/attributes/:attributeCode/options

Products

  • POST /V1/products
  • PUT /V1/products/:sku
  • DELETE /V1/products/:sku
  • GET /V1/products
  • GET /V1/products/:sku
  • GET /V1/products/types

Options

  • GET /V1/products/options/types
  • GET /V1/products/:sku/options
  • GET /V1/products/:sku/options/:optionId
  • POST /V1/products/options
  • PUT /V1/products/options/:optionId
  • DELETE /V1/products/:sku/options/:optionId

Linked Products

  • GET /V1/products/links/types
  • GET /V1/products/links/:type/attributes
  • GET /V1/products/:sku/links/:type
  • POST /V1/products/:sku/links
  • DELETE /V1/products/:sku/links/:type/:linkedProductSku
  • PUT /V1/products/:sku/links

Grouped Prices

  • GET /V1/products/:sku/group-prices/:customerGroupId/tiers
  • POST /V1/products/:sku/group-prices/:customerGroupId/tiers/:qty/price/:price
  • DELETE /V1/products/:sku/group-prices/:customerGroupId/tiers/:qty

Media

  • GET /V1/products/:sku/media/:entryId
  • POST /V1/products/:sku/media
  • PUT /V1/products/:sku/media/:entryId
  • DELETE /V1/products/:sku/media/:entryId
  • GET /V1/products/:sku/media
  • GET /V1/products/media/types/:attributeSetName

Attributes

  • GET /V1/products/attributes/types
  • GET /V1/products/attributes/:attributeCode
  • GET /V1/products/attributes
  • POST /V1/products/attributes
  • PUT /V1/products/attributes/:attributeCode
  • DELETE /V1/products/attributes/:attributeCode
  • GET /V1/products/attributes/:attributeCode/options
  • POST /V1/products/attributes/:attributeCode/options
  • DELETE /V1/products/attributes/:attributeCode/options/:optionId

Attribute sets

  • GET /V1/products/attribute-sets/sets/list
  • GET /V1/products/attribute-sets/:attributeSetId
  • DELETE /V1/products/attribute-sets/:attributeSetId
  • POST /V1/products/attribute-sets
  • PUT /V1/products/attribute-sets/:attributeSetId
  • GET /V1/products/attribute-sets/:attributeSetId/attributes
  • POST /V1/products/attribute-sets/attributes
  • DELETE /V1/products/attribute-sets/:attributeSetId/attributes/:attributeCode
  • GET /V1/products/attribute-sets/groups/list
  • POST /V1/products/attribute-sets/groups
  • PUT /V1/products/attribute-sets/:attributeSetId/groups
  • DELETE /V1/products/attribute-sets/groups/:groupId
@adamj88 adamj88 added this to the 1.0 milestone Nov 20, 2015
@taylorleh
Copy link

Is your intention to use a framework like Express for routing?

@adamj88
Copy link
Owner Author

adamj88 commented Nov 22, 2015

I think it's better just to create a wrapper for the API or access to the data, this way people have a module they can include along side any framework of their choosing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants