Listings in your free trial
Prerequisites
Access to a free trial tenant (email with credentials)
Read our Free trial information, Setting up Postman for your free trial, and Facilities in your free trial articles
Access to Postman (you can use an HTTP tool of your choice, but for this article, we'll focus on working with Postman)
What are listings?
Listings represent the articles offered at a specific facility. Listings are managed per facility, ensuring that only available articles are listed. Although optional, they are essential for certain functionalities, such as dynamic order routing.
A listing can be seen as a product, an item, an article, and so on.
Why does it matter for my free trial?
For this tutorial, we're assuming we're a shop with products to sell and a consumer wants to order those products. For that, we need to attach those products (listings) to our shop (facility).
Let's add a listing to the facility we created.
Create a listing
Copy the facility ID
In Postman, copy the id that was created from our Facilities in your free trial article.
Open the create facility endpoint
Find the PUT Update Listings For Facility endpoint (under Facilities, then Facility Listings) and click to open. You'll see the body is prefilled with some data for multiple listings. For example:
We're only using the required fields in this example, and not all the available option. See our listings article for more details and the API specification.
Paste the facility ID
In the request, click facilityId and paste your copied ID into the Params.
Edit data
You can edit the Body in any way you wish, or leave it as it is.
Send the request
Click Send.
Ensure you've refreshed your authToken if it's been more than 60 minutes since your last refresh.
You should get a 200 OK response. You'll notice some extra fields that are part of the response and have been automatically created.
The listing will also be visible in Backoffice for other team members to use, but we'll go through that later in this section.
In the next article, we'll take you through configuring stocks. What they are, how to set them up, and how to edit them.
Last updated