Skip to content

Releases: meplato/store2-php-client

Release 2.1.3

06 Mar 12:34
Compare
Choose a tag to compare

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

Release 2.1.0

27 Oct 12:48
Compare
Choose a tag to compare

This commit updates the API to version 2.1.0. This includes the
following changes:

New fields in Catalog:

  • DownloadURL
  • DownloadInterval
  • DownloadChecksum
  • Type

New fields in Product. Please consult your Store Manager before
blindly setting any of these values. They might carry project-specific
values and render your catalog unusable of set incorrectly.

  • Visible
  • Orderable
  • IsPassword
  • AutoConfigure
  • Incomplete
  • NeedsGoodsReceipt
  • ExtConfigForm
  • ExtConfigService
  • Contract
  • ContractItem
  • PriceFormula
  • NFCndID
  • NFScale
  • NFScaleQuantity
  • NFBasePrice
  • NFBasePriceQuantity
  • Rateable
  • RateableOnlyIfOrdered
  • KeepPrice
  • GLAccount
  • BoostFactor
  • ConversionNumerator
  • ConversionDenumerator
  • CustomField6
  • CustomField7
  • CustomField8
  • CustomField9
  • CustomField10
  • CustomField11
  • CustomField12
  • CustomField13
  • CustomField14
  • CustomField15
  • CustomField16
  • CustomField17
  • CustomField18
  • CustomField19
  • CustomField20
  • CustomField21
  • CustomField22
  • CustomField23
  • CustomField24
  • CustomField25
  • CustomField26
  • CustomField27
  • CustomField28
  • CustomField29
  • CustomField30

Release 2.0.4

07 Sep 08:40
Compare
Choose a tag to compare
  • Add MPSC of merchant to catalog
  • Add MPBC of project to catalog

Release 2.0.3

13 Jun 10:39
Compare
Choose a tag to compare
  • Add Jobs API
  • Add Expired flag to Catalog

Release 2.0.2

16 Mar 12:57
Compare
Choose a tag to compare
  • Catalogs now return the MPCC of project and merchant
  • Catalogs service now allows passing keywords for fulltext search

Release 2.0.1

03 Mar 09:21
Compare
Choose a tag to compare

Allow sorting for Products Search API.

Release 2.0.0

27 Feb 09:10
Compare
Choose a tag to compare

Finalize the 2.0 version of the API.

  • The default endpoint is https://store.meplato.com, but https://store2.meplato.com will continue to work.
  • 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).

v2.0.0.beta9

21 Sep 13:03
Compare
Choose a tag to compare
  • Expose the Project entity that a catalog is associated with.
  • Add the KeepOriginalBlobs flag that indicates whether the URL of a Blob is changed to utilize Store as a cache for images and datasheets. By default, KeepOriginalBlobs is false, so Store acts as a cache.

v2.0.0.beta8

10 Aug 14:16
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

v2.0.0.beta7

24 Jul 10:59
Compare
Choose a tag to compare
  • Add flag to catalog entity 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.