issues
search
MakeMonmouth
/
mventory
An API-driven solution for Makerspaces, Tinkerers, and Hackers.
MIT License
116
stars
7
forks
source link
Update part id fields to reflect other platforms
#24
Closed
proffalken
closed
3 years ago
proffalken
commented
3 years ago
SKU
(Stock Keeping Unit) is the correct term for an internal part number, so we need to rename
product_code
to this name
MPN
is the Manufacturer Part Number and identifies a specific part from a specific manufacturer, this should be
optional
UPC
is the Universal Product Code and is used across multiple platforms to keep track of an item for shipping etc. Again, this is
optional
SKU
(Stock Keeping Unit) is the correct term for an internal part number, so we need to renameproduct_code
to this nameMPN
is the Manufacturer Part Number and identifies a specific part from a specific manufacturer, this should be optionalUPC
is the Universal Product Code and is used across multiple platforms to keep track of an item for shipping etc. Again, this is optional