App scope Used for
carts_price_write
  • PUT /{shopId}/carts/{cartId}/line-items/{lineItemId}/product-price
  • PUT /{shopId}/carts/{cartId}/payment-data
  • PUT /{shopId}/carts/{cartId}/shipping-data
  • carts_read
  • GET /{shopId}/carts
  • customers_read
  • GET /{shopId}/customers
  • GET /{shopId}/customers/{customerId}
  • customers_write
  • POST /{shopId}/customers
  • PATCH /{shopId}/customers/{customerId}
  • coupons_read
  • GET /{shopId}/coupon-campaigns/{couponCampaignId}
  • coupons_write
  • POST /{shopId}/coupon-campaigns
  • PUT /{shopId}/coupon-campaigns/{couponCampaignId}/coupons
  • legal_read
  • GET /{shopId}/legal
  • GET /{shopId}/legal/contact-information
  • GET /{shopId}/legal/privacy-policy
  • GET /{shopId}/legal/terms-and-conditions
  • GET /{shopId}/legal/rights-of-withdrawal
  • GET /{shopId}/legal/shipping-information
  • GET /{shopId}/legal/cookie-policy
  • legal_write
  • PUT /{shopId}/legal/contact-information
  • PUT /{shopId}/legal/privacy-policy
  • PUT /{shopId}/legal/terms-and-conditions
  • PUT /{shopId}/legal/rights-of-withdrawal
  • PUT /{shopId}/legal/shipping-information
  • PUT /{shopId}/legal/cookie-policy
  • newsletters_read
  • GET /{shopId}/newsletter-campaigns
  • GET /{shopId}/newsletter-campaigns/{campaignId}/subscribers
  • orders_read
  • GET /{shopId}/orders
  • GET /{shopId}/orders/{orderId}
  • GET /{shopId}/orders/{orderId}/documents
  • GET /{shopId}/sales
  • orders_write
  • POST /{shopId}/carts/{cartId}/order
  • PATCH /{shopId}/orders/{orderId}
  • products_read
  • GET /{shopId}
  • GET /{shopId}/categories
  • GET /{shopId}/categories/{categoryId}
  • GET /{shopId}/currencies
  • GET /{shopId}/locales
  • GET /{shopId}/products
  • GET /{shopId}/products/{productId}
  • GET /{shopId}/products/{productId}/crossselling
  • GET /{shopId}/products/{productId}/custom-attributes
  • GET /{shopId}/products/{productId}/lowest-price
  • GET /{shopId}/products/{productId}/slideshow
  • GET /{shopId}/products/{productId}/slideshow/sequence
  • GET /{shopId}/products/{productId}/variations
  • POST /{shopId}/products/find
  • GET /{shopId}/producttypes
  • GET /{shopId}/producttypes/{productTypeId}
  • GET /{shopId}/search/product-suggest
  • GET /{shopId}/shipping-methods
  • GET /{shopId}/shipping-methods/{shippingMethodId}
  • GET /{shopId}/tax-classes
  • GET /{shopId}/tax-classes/{taxClassId}
  • GET /{shopId}/tax-model
  • products_write
  • POST /{shopId}/categories/{categoryId}
  • PUT /{shopId}/categories/{categoryId}
  • DELETE /{shopId}/categories/{categoryId}
  • GET /{shopId}/categories/{categoryId}/sequence
  • PUT /{shopId}/categories/{categoryId}/sequence
  • POST /{shopId}/products
  • PATCH /{shopId}/products/{productId}
  • DELETE /{shopId}/products/{productId}
  • PUT /{shopId}/products/{productId}/crossselling
  • PATCH /{shopId}/products/{productId}/crossselling
  • PATCH /{shopId}/products/{productId}/custom-attributes
  • POST /{shopId}/products/{productId}/slideshow
  • DELETE /{shopId}/products/{productId}/slideshow/{imageName}
  • PUT /{shopId}/products/{productId}/slideshow/sequence
  • POST /{shopId}/products/{productId}/variations
  • GET /{shopId}/products/updated/{productProperty}
  • POST /{shopId}/product-category-assignments
  • DELETE /{shopId}/product-category-assignments
  • POST /{shopId}/producttypes
  • PATCH /{shopId}/producttypes/{productTypeId}
  • POST /{shopId}/search/products
  • GET /{shopId}/watched-products
  • products_read_batch
  • GET /{shopId}/products/export
  • scripttags_read
  • GET /{shopId}/script-tags
  • scripttags_write
  • POST /{shopId}/script-tags
  • DELETE /{shopId}/script-tags/{scriptTagId}