Skip to content

Commit

Permalink
Fixing links
Browse files Browse the repository at this point in the history
  • Loading branch information
KernelCode committed May 17, 2022
1 parent d3e8410 commit 36320d3
Show file tree
Hide file tree
Showing 41 changed files with 1,403 additions and 74 deletions.
34 changes: 34 additions & 0 deletions Actions/abandoned/cart.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
/**
* this function is exeucted on "${event-name}" action triggered by Salla .
*
* Action Body received from Salla
* @param {Object} eventBody
* {
* event: '${event-name}',
merchant: 472944967,
created_at: '2021-11-22 13:51:57',
data:
* {
* "id":1911645512,
* "app_name":"app name",
* "app_description":"desc",
* "app_type":"app",
* "app_scopes":[
* 'settings.read',
* 'customers.read_write',
* 'orders.read_write',
* 'carts.read',
* ...
* ],
* "installation_date":"2021-11-21 11:07:13"
* }
* }
* Arguments passed by you:
* @param {Object} userArgs
* { key:"val" }
* @api public
*/
module.exports = (eventBody, userArgs) => {
// your logic here
return null;
};
34 changes: 34 additions & 0 deletions Actions/brand/deleted.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
/**
* this function is exeucted on "${event-name}" action triggered by Salla .
*
* Action Body received from Salla
* @param {Object} eventBody
* {
* event: '${event-name}',
merchant: 472944967,
created_at: '2021-11-22 13:51:57',
data:
* {
* "id":1911645512,
* "app_name":"app name",
* "app_description":"desc",
* "app_type":"app",
* "app_scopes":[
* 'settings.read',
* 'customers.read_write',
* 'orders.read_write',
* 'carts.read',
* ...
* ],
* "installation_date":"2021-11-21 11:07:13"
* }
* }
* Arguments passed by you:
* @param {Object} userArgs
* { key:"val" }
* @api public
*/
module.exports = (eventBody, userArgs) => {
// your logic here
return null;
};
34 changes: 34 additions & 0 deletions Actions/brand/updated.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
/**
* this function is exeucted on "${event-name}" action triggered by Salla .
*
* Action Body received from Salla
* @param {Object} eventBody
* {
* event: '${event-name}',
merchant: 472944967,
created_at: '2021-11-22 13:51:57',
data:
* {
* "id":1911645512,
* "app_name":"app name",
* "app_description":"desc",
* "app_type":"app",
* "app_scopes":[
* 'settings.read',
* 'customers.read_write',
* 'orders.read_write',
* 'carts.read',
* ...
* ],
* "installation_date":"2021-11-21 11:07:13"
* }
* }
* Arguments passed by you:
* @param {Object} userArgs
* { key:"val" }
* @api public
*/
module.exports = (eventBody, userArgs) => {
// your logic here
return null;
};
34 changes: 34 additions & 0 deletions Actions/category/created.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
/**
* this function is exeucted on "${event-name}" action triggered by Salla .
*
* Action Body received from Salla
* @param {Object} eventBody
* {
* event: '${event-name}',
merchant: 472944967,
created_at: '2021-11-22 13:51:57',
data:
* {
* "id":1911645512,
* "app_name":"app name",
* "app_description":"desc",
* "app_type":"app",
* "app_scopes":[
* 'settings.read',
* 'customers.read_write',
* 'orders.read_write',
* 'carts.read',
* ...
* ],
* "installation_date":"2021-11-21 11:07:13"
* }
* }
* Arguments passed by you:
* @param {Object} userArgs
* { key:"val" }
* @api public
*/
module.exports = (eventBody, userArgs) => {
// your logic here
return null;
};
34 changes: 34 additions & 0 deletions Actions/category/updated.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
/**
* this function is exeucted on "${event-name}" action triggered by Salla .
*
* Action Body received from Salla
* @param {Object} eventBody
* {
* event: '${event-name}',
merchant: 472944967,
created_at: '2021-11-22 13:51:57',
data:
* {
* "id":1911645512,
* "app_name":"app name",
* "app_description":"desc",
* "app_type":"app",
* "app_scopes":[
* 'settings.read',
* 'customers.read_write',
* 'orders.read_write',
* 'carts.read',
* ...
* ],
* "installation_date":"2021-11-21 11:07:13"
* }
* }
* Arguments passed by you:
* @param {Object} userArgs
* { key:"val" }
* @api public
*/
module.exports = (eventBody, userArgs) => {
// your logic here
return null;
};
34 changes: 34 additions & 0 deletions Actions/coupon/applied.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
/**
* this function is exeucted on "${event-name}" action triggered by Salla .
*
* Action Body received from Salla
* @param {Object} eventBody
* {
* event: '${event-name}',
merchant: 472944967,
created_at: '2021-11-22 13:51:57',
data:
* {
* "id":1911645512,
* "app_name":"app name",
* "app_description":"desc",
* "app_type":"app",
* "app_scopes":[
* 'settings.read',
* 'customers.read_write',
* 'orders.read_write',
* 'carts.read',
* ...
* ],
* "installation_date":"2021-11-21 11:07:13"
* }
* }
* Arguments passed by you:
* @param {Object} userArgs
* { key:"val" }
* @api public
*/
module.exports = (eventBody, userArgs) => {
// your logic here
return null;
};
34 changes: 34 additions & 0 deletions Actions/order/cancelled.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
/**
* this function is exeucted on "order.cancelled" action triggered by Salla .
*
* Action Body received from Salla
* @param {Object} eventBody
* {
* event: 'order.cancelled',
merchant: 472944967,
created_at: '2021-11-22 13:51:57',
data:
* {
* "id":1911645512,
* "app_name":"app name",
* "app_description":"desc",
* "app_type":"app",
* "app_scopes":[
* 'settings.read',
* 'customers.read_write',
* 'orders.read_write',
* 'carts.read',
* ...
* ],
* "installation_date":"2021-11-21 11:07:13"
* }
* }
* Arguments passed by you:
* @param {Object} userArgs
* { key:"val" }
* @api public
*/
module.exports = (eventBody, userArgs) => {
// your logic here
return null;
};
34 changes: 34 additions & 0 deletions Actions/order/coupon.updated.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
/**
* this function is exeucted on "order.coupon.updated" action triggered by Salla .
*
* Action Body received from Salla
* @param {Object} eventBody
* {
* event: 'order.coupon.updated',
merchant: 472944967,
created_at: '2021-11-22 13:51:57',
data:
* {
* "id":1911645512,
* "app_name":"app name",
* "app_description":"desc",
* "app_type":"app",
* "app_scopes":[
* 'settings.read',
* 'customers.read_write',
* 'orders.read_write',
* 'carts.read',
* ...
* ],
* "installation_date":"2021-11-21 11:07:13"
* }
* }
* Arguments passed by you:
* @param {Object} userArgs
* { key:"val" }
* @api public
*/
module.exports = (eventBody, userArgs) => {
// your logic here
return null;
};
34 changes: 34 additions & 0 deletions Actions/order/deleted.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
/**
* this function is exeucted on "order.deleted" action triggered by Salla .
*
* Action Body received from Salla
* @param {Object} eventBody
* {
* event: 'order.deleted',
merchant: 472944967,
created_at: '2021-11-22 13:51:57',
data:
* {
* "id":1911645512,
* "app_name":"app name",
* "app_description":"desc",
* "app_type":"app",
* "app_scopes":[
* 'settings.read',
* 'customers.read_write',
* 'orders.read_write',
* 'carts.read',
* ...
* ],
* "installation_date":"2021-11-21 11:07:13"
* }
* }
* Arguments passed by you:
* @param {Object} userArgs
* { key:"val" }
* @api public
*/
module.exports = (eventBody, userArgs) => {
// your logic here
return null;
};
34 changes: 34 additions & 0 deletions Actions/order/payment.updated.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
/**
* this function is exeucted on "order.payment.updated" action triggered by Salla .
*
* Action Body received from Salla
* @param {Object} eventBody
* {
* event: 'order.payment.updated',
merchant: 472944967,
created_at: '2021-11-22 13:51:57',
data:
* {
* "id":1911645512,
* "app_name":"app name",
* "app_description":"desc",
* "app_type":"app",
* "app_scopes":[
* 'settings.read',
* 'customers.read_write',
* 'orders.read_write',
* 'carts.read',
* ...
* ],
* "installation_date":"2021-11-21 11:07:13"
* }
* }
* Arguments passed by you:
* @param {Object} userArgs
* { key:"val" }
* @api public
*/
module.exports = (eventBody, userArgs) => {
// your logic here
return null;
};
34 changes: 34 additions & 0 deletions Actions/order/products.updated.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
/**
* this function is exeucted on "order.products.updated" action triggered by Salla .
*
* Action Body received from Salla
* @param {Object} eventBody
* {
* event: 'order.products.updated',
merchant: 472944967,
created_at: '2021-11-22 13:51:57',
data:
* {
* "id":1911645512,
* "app_name":"app name",
* "app_description":"desc",
* "app_type":"app",
* "app_scopes":[
* 'settings.read',
* 'customers.read_write',
* 'orders.read_write',
* 'carts.read',
* ...
* ],
* "installation_date":"2021-11-21 11:07:13"
* }
* }
* Arguments passed by you:
* @param {Object} userArgs
* { key:"val" }
* @api public
*/
module.exports = (eventBody, userArgs) => {
// your logic here
return null;
};
Loading

0 comments on commit 36320d3

Please sign in to comment.