LogoLogo
System status
Commerce API references
Commerce API references
  • Commerce API references
  • Warnings and error codes
    • Errors
    • Error codes
      • HTTP response status codes
      • Error format for Shopper APIs
      • Error codes for Shopper APIs
        • 400 Bad Request
        • 401 Unauthorized
        • 403 Forbidden
        • 404 Not Found
        • 405 Method Not Allowed
        • 409 Conflict
        • 412 Precondition Failed
        • 413 Payload Too Large
        • 500 Internal Server Error
      • Error format for Admin APIs
        • Async error objects
        • Sync error objects
        • Deployment objects
        • Warning objects
      • Error codes for Admin APIs
        • Error patterns
        • Supported image types
        • Asynchronous response error codes
        • Deployment error codes
        • Synchronous response error codes
  • Commerce API reference guide
    • API structure
      • API keys
      • Supported OAuth and Commerce API formats
      • Mini cart widget
      • Custom attributes
      • Fields used as keys
      • Fields and expand query parameters
      • Caching responses
      • CORS support
      • JSONP support
      • Transport
      • Service profiles
      • Supported protocols and formats
      • Elements
      • Rate limiting
      • Locale and currency
      • Exchange rate
      • Product identifier
      • Product external reference identifier (ERID)
      • Customer external reference identifier ERID
      • Cancel request process
      • Failover and redundancy
      • Troubleshooting API calls
    • Shopper APIs reference
      • Carts
        • Offers
          • Offer types
          • POP offers
          • Applied offers
          • Eligible offers
      • Orders
      • Returns
      • Links
    • Admin APIs reference
      • Subscriptions
      • Sites
      • Products
      • Live changes
      • Authorized shipping and billing countries
      • Merchandising
      • Disclosures
    • Glossary
Powered by GitBook
On this page
  • forbidden
  • resource-duplicated
  • access-denied
  1. Warnings and error codes
  2. Error codes
  3. Error codes for Shopper APIs

403 Forbidden

Understand the 403 Forbidden error codes for the Shopper APIs.

The 403 Forbidden error code is an HTTP status code that indicates that the server understands the request but refuses to authorize it. As a result, the server forbids access to the requested resource for some reason. This error can occur for various reasons, including but not limited to the user not having the necessary permissions. Rules may block the request or deny access to the requested resource. Understanding and resolving the underlying cause is essential for gaining access.

forbidden

The system cannot complete the request, as the call is prohibited.

resource-duplicated

When you encounter the resource-duplicated error code means an attempt to create or update an offer with an external reference ID already used for another offer on the platform. Each offer must have a unique external reference ID.

access-denied

  • invalid-operation You do not have permission to perform this operation.

Previous401 UnauthorizedNext404 Not Found

Last updated 5 months ago