< Back
Print

Export von Feldkonfigurationen/Attribute/Wertelisten

The following array shows a typical synchronisation using the JSON connector. Please note that data will be sent using a JSON string, the following only shows an exemplary array.

When synchronizing attributes to the target system, all important information are included. Part of the sycnrhonization are label, type and value lists for select boxes.

Internal Variables:

  csid = interne CS ID
  csclass = interne CS Klasse (Pdmarticle, Pdmarticlestructuren, Mamfile, etc)
  code = interner Name (technisch)
  Label = Interner Name (nicht technisch)
  Name = Anzeige Name
  
  prefix = Gruppenmerkmal (z.B. für automatisierte Verteilung in Zieltabellen  tbl_article|name == tbl_article)
  type = Typ des Feldes (abhängig vom Zielsystem)
  default_value = Standardwert des Feldes
  attribute_group_name = Reitername
  options = Array von mehrsprachigen Optionswerten
  language_dependent = sprachabhängiges Feld (ja/nein)

Das Array Languages wird immer mitgeschickt, damit die möglichen Sprachwerte ersichtlich sind.



[languages] => Array
         (
            [0] => default
            [1] => German
            [2] => Englisch
            [3] => Japanisch
         )

Fill example data sets:


Array
(
    [method] => data
    [data] => Array
        (
            [attributes] => Array
                (
                    [price] => Array
                        (
                            [code] => price
                            [prefix] => 
                            [type] => text
                            [default_value] => 
                            [attribute_group_name] => Array
                                (
                                    [0] => Preise/Lager
                                )

                            [options] => Array
                                (
                                )

                            [language_dependent] => 0
                            [csid] => -32890
                            [csclass] => Itemconfiguration
                            [Label] => Array
                                (
                                    [default] => Preise
                                    [German] =>; Preise
                                    [Englisch] => Preise
                                    [Japanisch] => Preise
                                )

                            [Name] => Array
                                (
                                    [default] => 
                                    [German] => 
                                    [Englisch] =>
                                    [Japanisch] => 
                                )

                        )

                    [video_format] => Array
                        (
                            [code] => video_format
                            [prefix] => 
                            [type] => multiselect
                            [default_value] =>
                            [attribute_group_name] => Array
                                (
                                    [0] => Spezifikationen
                                )

                            [options] => Array
                                (
                                    [H.264] => Array
                                        (
                                            [default] => H.264
                                            [German] => H.264
                                            [Englisch] => H.264
                                            [Japanisch] => H.264
                                        )

                                    [MPEG-4] => Array
                                        (
                                            [default] => MPEG-4
                                            [German] => MPEG-4
                                            [Englisch] => MPEG-4
                                            [Japanisch] => MPEG-4
                                        )

                                    [DVD] => Array
                                        (
                                            [default] => DVD
                                            [German] => DVD
                                            [Englisch] => DVD
                                            [Japanisch] => DVD
                                        )

                                )

                            [language_dependent] => 0
                            [csid] => 50
                            [csclass] => Itemconfiguration
                            [Label] => Array
                                (
                                    [default] => Unterstützte Videoformate
                                    [German] => Unterstützte Videoformate
                                    [Englisch] => Supported Video Formats
                                    [Japanisch] => Supported Video Formats
                                )

                            [Name] => Array
                                (
                                    [default] => Unterstützte Videoformate
                                    [German] => Unterstützte Videoformate
                                    [Englisch] => Unterstützte Videoformate
                                    [Japanisch] => Unterstützte Videoformate
                                )

                        )

                    [products_images] => Array
                        (
                            [code] => products_images
                            [prefix] => 
                            [type] => file
                            [default_value] => 
                            [attribute_group_name] => Array
                                (
                                    [0] => Beschreibung
                                )

                            [options] => Array
                                (
                                )

                            [language_dependent] => 0
                            [csid] => 28
                            [csclass] => Itemconfiguration
                            [Label] => Array
                                (
                                    [default] => Abbildung
                                    [German] => Abbildung
                                    [Englisch] => Image
                                    [Japanisch] => Image
                                )

                            [Name] => Array
                                (
                                    [default] => Abbildung
                                    [German] => Abbildung
                                    [Englisch] => Abbildung
                                    [Japanisch] => Abbildung
                                )

                        )

                    [description] => Array
                        (
                            [code] => description
                            [prefix] => 
                            [type] => textarea
                            [default_value] => 
                            [attribute_group_name] => Array
                                (
                                    [0] => Texte
                                )

                            [options] => Array
                                (
                                )

                            [language_dependent] => 1
                            [csid] => 26
                            [csclass] => Itemconfiguration
                            [Label] => Array
                                (
                                    [default] => Beschreibung
                                    [German] => Beschreibung
                                    [Englisch] => Description
                                    [Japanisch] => Description
                                )

                            [Name] => Array
                                (
                                    [default] => Beschreibung
                                    [German] => Beschreibung
                                    [Englisch] => Beschreibung
                                    [Japanisch] => Beschreibung
                                )

                        )

                    [webtext] => Array
                        (
                            [code] => webtext
                            [prefix] => 
                            [type] => textarea
                            [default_value] =>; 
                            [attribute_group_name] => Array
                                (
                                    [0] => Texte
                                )

                            [options] => Array
                                (
                                )

                            [language_dependent] => 1
                            [csid] => 125
                            [csclass] => Itemconfiguration
                            [Label] => Array
                                (
                                    [default] => Webtext
                                    [German] => Webtext
                                    [Englisch] => Webtext
                                    [Japanisch] => Webtext
                                )

                            [Name] => Array
                                (
                                    [default] => Webtext
                                    [German] => Webtext
                                    [Englisch] => Webtext
                                    [Japanisch] => Webtext
                                )

                        )

                    [products_name] => Array
                        (
                            [code] => products_name
                            [prefix] => 
                            [type] => text
                            [default_value] => 
                            [attribute_group_name] => Array
                                (
                                    [0] => Data
                                )

                            [options] => Array
                                (
                                )

                            [language_dependent] =>; 0
                            [csid] => 0
                            [csclass] > Itemconfiguration
                            [Label] => Array
                                (
                                    [default] => Bezeichnung
                                    [German] => Bezeichnung
                                    [Englisch] => Bezeichnung
                                    [Japanisch] => Bezeichnung
                                )

                            [Name] => Array
                                (
                                    [default] =>; 
                                    [German] =>
                                    [Englisch] => 
                                    [Japanisch] => 
                                )

                        )

                )
        )

    [token] => f50a35c557d9e0eb64b746b7de1ab893
)

Was this article helpful?
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
Table of Contents