3dCart

Number of APIs: 96

3dcart is a complete and robust eCommerce platform designed to help online store owners thrive in a competitive market. With hundreds of features built directly into its software, business owners can effectively open, operate and maintain a successful online store with relative ease and efficiency.

Contact Support: Name: No Contact Email: email@example.com

  1. 3d Cart Web API/v1-Categories - Get all Categories GET {{baseUrl}}/3dCartWebAPI/v1/Categories?limit=<integer>&offset=<integer>&category=<object>&countonly=<integer>

  2. 3d Cart Web API/v1-CRM-department - This method is used to update a single CRM Department record in the database. The {id} parameter specifies which CRM Department record to update. PUT {{baseUrl}}/3dCartWebAPI/v1/CRM/department/:id

  3. 3d Cart Web API/v1-CRM-{crmid}/message - Get a specific Message GET {{baseUrl}}/3dCartWebAPI/v1/CRM/:crmid/message/:msgid

  4. 3d Cart Web API/v1-Admin Permissions - Get all Admin Permissions GET {{baseUrl}}/3dCartWebAPI/v1/AdminPermissions?limit=<integer>&offset=<integer>&section=<string>&action=<string>&countonly=<integer>

  5. 3d Cart Web API/v1-Admin Permissions - Get a Permission GET {{baseUrl}}/3dCartWebAPI/v1/AdminPermissions/:id

  6. 3d Cart Web API/v1-Cart-{orderkey} - Get a specific cart GET {{baseUrl}}/3dCartWebAPI/v1/Cart/:orderkey

  7. 3d Cart Web API/v1-Admins-{id} - Get the LoginToken from a specific Admin User GET {{baseUrl}}/3dCartWebAPI/v1/Admins/:id/LoginToken?targetpage=<string>

  8. 3d Cart Web API/v1-Admins - Get all Admin Users GET {{baseUrl}}/3dCartWebAPI/v1/Admins?limit=<integer>&offset=<integer>&name=<string>&username=<string>&external_id=<string>&countonly=<integer>

  9. 3d Cart Web API/v1-Cart-{orderkey}-Item - Adds a new item to a cart POST {{baseUrl}}/3dCartWebAPI/v1/Cart/:orderkey/Item

  10. 3d Cart Web API/v1-Cart-{orderkey}-Item - Updates a specific item from a specific Cart PUT {{baseUrl}}/3dCartWebAPI/v1/Cart/:orderkey/Item/:cartitemid