FAQ E Commerce: Difference between revisions

From eStream Software
No edit summary
Line 1: Line 1:
==Why after Post & Refetch the Product & ItemCode become all duplicate?==
==Why after Post & Refetch the Product & ItemCode become all duplicate?==
:It due to user had Set Same SKU at the eCommerce Platform for Diff product...
:It due to user had Set Same SKU at the eCommerce Platform for Diff product...
<div style="float: right;">  [[#top|[top]]]</div>


==How System Post the Shipping Fee Amount?==
==How System Post the Shipping Fee Amount?==
Line 6: Line 8:
  shipping fee = (escrow + refund) - product price - commission - service - transaction
  shipping fee = (escrow + refund) - product price - commission - service - transaction


: For Lazada & Woocommerce it direct get from the platform field
: For Lazada & WooCommerce it direct get from the platform field
 
<div style="float: right;">  [[#top|[top]]]</div>


==Where & How do System Keep the Product Information?==
==Where & How do System Keep the Product Information?==
: Default all the eCommerce Product Information will keep in the Maintain Item | Alt Tab
{| class="wikitable" style="margin: 1em auto 1em auto;"
|-
! Platform !! Platform Field
|-
| Shopee ||
* SKU
* Item ID
|-
| Lazada ||
* Seller SKU
* Shop SKU
|-
| WooCommerce || SKU
|}
<div style="float: right;">  [[#top|[top]]]</div>
==See also==
* [https://wiki.sql.com.my/wiki/account4:Contents SQL Accounting]

Revision as of 10:20, 23 July 2021

Why after Post & Refetch the Product & ItemCode become all duplicate?

It due to user had Set Same SKU at the eCommerce Platform for Diff product...

How System Post the Shipping Fee Amount?

For Shopee it use following formula
shipping fee = (escrow + refund) - product price - commission - service - transaction
For Lazada & WooCommerce it direct get from the platform field

Where & How do System Keep the Product Information?

Default all the eCommerce Product Information will keep in the Maintain Item | Alt Tab
Platform Platform Field
Shopee
  • SKU
  • Item ID
Lazada
  • Seller SKU
  • Shop SKU
WooCommerce SKU

See also