Skip to content

Instantly share code, notes, and snippets.

@drobiazko
drobiazko / gist:77ce63e2d5a0f789acbe
Last active August 29, 2015 14:07
sphere.io shop requirements for ByD integration

This document defines the specific requirements to synchronize data between a sphere.io shop and SAP ByD.

Custom Product Type

In order to synchronize products from SAP ByD, a sphere.io shop must have a "ByD" product type which has two custom fields of type Ltext:

  • name
  • description

@drobiazko
drobiazko / anotherDesc.md
Last active August 29, 2015 14:15
Demo Recipe

Hello

world

"use strict";
var Q = require("q");
exports.process = function (msg, conf) {
let msgId = msg.id;
console.log("Received new message with id", msgId);
console.log(msg);
var self = this;