Help Centre / Developer API & Webhooks
🛠️

Common API errors

Understand common errors like invalid token, missing action, product not found, and duplicate-safe replays.

Developer API & Webhooks6 min read

Authentication errors

  1. invalid_token means the Authorization Bearer token is wrong or regenerated.
  2. connection_not_found means the endpoint connection key is wrong.
  3. connection_paused means the connection is paused in BOS settings.

Payload errors

  1. missing_action means the JSON does not include action.
  2. no_valid_products means order.create could not match product_id or SKU.
  3. missing_contact means customer name or phone is missing.
  4. order_not_found means the order_id or order_number does not belong to the company.

How to fix

Check the endpoint, Authorization header, JSON action, product SKU, and API logs. For n8n, also check that the HTTP Request node sends JSON body, not form data.

Need direct support?

Contact Kasaloma support if you cannot find the answer or your workspace needs checking.

Contact support