saps4hana.itcm.product
Module saps4hana.itcm.product
ballerinax/saps4hana.itcm.product Ballerina library
Overview
This is a generated connector for SAPS4HANA Intelligent Trade Claims Management API v1.0.0 OpenAPI specification. In SAPS4HANA Intelligent Trade Claims Management, the product service allows you to access their product retailer and distributor information.
Prerequisites
Before using this connector in your Ballerina application, complete the following:
- Create and configure an OAuth2 client credentials by following this guide.
Clients
saps4hana.itcm.product: Client
This is a generated connector for SAPS4HANA Intelligent Trade Claims Management API v1.0.0 OpenAPI specification. In SAPS4HANA Intelligent Trade Claims Management, the product service allows you to access their product retailer and distributor information.
Constructor
Gets invoked to initialize the connector
.
The connector initialization requires setting the API credentials.
Create and configure an OAuth2 client credentials by following this guide.
init (ClientConfig clientConfig, string serviceUrl)
- clientConfig ClientConfig - The configurations to be used when initializing the
connector
- serviceUrl string - URL of the target service
createProduct
function createProduct(Product payload) returns ResponseProductMessage|error
Create a new product
Parameters
- payload Product -
Return Type
- ResponseProductMessage|error - Success Created.
deleteProduct
function deleteProduct(string externalId) returns ResponseDeleteMessage|error
Delete a product
Parameters
- externalId string - ExternalId
Return Type
- ResponseDeleteMessage|error - OK.
Records
saps4hana.itcm.product: ClientConfig
Provides a set of configurations for controlling the behaviours when communicating with a remote HTTP endpoint.
Fields
- auth OAuth2ClientCredentialsGrantConfig - Configurations related to client authentication
- httpVersion string(default "1.1") - The HTTP version understood by the client
- http1Settings ClientHttp1Settings(default {}) - Configurations related to HTTP/1.x protocol
- http2Settings ClientHttp2Settings(default {}) - Configurations related to HTTP/2 protocol
- timeout decimal(default 60) - The maximum time to wait (in seconds) for a response before closing the connection
- forwarded string(default "disable") - The choice of setting
forwarded
/x-forwarded
header
- followRedirects FollowRedirects?(default ()) - Configurations associated with Redirection
- poolConfig PoolConfiguration?(default ()) - Configurations associated with request pooling
- cache CacheConfig(default {}) - HTTP caching related configurations
- compression Compression(default http:COMPRESSION_AUTO) - Specifies the way of handling compression (
accept-encoding
) header
- circuitBreaker CircuitBreakerConfig?(default ()) - Configurations associated with the behaviour of the Circuit Breaker
- retryConfig RetryConfig?(default ()) - Configurations associated with retrying
- cookieConfig CookieConfig?(default ()) - Configurations associated with cookies
- responseLimits ResponseLimitConfigs(default {}) - Configurations associated with inbound response size limits
- secureSocket ClientSecureSocket?(default ()) - SSL/TLS-related options
saps4hana.itcm.product: OAuth2ClientCredentialsGrantConfig
OAuth2 Client Credintials Grant Configs
Fields
- Fields Included from *OAuth2ClientCredentialsGrantConfig
- tokenUrl string
- clientId string
- clientSecret string
- scopes string[]
- defaultTokenExpTime decimal
- clockSkew decimal
- optionalParams map<string>
- credentialBearer CredentialBearer
- clientConfig ClientConfiguration
- tokenUrl string(default "https://colgate-dev1.authentication.us30.hana.ondemand.com/oauth/token") - Token URL
saps4hana.itcm.product: Product
Fields
- baseUnitOfMeasure string -
- brand string? -
- businessSystem int? -
- isMarkedForDeletion boolean? -
- externalId string -
- description ProductDescription[] -
- groupCode string? -
- externalHierarchyId string? -
- unitOfMeasureConversions ProductUnitOfMeasureConversion[]? -
saps4hana.itcm.product: ProductCodes
Fields
- productCode string? -
- productCodeTypeCode string? -
saps4hana.itcm.product: ProductDescription
Fields
- description string? -
- languageKey string? -
saps4hana.itcm.product: ProductUnitOfMeasureConversion
Fields
- quantityDenominator int? -
- quantityNumerator int? -
- productCodes ProductCodes[] -
- measurementUnit string? -
saps4hana.itcm.product: ResponseDeleteMessage
Fields
- message string? -
- timestamp string? -
saps4hana.itcm.product: ResponseForbiddenMessage
Fields
- message string? -
- timestamp string? -
- uri string? -
saps4hana.itcm.product: ResponseMessage
Fields
- _error string? -
- message string? -
- timestamp string? -
- uri string? -
saps4hana.itcm.product: ResponseNotFoundMessage
Fields
- message string? -
- _error string? -
- timestamp string? -
saps4hana.itcm.product: ResponseProductDeleteMessage
Fields
- externalid string? -
- message string? -
- timestamp string? -
saps4hana.itcm.product: ResponseProductMessage
Fields
- externalid string? -
- message string? -
- timestamp string? -
saps4hana.itcm.product: ResponseUnauthorizedMessage
Fields
- message string? -
- timestamp string? -
- uri string? -
Import
import ballerinax/saps4hana.itcm.product;
Metadata
Released date: about 3 years ago
Version: 1.1.0
License: Apache-2.0
Compatibility
Platform: any
Ballerina version: slbeta6
GraalVM compatible: Yes
Pull count
Total: 2
Current verison: 0
Weekly downloads
Keywords
Business Management/ERP
Cost/Paid
Contributors
Dependencies