configure the base URL to the Aimeos JSON API

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
JuanMRuiz
Posts: 5
Joined: 23 Apr 2020, 05:59

configure the base URL to the Aimeos JSON API

Post by JuanMRuiz » 23 Apr 2020, 07:22

how I can?
configure the base URL to the Aimeos JSON API of the instance you want to connect to in your client application
thank you

User avatar
aimeos
Administrator
Posts: 7908
Joined: 01 Jan 1970, 00:00

Re: configure the base URL to the Aimeos JSON API

Post by aimeos » 23 Apr 2020, 20:46

Do you want to set up a multi vendor installation?

If yes, your have to adapt the routing: https://aimeos.org/docs/Laravel/Configu ... iple_shops
Then it's usually https://domain.tld/<sitecode>/jsonapi/

If no, it's always https://domain.tld/jsonapi/

This is the main entry point you have to start with an OPTIONS request.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply