Product
Organize and streamline all your products.
Easily manage and synchronize product data across platforms, optimize inventory and pricing workflows, and deliver a seamless experience to your customers.
What We Offer
All the features mentioned below, and more, can be accessed directly using the Swipe Portal.
-
Add Product : Add new product entries to build and expand your product catalog.
Steps to add an item:
- Checkout the add item endpoint in the API playground and use your API key to test the endpoint.
- If your API key is valid, this api endpoint returns a 200 response with item details in a specified JSON format.
You can also add items manually on Swipe Portal
Add Item
Try Adding an item
-
Get Product : Access specific product information quickly for operational needs or customer queries.
Steps to get an item:
- Checkout the get item details endpoint in the API playground. For
item_id
, add theitem_id
used while adding an item. - If your API key is valid, this API endpoint returns a 200 response with item details in a specified JSON format.
Get Item
Try fetching item details
- Checkout the get item details endpoint in the API playground. For
-
Update Product : Modify existing product information to ensure accuracy and relevance, including name, description, pricing, and availability.
Steps to update an item:
- Checkout the update item endpoint in the API playground and use your API key to test the endpoint.
- If your API key is valid, this api endpoint returns a 200 response with required details in a specified JSON format.
Update Item
Try Updating an item
-
Delete Product : Remove outdated or inactive products to maintain a streamlined and updated catalog.
Steps to delete an item:
- Checkout the delete item endpoint in the API playground. For
item_id
, use theitem_id
that was used while adding an item. - If your API key is valid, this API endpoint returns a 200 response with document details in a specified JSON format.
Delete Item
Try Deleting an Item
- Checkout the delete item endpoint in the API playground. For
-
Products List : Retrieve a complete list of all products in your catalog, enabling efficient management and analysis.
Steps to get list of items:
- Checkout the get items list endpoint in the API playground.
- If your API key is valid, this API endpoint returns a 200 response with items list details in a specified JSON format.
List of Items
Fetch List of all items
-
Update Product Mapping : Seamlessly update product ID mappings to ensure consistency and alignment across systems, avoiding duplicate records and streamlining integrations.
Steps to update item IDs:
- Checkout the update item mapping endpoint in the API playground.
- If your API key is valid, this API endpoint returns a 200 response with data in a specified JSON format.
Update Item Mappings
Try updating item mappings