Create a Transaction
Create a transaction along with a set of components .
Last updated
Create a transaction along with a set of components .
Last updated
Create a transaction for a business.
/businesses/{businessId}/transactions
Custom identifier. Can be used for internal reference or tracking purposes. If not provided, generates a default Id
DEC-24-238620
Type of transaction to be performed. Can be one of: IMPORT, EXPORT, DOMESTIC, TRADE.
EXPORT
Two-letter country code (ISO 3166 Alpha-2) of the place of activity. Depends on activityType. For import, Country of entry into the EU. For Export, Country of exit from the EU. For Domestic Production and Trade, EU country where goods are sourced, manufactured or produced or made available on the market.
IT
The components of the transaction.
Whether the geolocation data is confidential.
false
Metadata related to the transaction. This can be used to store any additional information that is relevant to the transaction. The input object must fulfill the following requirements: - max <=10 keys - max key length of <=255 characters - max string value length of <=255 characters - values must be either strings, number, or booleans - keys cannot contain the substrings proto, constructor, or prototype
{"key1":"someValue","key2":true,"key3":1234}
The status this transaction response is created in. Must be DRAFT if provided.