Magento 2 API Permission Reference

by | Dec 21, 2017 | Ecommerce

I’ve been working with the Magento 2 REST API off and on over the past two years now. One of the hassles with the API is just figuring out what permissions are required to access a particular API endpoint. When setting up access for API users, I have seen some Magento 2 administrators just take the easy path and allow access to all Magento resources rather than restricting access to only those that are needed. That is a serious mistake. The Principle of Least Privilege matters!

Any ACL should be restricted to the fewest possible permissions in order to accomplish the business purpose of the access. To help with getting permissions right, and as a cheat sheet for Magento 2 administrators setting up access rights, here’s a list of Magento 2 API endpoints, and the corresponding path to the exact checkbox you need to check for Custom access on the Resource Access screen, whether creating admin accounts or OAuth access.

This permission reference was generated from Magento Commerce 2.2.2 (previously “Enterprise Edition”). There will some slight differences for you if you are using Magento Open Source (previously “Community Edition”) or a different version of Magento 2. If you are using Magento 1, do not use this reference.

If you are trying to determine which permissions to set for user roles to access specific admin screens in the backend, check out our Magento 2 Admin Permissions Reference instead.

NOTE: ‘self’ and ‘anonymous’ are special; you don’t set them as normal privileges.


  • DELETE /V1/addresses/:addressId
    • Customers > All Customers
  • GET /V1/analytics/link
    • Analytics > API
  • GET /V1/attributeMetadata/customer
    • Customers
  • GET /V1/attributeMetadata/customer/attribute/:attributeCode
    • Customers
  • GET /V1/attributeMetadata/customer/custom
    • Customers
  • GET /V1/attributeMetadata/customer/form/:formCode
    • Customers
  • GET /V1/attributeMetadata/customerAddress
    • Customers
  • GET /V1/attributeMetadata/customerAddress/attribute/:attributeCode
    • Customers
  • GET /V1/attributeMetadata/customerAddress/custom
    • Customers
  • GET /V1/attributeMetadata/customerAddress/form/:formCode
    • Customers
  • GET /V1/bundle-products/:productSku/children
    • Catalog > Inventory > Products
  • PUT /V1/bundle-products/:sku/links/:id
    • Catalog > Inventory > Products
  • POST /V1/bundle-products/:sku/links/:optionId
    • Catalog > Inventory > Products
  • GET /V1/bundle-products/:sku/options/:optionId
    • Catalog > Inventory > Products
  • DELETE /V1/bundle-products/:sku/options/:optionId
    • Catalog > Inventory > Products
  • DELETE /V1/bundle-products/:sku/options/:optionId/children/:childSku
    • Catalog > Inventory > Products
  • GET /V1/bundle-products/:sku/options/all
    • Catalog > Inventory > Products
  • PUT /V1/bundle-products/options/:optionId
    • Catalog > Inventory > Products
  • POST /V1/bundle-products/options/add
    • Catalog > Inventory > Products
  • GET /V1/bundle-products/options/types
    • Catalog > Inventory > Products
  • POST /V1/carts/
    • Carts > Manage carts
  • PUT /V1/carts/:cartId
    • Carts > Manage carts
  • GET /V1/carts/:cartId
    • Carts > Manage carts
  • GET /V1/carts/:cartId/billing-address
    • Carts > Manage carts
  • POST /V1/carts/:cartId/billing-address
    • Carts > Manage carts
  • GET /V1/carts/:cartId/coupons
    • Carts > Manage carts
  • DELETE /V1/carts/:cartId/coupons
    • Carts > Manage carts
  • PUT /V1/carts/:cartId/coupons/:couponCode
    • Carts > Manage carts
  • POST /V1/carts/:cartId/estimate-shipping-methods
    • Carts > Manage carts
  • POST /V1/carts/:cartId/estimate-shipping-methods-by-address-id
    • Carts > Manage carts
  • POST /V1/carts/:cartId/gift-message
    • Sales > Operations > Orders > Actions > Create
  • GET /V1/carts/:cartId/gift-message
    • Sales > Operations > Orders > Actions > Create
  • POST /V1/carts/:cartId/gift-message/:itemId
    • Sales > Operations > Orders > Actions > Create
  • GET /V1/carts/:cartId/gift-message/:itemId
    • Sales > Operations > Orders > Actions > Create
  • PUT /V1/carts/:cartId/giftCards
    • Marketing > Promotions > Gift Card Accounts
  • DELETE /V1/carts/:cartId/giftCards/:giftCardCode
    • Marketing > Promotions > Gift Card Accounts
  • GET /V1/carts/:cartId/items
    • Carts > Manage carts
  • PUT /V1/carts/:cartId/items/:itemId
    • Carts > Manage carts
  • DELETE /V1/carts/:cartId/items/:itemId
    • Carts > Manage carts
  • PUT /V1/carts/:cartId/order
    • Carts > Manage carts
  • GET /V1/carts/:cartId/payment-methods
    • Carts > Manage carts
  • GET /V1/carts/:cartId/selected-payment-method
    • Carts > Manage carts
  • PUT /V1/carts/:cartId/selected-payment-method
    • Carts > Manage carts
  • POST /V1/carts/:cartId/shipping-information
    • Carts > Manage carts
  • GET /V1/carts/:cartId/shipping-methods
    • Carts > Manage carts
  • GET /V1/carts/:cartId/totals
    • Carts > Manage carts
  • POST /V1/carts/:cartId/totals-information
    • Carts > Manage carts
  • GET /V1/carts/:quoteId/giftCards
    • Marketing > Promotions > Gift Card Accounts
  • POST /V1/carts/:quoteId/items
    • Carts > Manage carts
  • GET /V1/carts/guest-carts/:cartId/checkGiftCard/:giftCardCode
    • anonymous
  • POST /V1/carts/guest-carts/:cartId/giftCards
    • anonymous
  • DELETE /V1/carts/guest-carts/:cartId/giftCards/:giftCardCode
    • anonymous
  • GET /V1/carts/licence
    • Sales
  • PUT /V1/carts/mine
    • self
  • POST /V1/carts/mine
    • self
  • GET /V1/carts/mine
    • self
  • POST /V1/carts/mine/balance/apply
    • self
  • POST /V1/carts/mine/billing-address
    • self
  • GET /V1/carts/mine/billing-address
    • self
  • GET /V1/carts/mine/checkGiftCard/:giftCardCode
    • self
  • PUT /V1/carts/mine/collect-totals
    • self
  • GET /V1/carts/mine/coupons
    • self
  • DELETE /V1/carts/mine/coupons
    • self
  • PUT /V1/carts/mine/coupons/:couponCode
    • self
  • POST /V1/carts/mine/estimate-shipping-methods
    • self
  • POST /V1/carts/mine/estimate-shipping-methods-by-address-id
    • self
  • GET /V1/carts/mine/gift-message
    • self
  • POST /V1/carts/mine/gift-message
    • self
  • POST /V1/carts/mine/gift-message/:itemId
    • self
  • GET /V1/carts/mine/gift-message/:itemId
    • self
  • POST /V1/carts/mine/giftCards
    • self
  • DELETE /V1/carts/mine/giftCards/:giftCardCode
    • self
  • GET /V1/carts/mine/items
    • self
  • POST /V1/carts/mine/items
    • self
  • DELETE /V1/carts/mine/items/:itemId
    • self
  • PUT /V1/carts/mine/items/:itemId
    • self
  • PUT /V1/carts/mine/order
    • self
  • GET /V1/carts/mine/payment-information
    • self
  • POST /V1/carts/mine/payment-information
    • self
  • GET /V1/carts/mine/payment-methods
    • self
  • GET /V1/carts/mine/selected-payment-method
    • self
  • PUT /V1/carts/mine/selected-payment-method
    • self
  • POST /V1/carts/mine/set-payment-information
    • self
  • POST /V1/carts/mine/shipping-information
    • self
  • GET /V1/carts/mine/shipping-methods
    • self
  • GET /V1/carts/mine/totals
    • self
  • POST /V1/carts/mine/totals-information
    • self
  • GET /V1/carts/search
    • Carts > Manage carts
  • POST /V1/categories
    • Catalog > Inventory > Categories
  • GET /V1/categories
    • Catalog > Inventory > Categories
  • DELETE /V1/categories/:categoryId
    • Catalog > Inventory > Categories
  • GET /V1/categories/:categoryId
    • Catalog > Inventory > Categories
  • PUT /V1/categories/:categoryId/move
    • Catalog > Inventory > Categories
  • PUT /V1/categories/:categoryId/products
    • Catalog > Inventory > Categories
  • GET /V1/categories/:categoryId/products
    • Catalog > Inventory > Categories
  • POST /V1/categories/:categoryId/products
    • Catalog > Inventory > Categories
  • DELETE /V1/categories/:categoryId/products/:sku
    • Catalog > Inventory > Categories
  • PUT /V1/categories/:id
    • Catalog > Inventory > Categories
  • GET /V1/categories/attributes
    • Stores > Attributes > Product
  • GET /V1/categories/attributes/:attributeCode
    • Stores > Attributes > Product
  • GET /V1/categories/attributes/:attributeCode/options
    • Stores > Attributes > Product
  • GET /V1/categories/list
    • Catalog > Inventory > Categories
  • POST /V1/cmsBlock
    • Content > Elements > Blocks
  • DELETE /V1/cmsBlock/:blockId
    • Content > Elements > Blocks
  • GET /V1/cmsBlock/:blockId
    • Content > Elements > Blocks
  • PUT /V1/cmsBlock/:id
    • Content > Elements > Blocks
  • GET /V1/cmsBlock/search
    • Content > Elements > Blocks
  • POST /V1/cmsPage
    • Content > Elements > Pages
  • PUT /V1/cmsPage/:id
    • Content > Elements > Pages
  • DELETE /V1/cmsPage/:pageId
    • Content > Elements > Pages
  • GET /V1/cmsPage/:pageId
    • Content > Elements > Pages
  • GET /V1/cmsPage/search
    • Content > Elements > Pages
  • POST /V1/configurable-products/:sku/child
    • Catalog > Inventory > Products
  • GET /V1/configurable-products/:sku/children
    • Catalog > Inventory > Products
  • DELETE /V1/configurable-products/:sku/children/:childSku
    • Catalog > Inventory > Products
  • POST /V1/configurable-products/:sku/options
    • Catalog > Inventory > Products
  • PUT /V1/configurable-products/:sku/options/:id
    • Catalog > Inventory > Products
  • DELETE /V1/configurable-products/:sku/options/:id
    • Catalog > Inventory > Products
  • GET /V1/configurable-products/:sku/options/:id
    • Catalog > Inventory > Products
  • GET /V1/configurable-products/:sku/options/all
    • Catalog > Inventory > Products
  • PUT /V1/configurable-products/variation
    • Catalog > Inventory > Products
  • POST /V1/coupons
    • Marketing > Promotions > Cart Price Rules
  • GET /V1/coupons/:couponId
    • Marketing > Promotions > Cart Price Rules
  • DELETE /V1/coupons/:couponId
    • Marketing > Promotions > Cart Price Rules
  • PUT /V1/coupons/:couponId
    • Marketing > Promotions > Cart Price Rules
  • POST /V1/coupons/deleteByCodes
    • Marketing > Promotions > Cart Price Rules
  • POST /V1/coupons/deleteByIds
    • Marketing > Promotions > Cart Price Rules
  • POST /V1/coupons/generate
    • Marketing > Promotions > Cart Price Rules
  • GET /V1/coupons/search
    • Marketing > Promotions > Cart Price Rules
  • POST /V1/creditmemo
    • Sales
  • PUT /V1/creditmemo/:id
    • Sales
  • GET /V1/creditmemo/:id
    • Sales
  • POST /V1/creditmemo/:id/comments
    • Sales
  • GET /V1/creditmemo/:id/comments
    • Sales
  • POST /V1/creditmemo/:id/emails
    • Sales
  • POST /V1/creditmemo/refund
    • Sales
  • GET /V1/creditmemos
    • Sales
  • POST /V1/customerGroups
    • Stores > Other Settings > Customer Groups
  • PUT /V1/customerGroups/:id
    • Stores > Other Settings > Customer Groups
  • DELETE /V1/customerGroups/:id
    • Stores > Other Settings > Customer Groups
  • GET /V1/customerGroups/:id
    • Stores > Other Settings > Customer Groups
  • GET /V1/customerGroups/:id/permissions
    • Stores > Other Settings > Customer Groups
  • GET /V1/customerGroups/default
    • Stores > Other Settings > Customer Groups
  • PUT /V1/customerGroups/default/:id
    • Stores > Other Settings > Customer Groups
  • GET /V1/customerGroups/default/:storeId
    • Stores > Other Settings > Customer Groups
  • GET /V1/customerGroups/search
    • Stores > Other Settings > Customer Groups
  • POST /V1/customers
    • anonymous
  • GET /V1/customers/:customerId
    • Customers
  • PUT /V1/customers/:customerId
    • Customers > All Customers
  • DELETE /V1/customers/:customerId
    • Customers > All Customers
  • GET /V1/customers/:customerId/billingAddress
    • Customers > All Customers
  • POST /V1/customers/:customerId/carts
    • Carts > Manage carts
  • GET /V1/customers/:customerId/confirm
    • Customers > All Customers
  • GET /V1/customers/:customerId/password/resetLinkToken/:resetPasswordLinkToken
    • anonymous
  • GET /V1/customers/:customerId/permissions/readonly
    • Customers
  • GET /V1/customers/:customerId/shippingAddress
    • Customers > All Customers
  • PUT /V1/customers/:email/activate
    • Customers > All Customers
  • GET /V1/customers/addresses/:addressId
    • Customers > All Customers
  • POST /V1/customers/confirm
    • Customers > All Customers
  • POST /V1/customers/isEmailAvailable
    • anonymous
  • PUT /V1/customers/me
    • self
  • GET /V1/customers/me
    • self
  • PUT /V1/customers/me/activate
    • self
  • GET /V1/customers/me/billingAddress
    • self
  • PUT /V1/customers/me/password
    • self
  • GET /V1/customers/me/shippingAddress
    • self
  • PUT /V1/customers/password
    • anonymous
  • POST /V1/customers/resetPassword
    • anonymous
  • GET /V1/customers/search
    • Customers
  • PUT /V1/customers/validate
    • Customers > All Customers
  • GET /V1/directory/countries
    • anonymous
  • GET /V1/directory/countries/:countryId
    • anonymous
  • GET /V1/directory/currency
    • anonymous
  • POST /V1/eav/attribute-sets
    • Stores > Attributes > Attribute Set
  • DELETE /V1/eav/attribute-sets/:attributeSetId
    • Stores > Attributes > Attribute Set
  • GET /V1/eav/attribute-sets/:attributeSetId
    • Stores > Attributes > Attribute Set
  • PUT /V1/eav/attribute-sets/:attributeSetId
    • Stores > Attributes > Attribute Set
  • GET /V1/eav/attribute-sets/list
    • Stores > Attributes > Attribute Set
  • GET /V1/gift-wrappings
    • Stores > Other Settings > Gift Wrapping
  • POST /V1/gift-wrappings
    • Stores > Other Settings > Gift Wrapping
  • DELETE /V1/gift-wrappings/:id
    • Stores > Other Settings > Gift Wrapping
  • GET /V1/gift-wrappings/:id
    • Stores > Other Settings > Gift Wrapping
  • PUT /V1/gift-wrappings/:wrappingId
    • Stores > Other Settings > Gift Wrapping
  • POST /V1/giftregistry/mine/estimate-shipping-methods
    • self
  • POST /V1/guest-carts
    • anonymous
  • GET /V1/guest-carts/:cartId
    • anonymous
  • PUT /V1/guest-carts/:cartId
    • self
  • GET /V1/guest-carts/:cartId/billing-address
    • anonymous
  • POST /V1/guest-carts/:cartId/billing-address
    • anonymous
  • PUT /V1/guest-carts/:cartId/collect-totals
    • anonymous
  • GET /V1/guest-carts/:cartId/coupons
    • anonymous
  • DELETE /V1/guest-carts/:cartId/coupons
    • anonymous
  • PUT /V1/guest-carts/:cartId/coupons/:couponCode
    • anonymous
  • POST /V1/guest-carts/:cartId/estimate-shipping-methods
    • anonymous
  • GET /V1/guest-carts/:cartId/gift-message
    • anonymous
  • POST /V1/guest-carts/:cartId/gift-message
    • anonymous
  • GET /V1/guest-carts/:cartId/gift-message/:itemId
    • anonymous
  • POST /V1/guest-carts/:cartId/gift-message/:itemId
    • anonymous
  • POST /V1/guest-carts/:cartId/items
    • anonymous
  • GET /V1/guest-carts/:cartId/items
    • anonymous
  • DELETE /V1/guest-carts/:cartId/items/:itemId
    • anonymous
  • PUT /V1/guest-carts/:cartId/items/:itemId
    • anonymous
  • PUT /V1/guest-carts/:cartId/order
    • anonymous
  • POST /V1/guest-carts/:cartId/payment-information
    • anonymous
  • GET /V1/guest-carts/:cartId/payment-information
    • anonymous
  • GET /V1/guest-carts/:cartId/payment-methods
    • anonymous
  • PUT /V1/guest-carts/:cartId/selected-payment-method
    • anonymous
  • GET /V1/guest-carts/:cartId/selected-payment-method
    • anonymous
  • POST /V1/guest-carts/:cartId/set-payment-information
    • anonymous
  • POST /V1/guest-carts/:cartId/shipping-information
    • anonymous
  • GET /V1/guest-carts/:cartId/shipping-methods
    • anonymous
  • GET /V1/guest-carts/:cartId/totals
    • anonymous
  • POST /V1/guest-carts/:cartId/totals-information
    • anonymous
  • POST /V1/guest-giftregistry/:cartId/estimate-shipping-methods
    • anonymous
  • POST /V1/integration/admin/token
    • anonymous
  • POST /V1/integration/customer/token
    • anonymous
  • POST /V1/invoice/:invoiceId/refund
    • Sales
  • GET /V1/invoices
    • Sales
  • POST /V1/invoices/
    • Sales
  • GET /V1/invoices/:id
    • Sales
  • POST /V1/invoices/:id/capture
    • Sales
  • GET /V1/invoices/:id/comments
    • Sales
  • POST /V1/invoices/:id/emails
    • Sales
  • POST /V1/invoices/:id/void
    • Sales
  • POST /V1/invoices/comments
    • Sales
  • GET /V1/MODULES
  • POST /V1/order/:orderId/invoice
    • Sales
  • POST /V1/order/:orderId/refund
    • Sales
  • POST /V1/order/:orderId/ship
    • Sales
  • GET /V1/orders
    • Sales
  • POST /V1/orders/
    • Sales
  • GET /V1/orders/:id
    • Sales
  • POST /V1/orders/:id/cancel
    • Sales
  • POST /V1/orders/:id/comments
    • Sales
  • GET /V1/orders/:id/comments
    • Sales
  • POST /V1/orders/:id/emails
    • Sales
  • POST /V1/orders/:id/hold
    • Sales
  • GET /V1/orders/:id/statuses
    • Sales
  • POST /V1/orders/:id/unhold
    • Sales
  • PUT /V1/orders/:parent_id
    • Sales
  • PUT /V1/orders/create
    • Sales
  • GET /V1/orders/items
    • Sales
  • GET /V1/orders/items/:id
    • Sales
  • POST /V1/products
    • Catalog > Inventory > Products
  • GET /V1/products
    • Catalog > Inventory > Products
  • GET /V1/products-render-info
    • anonymous
  • PUT /V1/products/:productSku/stockItems/:itemId
    • Stores > Settings > Configuration > Inventory Section
  • GET /V1/products/:sku
    • Catalog > Inventory > Products
  • PUT /V1/products/:sku
    • Catalog > Inventory > Products
  • DELETE /V1/products/:sku
    • Catalog > Inventory > Products
  • GET /V1/products/:sku/downloadable-links
    • Stores > Settings > Configuration > Downloadable Product Section
  • POST /V1/products/:sku/downloadable-links
    • Stores > Settings > Configuration > Downloadable Product Section
  • PUT /V1/products/:sku/downloadable-links/:id
    • Stores > Settings > Configuration > Downloadable Product Section
  • GET /V1/products/:sku/downloadable-links/samples
    • Stores > Settings > Configuration > Downloadable Product Section
  • POST /V1/products/:sku/downloadable-links/samples
    • Stores > Settings > Configuration > Downloadable Product Section
  • PUT /V1/products/:sku/downloadable-links/samples/:id
    • Stores > Settings > Configuration > Downloadable Product Section
  • GET /V1/products/:sku/group-prices/:customerGroupId/tiers
    • Catalog
  • DELETE /V1/products/:sku/group-prices/:customerGroupId/tiers/:qty
    • Catalog
  • POST /V1/products/:sku/group-prices/:customerGroupId/tiers/:qty/price/:price
    • Catalog
  • PUT /V1/products/:sku/links
    • Catalog
  • POST /V1/products/:sku/links
    • Catalog
  • GET /V1/products/:sku/links/:type
    • Catalog
  • DELETE /V1/products/:sku/links/:type/:linkedProductSku
    • Catalog
  • GET /V1/products/:sku/media
    • Catalog
  • POST /V1/products/:sku/media
    • Catalog
  • PUT /V1/products/:sku/media/:entryId
    • Catalog
  • GET /V1/products/:sku/media/:entryId
    • Stores > Attributes > Product
  • DELETE /V1/products/:sku/media/:entryId
    • Catalog
  • GET /V1/products/:sku/options
    • Catalog
  • GET /V1/products/:sku/options/:optionId
    • Catalog
  • DELETE /V1/products/:sku/options/:optionId
    • Catalog
  • PUT /V1/products/:sku/websites
    • Catalog > Inventory > Products
  • POST /V1/products/:sku/websites
    • Catalog > Inventory > Products
  • DELETE /V1/products/:sku/websites/:websiteId
    • Catalog > Inventory > Products
  • POST /V1/products/attribute-sets
    • Stores > Attributes > Attribute Set
  • GET /V1/products/attribute-sets/:attributeSetId
    • Stores > Attributes > Attribute Set
  • DELETE /V1/products/attribute-sets/:attributeSetId
    • Stores > Attributes > Attribute Set
  • PUT /V1/products/attribute-sets/:attributeSetId
    • Stores > Attributes > Attribute Set
  • GET /V1/products/attribute-sets/:attributeSetId/attributes
    • Stores > Attributes > Attribute Set
  • DELETE /V1/products/attribute-sets/:attributeSetId/attributes/:attributeCode
    • Stores > Attributes > Attribute Set
  • PUT /V1/products/attribute-sets/:attributeSetId/groups
    • Stores > Attributes > Attribute Set
  • POST /V1/products/attribute-sets/attributes
    • Stores > Attributes > Attribute Set
  • POST /V1/products/attribute-sets/groups
    • Stores > Attributes > Attribute Set
  • DELETE /V1/products/attribute-sets/groups/:groupId
    • Stores > Attributes > Attribute Set
  • GET /V1/products/attribute-sets/groups/list
    • Stores > Attributes > Attribute Set
  • GET /V1/products/attribute-sets/sets/list
    • Stores > Attributes > Attribute Set
  • POST /V1/products/attributes
    • Stores > Attributes > Product
  • GET /V1/products/attributes
    • Stores > Attributes > Product
  • DELETE /V1/products/attributes/:attributeCode
    • Stores > Attributes > Product
  • PUT /V1/products/attributes/:attributeCode
    • Stores > Attributes > Product
  • GET /V1/products/attributes/:attributeCode
    • Stores > Attributes > Product
  • POST /V1/products/attributes/:attributeCode/options
    • Stores > Attributes > Product
  • GET /V1/products/attributes/:attributeCode/options
    • Stores > Attributes > Product
  • DELETE /V1/products/attributes/:attributeCode/options/:optionId
    • Stores > Attributes > Product
  • GET /V1/products/attributes/types
    • Stores > Attributes > Product
  • POST /V1/products/base-prices
    • Catalog
  • POST /V1/products/base-prices-information
    • Catalog
  • POST /V1/products/cost
    • Catalog
  • POST /V1/products/cost-delete
    • Catalog
  • POST /V1/products/cost-information
    • Catalog
  • DELETE /V1/products/downloadable-links/:id
    • Stores > Settings > Configuration > Downloadable Product Section
  • DELETE /V1/products/downloadable-links/samples/:id
    • Stores > Settings > Configuration > Downloadable Product Section
  • GET /V1/products/links/:type/attributes
    • Catalog
  • GET /V1/products/links/types
    • Catalog
  • GET /V1/products/media/types/:attributeSetName
    • Stores > Attributes > Product
  • POST /V1/products/options
    • Catalog
  • PUT /V1/products/options/:optionId
    • Catalog
  • GET /V1/products/options/types
    • Catalog
  • POST /V1/products/special-price
    • Catalog
  • POST /V1/products/special-price-delete
    • Catalog
  • POST /V1/products/special-price-information
    • Catalog
  • PUT /V1/products/tier-prices
    • Catalog
  • POST /V1/products/tier-prices
    • Catalog
  • POST /V1/products/tier-prices-delete
    • Catalog
  • POST /V1/products/tier-prices-information
    • Catalog
  • GET /V1/products/types
    • Catalog > Inventory > Products
  • GET /V1/returns
    • Sales > Operations > Returns
  • POST /V1/returns
    • Sales > Operations > Returns
  • PUT /V1/returns/:id
    • Sales > Operations > Returns
  • DELETE /V1/returns/:id
    • Sales > Operations > Returns
  • GET /V1/returns/:id
    • Sales > Operations > Returns
  • GET /V1/returns/:id/comments
    • Sales > Operations > Returns
  • POST /V1/returns/:id/comments
    • Sales > Operations > Returns
  • GET /V1/returns/:id/labels
    • Sales > Operations > Returns
  • POST /V1/returns/:id/tracking-numbers
    • Sales > Operations > Returns
  • GET /V1/returns/:id/tracking-numbers
    • Sales > Operations > Returns
  • DELETE /V1/returns/:id/tracking-numbers/:trackId
    • Sales > Operations > Returns
  • GET /V1/returnsAttributeMetadata
    • Sales > Operations > Returns
  • GET /V1/returnsAttributeMetadata/:attributeCode
    • Sales > Operations > Returns
  • GET /V1/returnsAttributeMetadata/custom
    • Sales > Operations > Returns
  • GET /V1/returnsAttributeMetadata/form/:formCode
    • Sales > Operations > Returns
  • POST /V1/reward/mine/use-reward
    • self
  • POST /V1/salesRules
    • Marketing > Promotions > Cart Price Rules
  • DELETE /V1/salesRules/:ruleId
    • Marketing > Promotions > Cart Price Rules
  • PUT /V1/salesRules/:ruleId
    • Marketing > Promotions > Cart Price Rules
  • GET /V1/salesRules/:ruleId
    • Marketing > Promotions > Cart Price Rules
  • GET /V1/salesRules/search
    • Marketing > Promotions > Cart Price Rules
  • GET /V1/search
    • anonymous
  • POST /V1/shipment/
    • Sales
  • GET /V1/shipment/:id
    • Sales
  • GET /V1/shipment/:id/comments
    • Sales
  • POST /V1/shipment/:id/comments
    • Sales
  • POST /V1/shipment/:id/emails
    • Sales
  • GET /V1/shipment/:id/label
    • Sales
  • POST /V1/shipment/track
    • Sales
  • DELETE /V1/shipment/track/:id
    • Sales
  • GET /V1/shipments
    • Sales
  • GET /V1/stockItems/:productSku
    • Stores > Settings > Configuration > Inventory Section
  • GET /V1/stockItems/lowStock/
    • Stores > Settings > Configuration > Inventory Section
  • GET /V1/stockStatuses/:productSku
    • Stores > Settings > Configuration > Inventory Section
  • GET /V1/store/storeConfigs
    • Stores > Settings > All Stores
  • GET /V1/store/storeGroups
    • Stores > Settings > All Stores
  • GET /V1/store/storeViews
    • Stores > Settings > All Stores
  • GET /V1/store/websites
    • Stores > Settings > All Stores
  • POST /V1/taxClasses
    • Stores > Taxes
  • PUT /V1/taxClasses/:classId
    • Stores > Taxes
  • DELETE /V1/taxClasses/:taxClassId
    • Stores > Taxes
  • GET /V1/taxClasses/:taxClassId
    • Stores > Taxes
  • GET /V1/taxClasses/search
    • Stores > Taxes
  • POST /V1/taxRates
    • Stores > Taxes
  • PUT /V1/taxRates
    • Stores > Taxes
  • GET /V1/taxRates/:rateId
    • Stores > Taxes
  • DELETE /V1/taxRates/:rateId
    • Stores > Taxes
  • GET /V1/taxRates/search
    • Stores > Taxes
  • POST /V1/taxRules
    • Stores > Taxes
  • PUT /V1/taxRules
    • Stores > Taxes
  • DELETE /V1/taxRules/:ruleId
    • Stores > Taxes
  • GET /V1/taxRules/:ruleId
    • Stores > Taxes
  • GET /V1/taxRules/search
    • Stores > Taxes
  • GET /V1/transactions
    • Sales
  • GET /V1/transactions/:id
    • Sales
  • POST /V1/worldpay-guest-carts/:cartId/payment-information
    • anonymous

Interested In Working Together?

Psyberware specializes in managing online advertising for ecommerce businesses. If you want to build a great relationship with a group of dedicated people who really understand how to drive profitable growth for your ecommerce site, get in touch!