# Add customer product information Add additional generic information for a product or purchased item, such as packaging, naming, pricing and QR code association. This endpoint allows linking packaging and warehouse details to an existing product or purchased item. Endpoint: POST /generic-product-infos Version: 3.0.0 ## Request fields (application/json): - `unique_identifier` (string, required) This identifier will make each generic product information unique in our systems. We recommend concatenating ref, color_code, collection and the purchase_order from the related purchased item (create purchased item). Example ref_color_code_collection_purchase_order. - `product_id` (string) Identifier of the manufactured product (create product) to which this information belongs. - `purchased_item_id` (string) Identifier of the purchased item to which this information belongs. - `ref` (string) Optional internal reference for the product information. - `color_code` (string) Unique color reference/name of the product. - `collection` (string) - `product_name` (string) - `packaging_id` (string) Identifier of the associated packaging used for this product information. - `gtins_or_eans` (string) Global Trade Item Number (GTIN) or European Article Number (EAN). Should contain 13 digits. - `market_segment` (string) Market segment taxonomy. Enum: "Menswear", "Womenswear", "Kidswear", "Babywear", "Lingerie" - `product_price` (number) - `eco_modulation` (string) Eco-modulation taxonomy. Values. Enum: "ECOLOGIC ASL - CRITERIA 1 + 2", "ECOLOGIC ASL - CRITERIA 1 + 2 + 3", "ECOLOGIC ASL - CRITERIA 1 + 3", "ECOLOGIC ASL - CRITERIA 1 - SPARE PARTS AVAILABILITY >10 YEARS", "ECOLOGIC ASL - CRITERIA 2 + 3", "ECOLOGIC ASL - CRITERIA 2 - SPARE PARTS TIME > 7 DAYS", "ECOLOGIC ASL - CRITERIA 3 - INTEGRATION OF RECYCLED MATERIALS > 40%.", "NONE", "REFASHION TLC - ECO-MODULATION 1 - DURABILITY", "REFASHION TLC - ECO-MODULATION 2 - ENVIRONMENTAL LABELS", "REFASHION TLC - ECO-MODULATION 3 - % RECYCLED MAT", "REFASHION TLC - ECO-MODULATION 4 - RECYCLABILITY PENALTY" - `customBrandField1` (string) This field is linked to the Business Unit linked to this Product. We are expecting a string value. This field is specific to you and your organization. - `customBrandField2` (string) This field is linked to the Division by Category linked to this Product. We are expecting a string value. This field is specific to you and your organization. - `customBrandField3` (string) This field is linked to the Product Category of Group. We are expecting a string value. This field is specific to you and your organization. Enum: "RTW", "Shoes", "Bags", "Small Leather Goods", "Accessories", "Home / Interior / Travel" - `customBrandField4` (string) This field is linked to the Product Category of the Maison. We are expecting a string value. This field is specific to you and your organization. - `produced_quantity` (number) Quantity produced for this specific product. - `weight` (number) Weight of the product in grams. - `qr_code_id` (string, required) Identifier of the QR code associated with this generic product information. - `warehouse` (object, required) Information about the destination warehouse for generic product data. Either supplier_id or address.country must be provided. - `warehouse.supplier_id` (string) Identifier of the warehouse supplier. - `warehouse.address` (object) Postal address of an entity. - `warehouse.address.country` (string) Two‑letter ISO country code. Taxonomy – COUNTRY Enum: "AD", "AE", "AF", "AG", "AI", "AL", "AM", "AO", "AQ", "AR", "AS", "AT", "AU", "AW", "AX", "AZ", "BA", "BB", "BD", "BE", "BF", "BG", "BH", "BI", "BJ", "BL", "BM", "BN", "BO", "BQ", "BR", "BS", "BT", "BV", "BW", "BY", "BZ", "CA", "CC", "CD", "CF", "CG", "CH", "CI", "CK", "CL", "CM", "CN", "CO", "CR", "CU", "CV", "CW", "CX", "CY", "CZ", "DE", "DJ", "DK", "DM", "DO", "DZ", "EC", "EE", "EG", "EH", "ER", "ES", "ET", "FI", "FJ", "FK", "FO", "FR", "GA", "GB", "GD", "GE", "GF", "GG", "GH", "GI", "GL", "GM", "GN", "GP", "GQ", "GR", "GS", "GT", "GU", "GW", "GY", "HK", "HM", "HN", "HR", "HT", "HU", "ID", "IE", "IL", "IM", "IN", "IO", "IQ", "IR", "IS", "IT", "JE", "JM", "JO", "JP", "KE", "KG", "KH", "KI", "KM", "KN", "KP", "KR", "KW", "KY", "KZ", "LA", "LB", "LC", "LI", "LK", "LR", "LS", "LT", "LU", "LV", "LY", "MA", "MC", "MD", "ME", "MF", "MG", "MH", "MK", "ML", "MM", "MN", "MO", "MP", "MQ", "MR", "MS", "MT", "MU", "MV", "MW", "MX", "MY", "MZ", "NA", "NC", "NE", "NF", "NG", "NI", "NL", "NO", "NP", "NR", "NU", "NZ", "OM", "PA", "PE", "PF", "PG", "PH", "PK", "PL", "PM", "PN", "PR", "PS", "PT", "PW", "PY", "QA", "RE", "RO", "RS", "RU", "RW", "SA", "SB", "SC", "SD", "SE", "SG", "SH", "SI", "SJ", "SK", "SL", "SM", "SN", "SO", "SR", "SS", "ST", "SV", "SX", "SY", "SZ", "TC", "TD", "TF", "TG", "TH", "TJ", "TK", "TL", "TM", "TN", "TO", "TR", "TT", "TV", "TW", "TZ", "UA", "UG", "UM", "US", "UY", "UZ", "VA", "VC", "VE", "VG", "VI", "VN", "VU", "WF", "WS", "YE", "YT", "ZA", "ZM", "ZW" - `warehouse.address.city` (string) - `warehouse.address.postalCode` (string) - `warehouse.address.street` (string) ## Response 201 fields (application/json): - `product_info_id` (string) Identifier of the created generic product information.