Add your first listing
Learn how to add your first facility listing.
This page is outdated. Please go to our new documentation under https://docs.fulfillmenttools.com/documentation.
After you created your first facility, you can (but don't have to) add some listings (articles) for this facility.
Placeholders
{TOKEN}
JWT from Identity provider
eyJhbGciOX49.eyJzdWV9.dyt0CoI
{facilityId}
the ID of the facility the listing is for
5d174533-29b9-464b-9325-94bfacefe335
Add the listing
For adding the listing to your facility, you do not need much information. The article ID of your system and a title is enough. To learn more, please look at our REST API documentation.
Let's add our first listing.
If your request was successful, you'll receive a 200 OK
response without a body.
To check whether the listing was added successfully, you can use the GET endpoint to find all listings:
This will respond with a 200 OK
containing all listings for that facility:
Alternatively, you can use the GET endpoint to find the listing by your own article ID (tenantArticleId):
This will result in a 200 OK
response containing a more detailed view of that listing:
Last updated