Skip to content

Product catalog with pictures

Through the API Supplier Catalogs, the suppliers can create and manage their product categories, products, product pictures and the price catalog.

By integrating their picture libraries with the E-proc platform by ME, suppliers can easily manage the pictures in their own product catalogs and update them directly in the buyer's workflow quickly and massively.

Add pictures to a product

To add a picture to the product and define if the picture is the primary one (cover image) directly in the payload, call POST Add a picture to a product.

📘 Note

  • The maximum image size is 1MB.
  • A maximum of 5 images per product is allowed.
  • The allowed file types are: .gif, .jpg, .jpeg, .png.

Set a picture as the primary one (cover image)

To set a picture as the primary one, call PATCH Update a product picture based on the productId and pictureId and enter the product ID and the image ID.

Delete a product picture

To delete a picture, call DELETE Delete a picture associated with a product and enter the product ID and picture ID.

📘 Note

  • Physical and permanent deletion of the picture in the OCI (Oracle Cloud Infrastructure) storage > and in the database.
  • Automatically sets another picture as the primary one if the cover picture is deleted.

Retrieve a picture

To get information about a specific picture, such as size and file type, call GET Get product picture information and enter the product ID and picture ID.

Download the picture

To download the picture, call GET Redirection link to download the picture and enter the product ID and the picture ID.

Retrieve a primary picture

To get information about the primary picture, call GET Get the primary product picture based on the productId and enter the product ID.

List all product pictures

To get information about all the pictures associated with a product, call GET Get all pictures associated with a product and enter the product ID.

Rules for product categories

  • Buyers:

    • They can view all categories, including those created by suppliers.
    • They are not allowed to edit or delete categories created by suppliers, and this also applies to suppliers concerning buyers' categories.
  • Suppliers:

    • They can search, view, edit or delete only the categories they have created.
  • General:

    • A Category cannot be deleted if permissions or requests are associated.

Rules for products

  • Buyers:

    • They can view all products, including those created by suppliers.
    • They are not allowed to edit products created by suppliers, and this also applies to suppliers concerning buyers' products.
    • They can only associate a product in a category if the category was created by them. This also applies to suppliers concerning buyers’s categories.
  • Suppliers:

    • They can search, view or edit only the products they have created.

Rules for price catalogs

  • Buyers:

    • They can view all price catalogs, including those created by suppliers.
    • They are not allowed to edit price catalogs created by suppliers, and this also applies to suppliers concerning buyers' price catalogs.
  • Suppliers:

    • They can search, view or edit only the price catalogs they have created.