Welcome to the Linio Developers Portal. You'll find comprehensive guides and documentation to help you start working with Linio's Seller Center as quickly as possible, as well as support if you get stuck. Let's jump right in!
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 10 months ago
Hi, Im planing to develope a mobile app and want to monetize it with Linio affiliate program. I have search the API document, the GetProducts API seems impossible to integrate with my app, cause it only response with a origin item link, no affiliate link with it. could you provide any help? thx.
Posted by Lee about a year 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 9 months 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 9 months ago
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 8 months 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 9 months 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 10 months ago
Necesitamos hacer pruebas de su API, y para ello necesitamos una cuenta de vendedor, ya intentamos solicitar una dando nuestra información empresarial pero nos la han denegado, como podemos entonces probar la API si no nos permiten tener una cuenta? ¿Se puede tramitar una cuenta demo o un ambiente de pruebas donde realizar esta tarea?
Posted by Claudio Z 4 months ago
Buenas tardes, he querido hacer la solicitud de recojo de nuestros productos pero en los documento para imprimir sale Own fleet, pero en las opciones de recojo solo me aparece Urbano, por ende cuando solicito el recojo sale: error de API, el número de seguimiento o el mensajero no coincide. Como puedo corregirlo para realizar la solicitud de recojo y se haga efectiva.
Posted by Geraldine Vergara 4 months ago
Hello Everyone, I have an issue once I try to create variation product I have to send a separate array for Parent data (if I don't send that it says parent sku doesn't exist) so I have to send that array with it, it is showing in 'Product Pricing' section & parent sku is in list but if same product is created manually at Linio then it is not showing. Please help me with variation product creation.
Posted by Alessia Cara 5 months ago