Skip to content

Releases: meplato/mall-java-client

Release 1.0.10

29 Jul 08:23
Compare
Choose a tag to compare

This release adds two experimental properties to the Products Scroll API. On the server-side, the Scroll API has been enhanced to use snapshots, a faster way to iterate over catalog content. With this newer version, one can now pass the page size and allow to switch back to the older v1 version with the version property. Notice that you shouldn't use these settings unless you know what you do.

From the perspective of the client, the Scroll API didn't change at all. You still pass a page token to get the next slice of results until the server responds with an empty page token. If possible, the server will use snapshots; otherwise, it'll use the older version to scroll through the results.

Release 1.0.8

06 Mar 12:35
Compare
Choose a tag to compare

Version 1.0.8 of the Mall 1 API adds the Intrastat structure to the Product entity. It allows merchants to pass Intrastat-related data to the buy-side.

Release 1.0.6

27 Feb 10:16
Compare
Choose a tag to compare

Add some more fields passed through from Store API.

  • New fields MultiSupplierID and MultiSupplierName allow multi-supplier catalogs.
  • New field ASIN for Amazon's unique article number.
  • New field TaxRate with a range of [0.0, 1.0).

Release version 1.0.5

01 Dec 13:15
Compare
Choose a tag to compare

Catalogs now have the StorePin field.

Release version 1.0.4

21 Sep 13:35
Compare
Choose a tag to compare

Blobs now have a URL field.

Release version 1.0.3

10 Aug 14:07
Compare
Choose a tag to compare

Catalogs have several new flags to indicate the level of support for the various OCI transactions:

  • supportsOciDetail
  • supportsOciDetailadd
  • supportsOciValidate
  • supportsOciSourcing
  • supportsOciBackgroundsearch
  • supportsOciQuantitycheck
  • supportsOciDownloadjson

Scale prices now have two additional fields to transport Meplato prices and list prices:

  • meplatoPrice
  • listPrice

v1.0.2

24 Jul 10:57
Compare
Choose a tag to compare
  • Catalogs now have a flag to prevent download: The LockedForDownload flag indicates whether a catalog can be downloaded by the API. If a client tries to download a locked catalog, HTTP status code 423 is returned.
  • Catalogs now have a SAGE number and a SAGE contract

v1.0.1

24 Jul 10:58
Compare
Choose a tag to compare
  • Catalogs have two new fields: OciURL and HubURL. They are required for managing configurable products via SAP OCI DETAILADD.
  • The CatalogManaged flag on the catalog level is deprecated.CatalogManaged is now a setting on the product level only.