Welcome to the Falabella Developers Portal. You'll find comprehensive guides and documentation to help you start working with Falabella's Seller Center as quickly as possible, as well as support if you get stuck. Let's jump right in!
Hola, Estoy usando el SDK de PHP de ustedes, y estoy intentando cambiarle el precio a un producto y me da el siguiente error: <?xml version="1.0" encoding="UTF-8"?>\n <ErrorResponse>\n <Head>\n <RequestAction>ProductUpdate</RequestAction>\n <ErrorType>Platform</ErrorType>\n <ErrorCode>1000</ErrorCode>\n <ErrorMessage>Internal Application Error</ErrorMessage>\n </Head>\n <Body/>\n </ErrorResponse>\n Estoy en Staging en https://sellercenter-api-staging.linio.com.co/ usuario federico @ iugo PUNTO com PUNTO uy, el producto es el de SKU RROJA1. Probé con el ejemplo del request en curl y me da exactamente el mismo error. No pude hacerlo andar en postman. Paso mi código: function changeProductPrice(Product $product, float $newPrice): ?Product { $product_erp = $this->sdk->products()->getProductsBySellerSku([$product->sku])[0]; $product_erp->setPrice($newPrice); $products = new Products(); $products->add($product_erp); // Se cae acá $this->sdk->products()->productUpdate($products); return $this->updateProduct($product->sku); } La función sdk->products()->getProductsBySellerSku([$product->sku])[0] devuelve el producto de forma correcta. estuve probando con este XML y me da el mismo error, por si les sirve: <?xml version="1.0" encoding="UTF-8" ?> <Request> <Product> <SellerSku>RROJA1</SellerSku> <Price>6000</Price> </Product> </Request> Saludos y gracias
Posted by Federico Machado about a year ago
En el app cuando quiero exportar aparece lo siguiente: "Select the Linio's category where your products will be placed" seleccionó cualquier Categoría pero el Combox solo que en "Options" y en la selección de la colección "Select the product collection that should be exported" => "Options". el combobox esta inhabilitado. y cuando marco la opción: "Download all my products (no collection/tags will be considered)" el boton "export Tamplate". no esta disponible para hacer click y el boton de "export tamplate references" de igual forma no esta disponible para hacer click
Posted by ruben romani about a year ago
SOY NUEVO Y AUN NO ACTIVAN MI CUENTA, ME HAN MANDADO CORREOS EN DONDE DICE QUE NECESITO SUBIR MIS DATOS DE INTERFACTURA PERO NO DESEO USAR ESA PLATAFORMA YA QUE NOSOTROS CONTAMOS CON NUESTRA PROPIA FACTURACION. COMO PUEDO CANCELAR LO DE INTERFACTURA Y COMO ME PUEDEN DAR DE ALTA MI CUENTA
Posted by ALMA ORDAZ about a year ago
Hola, Realizo los consumos y no publica en linio, antes el mismo codigo me funcionaba. Ahora sale este mensaje. stdClass Object ( [SuccessResponse] => stdClass Object ( [Head] => stdClass Object ( [RequestId] => f313afa7-27f7-4a81-a932-XXXXXXXXX [RequestAction] => ProductCreate [ResponseType] => [Timestamp] => 2020-05-27T20:06:54-0500 ) [Body] => ) ) Sin embargo, reviso en linio y no queda publicado
Posted by Andres Castillo about a year ago
Buen día, Nuestra empresa tiene por razon social el nombre de Tekton Technologies SAS y estamos interesados en que como nombre principal de nuestra emprese figure la sigla que esta debidamente registrada en camara de comercio y RUT, la cual es: StoreON by Tekton como es posible hacer este cambio? Gracias y quedo pendiente.
Posted by Rocio Hernandez about a year ago
Un saludo, Estoy realizando un estudio sobre el Marketplace Linio para Gestión de Contenidos Digitales, sin embargo me surge la inquietud de saber: 1. Si manejan un repositorio para imágenes 2. Cuantas imágenes tienen almacenadas. 3. Si cada proveedor sube las imágenes de sus productos, y se validan derechos de autor y otros temas técnicos.
Posted by ALEXANDER VELASQUEZ 2 years ago
Hello, we have a multichannel seller software in México and we would like to include Linio marketplace in our solution, since several customers are interested, do we need to register as a seller first in order to get a ID Developer token? if yes, can you help with that? We are a Mercado Libre integrator certificate and also we have Amazon, ClaroShop, Elektra and eBay channels added to our solution. Our commercial names are www.autoazur.com www.integralider.com Thank you!
Posted by Ricardo Gonzalez 2 years ago
I'm trying the following Action 'SetStatusToReadyToShip' most of the orders it works but some orders give the following error. E021: OMS Api Error Occurred I can provide more information of my account and order if required.
Posted by Zaheer 2 years ago
Como puedo solucionar este error, ya desactive el producto y volví a activar pasados 30 min (esto lo hice ya varias veces) y el error persiste, de verdad necesito saber como resolver este error o bien si es necesario que se haga algún ajuste en mi cuenta?
Posted by Liliana González 2 years ago
Estamos teniendo mucho problema al actualizar precios y stocks de de forma manual, y de forma masiva se queda mucho tiempo en el cambio ayer fue casi todo el dia, sin que se actualizarán
Posted by Mauricio Ergas 2 years ago