Support
How to know which shop is the order from
Hello! I have a software that consolidates many e-commerces from my clients. Some of my clients have shopify, woocommerce, Jumpseller, Falabella, between others.
If I'm suscribed to a client's webhook onCreateOrder, the only thing I got is "order_ID" but I have no idea from what shop. So how I'm suppose to ask for the order information with a GET request if I don't know which credentials to use (I have many clients with Falabella).
Posted by Francisco about 1 month ago
Integración con Woocommerce
Hola!,
Estoy tratando de conectar vía API los productos existentes en un entorno de woocommerce con el marketplace de falabella pero no encuentro el método ideal para hacer esto, investigando he descubierto que hay que crear una aplicación en la cuenta de seller center y generar un token de acceso, y no encuentro nada de esto al navegar por la plataforma (solamente encontré la sección de integración, pero no fue de mucha utilidad o quizás no estoy viendo algo).
Tengo la duda de si es recomendable hacer esto via API o tiene el mismo resultado que agregando masivamente los productos que introduje en una google spreadsheet
Saludos cordiales.
Posted by Diego Benavides Smith about 1 month ago
API authorization error
Hello, I am an ERP provider working with linio. We have interfaced with linio before and our customers have been using it. However, after linio merged with falabella, our customers gave us feedback that there was no way to use the Chilean site directly, so we had to re-dock it. We studied the api documentation of linio and falabella and found that the url and linio are the same, the authorization method is also the same, but Falabella's customers return an error when operating the authorization. I'm not quite sure what the problem is? In the documentation are the parameters of my authorization request, could you help me to see what the problem is and how I can solve it? Thanks.
Posted by Carly.zhao about 1 month ago
Problema al crear producto con variantes a través de API
Hola,
Estoy tratando de crear productos con varias variantes a través de la API, pero no entiendo bien cómo debe ser la estructura XML. Estoy enviando el siguiente XML, el cual funciona, pero asume que el modelo (producto base de las variantes) también es una variante.
<?xml version="1.0" encoding="UTF-8" ?>
<Request>
<Product>
<SellerSku>v090110</SellerSku>
<ParentSku/>
<Status>active</Status>
<Name>TEST Collar NiteHowl LED Safety</Name>
<PrimaryCategory>2381</PrimaryCategory>
<Description><![CDATA[NiteHowl® LED Safety Necklace es un collar innovador y brillantemente duradero. Está hecho de un polímero flexible iluminado por dos luces LED que iluminan 360 grados. Simplemente corta el collar al tamaño correcto del perro y póngalo en su cuello para horas de diversión y seguridad. Con 60 horas de iluminación, el producto tiene 2 modos: sólido y flash. La versión azul utiliza 3 pilas 1154.ESPECIFICACIONESCollar iluminado y hecho a la medida de tu mascota.: 18Alto (cms): 14Ancho (cms): 2Largo (cms): 110Peso (gr)]]></Description>
<Brand>NITEIZE</Brand>
<Price>14960.0</Price>
<SalePrice/>
<ShipmentType>dropshipping</ShipmentType>
<ProductId>156652</ProductId>
<Condition>new</Condition>
<ProductData>
<ConditionType>Nuevo</ConditionType>
<PackageHeight>20.00</PackageHeight>
<PackageLength>20.00</PackageLength>
<PackageWeight>2.00</PackageWeight>
<PackageWidth>60.00</PackageWidth>
<TipoDeMascota>Perros</TipoDeMascota><Color></Color>
</ProductData>
<Quantity>39.0000</Quantity>
<BusinessUnits>
<BusinessUnit>
<OperatorCode>facl</OperatorCode>
<Price>14960.0</Price>
<SpecialPrice/>
<Stock>39.0000</Stock>
<Status>active</Status>
</BusinessUnit>
</BusinessUnits>
</Product>
<Product>
<SellerSku>NHO-03-R3</SellerSku>
<ParentSku>v090110</ParentSku>
<Status>active</Status>
<Name>TEST Collar NiteHowl LED Safety</Name>
<Variation>Color: Azul</Variation>
<PrimaryCategory>2381</PrimaryCategory>
<Description><![CDATA[. NITEIZE Color: Azul]]></Description>
<Brand>NITEIZE</Brand>
<Price>14960.0</Price>
<SalePrice/>
<ShipmentType>dropshipping</ShipmentType>
<ProductId>156653</ProductId>
<Condition>new</Condition>
<ProductData>
<ConditionType>Nuevo</ConditionType>
<PackageHeight>20.00</PackageHeight>
<PackageLength>20.00</PackageLength>
<PackageWeight>2.00</PackageWeight>
<PackageWidth>60.00</PackageWidth>
<TipoDeMascota>Perros</TipoDeMascota><Color>Azul</Color>
</ProductData>
<Quantity>39.0000</Quantity>
<BusinessUnits>
<BusinessUnit>
<OperatorCode>facl</OperatorCode>
<Price>14960.0</Price>
<SpecialPrice/>
<Stock>39.0000</Stock>
<Status>active</Status>
</BusinessUnit>
</BusinessUnits>
</Product>
</Request>
En este caso, el primer <Porduct> con sku v090110 es solo el modelo (maqueta), no una variante final, pero debo crearlo para poder asociar el resto de variantes, la api asume que también es una variante. La mayoría de productos que tenemos tienen más de una variante y no me queda claro cómo enviar el XML para crear un producto para que sea la base del resto de variantes.
Desde ya gracias por su ayuda.
Posted by Cristian Rojas about 1 month ago
Subir boleta con API me aparece pendiente
Estoy subiendo mi boleta en PDF a través del API "SetInvoiceNumber" y el resultado me lo muestra como EXITOSO, sin embargo al revisar en la sección de BOLETA, me sigue apareciendo como Documento Pendiente.
Les comparto el resultado que nos devolvió al subirlo con el API "SetInvoiceNumber":
{
"code" : null,
"message" : null,
"msg" : null,
"error" : null,
"SuccessResponse" : {
"Body" : {
"OrderItemId" : "4000213",
"InvoiceNumber" : "4493"
},
"Head" : {
"RequestId" : "",
"RequestAction" : "SetInvoiceNumber",
"ResponseType" : "",
"Timestamp" : "2023-02-09T03:05:52-0300",
"TotalCount" : null,
"RequestParameters" : null
}
},
"ErrorResponse" : null
}
También me gustaría preguntar cual es el API correcto para subir BOLETA en Falabella?
Muchas gracias por su atención, esperamos su pronta respuesta.
Posted by Alvaro Rodriguez about 1 month ago
Cómo configurar webhooks
Hola, necesito conficurar un webhook simple para que me caigan las órdenes al endpoint de mi WebService.
Generalmente en otros ecommerce se selecciona el evento que se configura y el endpoint al que queremos que caiga, así de simple. Hay algo así? no entiendo la parte del API para crear un webhook
Posted by Francisco about 1 month ago
Error EAN missing
Al terminar de crear el producto me lo rechaza y me apare el error EAN missing. Qué significa? Cómo lo soluciono? Gracias!
Posted by Maria Caldas about 1 month ago
ELIMINAR CUENTA
Cómo elimino mi usuario, dado que no encuentro dónde hacerlo en el sitio falabella.cl y es una obligación legal esa opción.
Espero se pueda solucionar sin mayor tramitación, gracias.
Posted by Alvaro about 2 months ago
¡COMO ELIMINAR MI CUENTA?
COMO ELIMINO MI CUENTA, EL CORREO NO ESTA ASOCIAO A MI TARJETA Y NO ME PERMITE HACER LA COMPRA.
Posted by PABLO ANTONIO CARDENAS MORENO about 2 months ago
Onboarding
Dear sir's I signed up to sell on your platform but haven't heard back from anyone?
Posted by William DeFranco about 2 months ago