-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove catalog slug * Add catalog type
- Loading branch information
Showing
8 changed files
with
13 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
* | ||
* @copyright 2013-present Meplato GmbH. | ||
* @author Meplato API Team <[email protected]> | ||
* @version 2.1.8 | ||
* @version 2.1.9 | ||
* @license Copyright (c) 2015-2020 Meplato GmbH. All rights reserved. | ||
* @link https://developer.meplato.com/store2/#terms Terms of Service | ||
* @link https://developer.meplato.com/store2/ External documentation | ||
|
@@ -26,7 +26,7 @@ class Service | |
/** @@var string API title */ | ||
const TITLE = "Meplato Store API"; | ||
/** @@var string API version */ | ||
const VERSION = "2.1.8"; | ||
const VERSION = "2.1.9"; | ||
/** @@var string Base URL of the service, including the path */ | ||
const BASE_URL = "https://store.meplato.com/api/v2"; | ||
/** @@var string User Agent string that will be sent to the server */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
* | ||
* @copyright 2013-present Meplato GmbH. | ||
* @author Meplato API Team <[email protected]> | ||
* @version 2.1.8 | ||
* @version 2.1.9 | ||
* @license Copyright (c) 2015-2020 Meplato GmbH. All rights reserved. | ||
* @link https://developer.meplato.com/store2/#terms Terms of Service | ||
* @link https://developer.meplato.com/store2/ External documentation | ||
|
@@ -28,7 +28,7 @@ class Service | |
/** @@var string API title */ | ||
const TITLE = "Meplato Store API"; | ||
/** @@var string API version */ | ||
const VERSION = "2.1.8"; | ||
const VERSION = "2.1.9"; | ||
/** @@var string Base URL of the service, including the path */ | ||
const BASE_URL = "https://store.meplato.com/api/v2"; | ||
/** @@var string User Agent string that will be sent to the server */ | ||
|
@@ -187,7 +187,6 @@ function catalog($catalog) | |
* - sageContract (string): SageContract represents the internal identifier at Meplato for the contract of this catalog. | ||
* - sageNumber (string): SageNumber represents the internal identifier at Meplato for the merchant of this catalog. | ||
* - selfLink (string): URL to this page. | ||
* - slug (string): Slug of the catalog. | ||
* - state (string): State describes the current state of the catalog, e.g. idle. | ||
* - supportsOciBackgroundsearch (boolean): SupportsOciBackgroundsearch indicates whether a catalog supports the OCI BACKGROUNDSEARCH transaction. | ||
* - supportsOciDetail (boolean): SupportsOciDetail indicates whether a catalog supports the OCI DETAIL transaction. | ||
|
@@ -197,7 +196,7 @@ function catalog($catalog) | |
* - supportsOciSourcing (boolean): SupportsOciSourcing indicates whether a catalog supports the OCI SOURCING transaction. | ||
* - supportsOciValidate (boolean): SupportsOciValidate indicates whether a catalog supports the OCI VALIDATE transaction. | ||
* - target (string): Target represents the target system which can be either an empty string, "catscout" or "mall". | ||
* - type (string): Type of catalog, e.g. corporate or basic. | ||
* - type (string): Type represents a catalog type which can be either "CC" 1:1 Corporate or "MB" Meplato Business 1 Creditor. | ||
* - updated (array): Updated is the last modification date and time of the catalog. | ||
* - validFrom (array): ValidFrom is the date the catalog becomes effective (YYYY-MM-DD). | ||
* - validUntil (array): ValidUntil is the date the catalog expires (YYYY-MM-DD). | ||
|
@@ -311,7 +310,6 @@ function pin($pin) | |
* - sageContract (string): SageContract represents the internal identifier at Meplato for the contract of this catalog. | ||
* - sageNumber (string): SageNumber represents the internal identifier at Meplato for the merchant of this catalog. | ||
* - selfLink (string): URL to this page. | ||
* - slug (string): Slug of the catalog. | ||
* - state (string): State describes the current state of the catalog, e.g. idle. | ||
* - supportsOciBackgroundsearch (boolean): SupportsOciBackgroundsearch indicates whether a catalog supports the OCI BACKGROUNDSEARCH transaction. | ||
* - supportsOciDetail (boolean): SupportsOciDetail indicates whether a catalog supports the OCI DETAIL transaction. | ||
|
@@ -321,7 +319,7 @@ function pin($pin) | |
* - supportsOciSourcing (boolean): SupportsOciSourcing indicates whether a catalog supports the OCI SOURCING transaction. | ||
* - supportsOciValidate (boolean): SupportsOciValidate indicates whether a catalog supports the OCI VALIDATE transaction. | ||
* - target (string): Target represents the target system which can be either an empty string, "catscout" or "mall". | ||
* - type (string): Type of catalog, e.g. corporate or basic. | ||
* - type (string): Type represents a catalog type which can be either "CC" 1:1 Corporate or "MB" Meplato Business 1 Creditor. | ||
* - updated (array): Updated is the last modification date and time of the catalog. | ||
* - validFrom (array): ValidFrom is the date the catalog becomes effective (YYYY-MM-DD). | ||
* - validUntil (array): ValidUntil is the date the catalog expires (YYYY-MM-DD). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
* | ||
* @copyright 2013-present Meplato GmbH. | ||
* @author Meplato API Team <[email protected]> | ||
* @version 2.1.8 | ||
* @version 2.1.9 | ||
* @license Copyright (c) 2015-2020 Meplato GmbH. All rights reserved. | ||
* @link https://developer.meplato.com/store2/#terms Terms of Service | ||
* @link https://developer.meplato.com/store2/ External documentation | ||
|
@@ -28,7 +28,7 @@ class Service | |
/** @@var string API title */ | ||
const TITLE = "Meplato Store API"; | ||
/** @@var string API version */ | ||
const VERSION = "2.1.8"; | ||
const VERSION = "2.1.9"; | ||
/** @@var string Base URL of the service, including the path */ | ||
const BASE_URL = "https://store.meplato.com/api/v2"; | ||
/** @@var string User Agent string that will be sent to the server */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
* | ||
* @copyright 2013-present Meplato GmbH. | ||
* @author Meplato API Team <[email protected]> | ||
* @version 2.1.8 | ||
* @version 2.1.9 | ||
* @license Copyright (c) 2015-2020 Meplato GmbH. All rights reserved. | ||
* @link https://developer.meplato.com/store2/#terms Terms of Service | ||
* @link https://developer.meplato.com/store2/ External documentation | ||
|
@@ -28,7 +28,7 @@ class Service | |
/** @@var string API title */ | ||
const TITLE = "Meplato Store API"; | ||
/** @@var string API version */ | ||
const VERSION = "2.1.8"; | ||
const VERSION = "2.1.9"; | ||
/** @@var string Base URL of the service, including the path */ | ||
const BASE_URL = "https://store.meplato.com/api/v2"; | ||
/** @@var string User Agent string that will be sent to the server */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ X-Ua-Compatible: IE=edge | |
X-Xss-Protection: 1; mode=block | ||
Date: Wed, 01 Apr 2015 13:53:54 GMT | ||
|
||
{"kind":"store#catalog","selfLink":"https://store3.go/api/v2/catalogs/48F31F33AD","id":81,"type":"corporate","merchantId":1,"merchantMpcc":"meplato","merchantMpsc":"meplato-sc","merchantName":"Meplato GmbH","projectId":1,"projectMpcc":"meplato","projectMpbc":"meplato","projectName":"Meplato","project":{"id":1,"type":"corporate","mpcc":"meplato","mpbc":"meplato","name":"Meplato","profile":{"nameExists":{"policy":1},"categoriesExists":{"policy":1},"eclassesValid":{"policy":0,"version":"5.1"},"orderUnitValues":{"policy":0},"contentUnitValues":{"policy":0}},"customization":{"hooks":[{"kind":"publish_initial","via":"smtp","target":"[email protected]"}]},"script":"","visible":true,"country":"DE","language":"de","locale":"de_DE","timeZone":"Europe/Berlin","currency":"EUR","ou":"PCE","catalogPriceInitial":0,"catalogPriceRecurring":0,"catalogPriceCurrency":"EUR","catalogPriceInterval":"yearly","target":"mall","companyGroup":"","created":"2017-10-09T14:29:35Z","updated":"2020-01-02T08:47:32Z"},"slug":"test2","name":"test2","pin":"48F31F33AD","validFrom":"2020-03-13","validUntil":"2099-12-31","currency":"EUR","country":"DE","language":"de","state":"idle","created":"2020-03-13T15:39:52.004116159Z","updated":"2020-03-13T15:39:52.004116159Z","lockedForDownload":false,"supportsOciDetail":false,"supportsOciDetailadd":false,"supportsOciValidate":false,"supportsOciSourcing":false,"supportsOciBackgroundsearch":false,"supportsOciQuantitycheck":false,"supportsOciDownloadjson":false,"keepOriginalBlobs":false,"target":"","showImportFailure":false} | ||
{"kind":"store#catalog","selfLink":"https://store3.go/api/v2/catalogs/48F31F33AD","id":81,"type":"CC","merchantId":1,"merchantMpcc":"meplato","merchantMpsc":"meplato-sc","merchantName":"Meplato GmbH","projectId":1,"projectMpcc":"meplato","projectMpbc":"meplato","projectName":"Meplato","project":{"id":1,"mpcc":"meplato","mpbc":"meplato","name":"Meplato","profile":{"nameExists":{"policy":1},"categoriesExists":{"policy":1},"eclassesValid":{"policy":0,"version":"5.1"},"orderUnitValues":{"policy":0},"contentUnitValues":{"policy":0}},"customization":{"hooks":[{"kind":"publish_initial","via":"smtp","target":"[email protected]"}]},"script":"","visible":true,"country":"DE","language":"de","locale":"de_DE","timeZone":"Europe/Berlin","currency":"EUR","ou":"PCE","catalogPriceInitial":0,"catalogPriceRecurring":0,"catalogPriceCurrency":"EUR","catalogPriceInterval":"yearly","target":"mall","companyGroup":"","created":"2017-10-09T14:29:35Z","updated":"2020-01-02T08:47:32Z"},"name":"test2","pin":"48F31F33AD","validFrom":"2020-03-13","validUntil":"2099-12-31","currency":"EUR","country":"DE","language":"de","state":"idle","created":"2020-03-13T15:39:52.004116159Z","updated":"2020-03-13T15:39:52.004116159Z","lockedForDownload":false,"supportsOciDetail":false,"supportsOciDetailadd":false,"supportsOciValidate":false,"supportsOciSourcing":false,"supportsOciBackgroundsearch":false,"supportsOciQuantitycheck":false,"supportsOciDownloadjson":false,"keepOriginalBlobs":false,"target":"","showImportFailure":false} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters