- Outbound Orders
- Get SalesOrder ListGET
- Create a SalesOrderPOST
- Get Sales Order InformationGET
- Sales Order AcknowledgementPOST
- Bulk Upload SalesOrdersPOST
- Get Job Status of an Async Bulk Sales Order ImportGET
- Get a single SalesOrderGET
- Update SalesOrderPUT
- Cancel SalesOrderDELETE
- Get Shipments for a Sales OrderGET
- Get B2B Customers For Business UnitGET
- Ship Confirmation
- Business Units
- Get Buildings associated to a Business UnitGET
- Remove associated Building from a Business UnitDELETE
- Associate a Building to a Business UnitPUT
- Get Business Unit DetailGET
- Update Business UnitPUT
- List Business UnitsGET
- Create Business UnitPOST
- Get Business Unit General SettingsGET
- Update Business Unit General SettingsPUT
- Update Business Unit Amazon SFP KeysPUT
- Remove Business Unit Amazon SFP KeysDELETE
- Get Business Unit Amazon SFP KeysGET
- List Broker AccountsGET
- Create Broker AccountPOST
- Delete Broker AccountDELETE
- Product
- Inbound
- List Inbound ASNs
- Create Inbound ASN
- Get single Inbound ASN
- Update single Inbound ASN
- Cancel single Inbound ASN
- Get receipt lines for single Inbound ASN
- Get receipt lines for single Inbound RMA
- Get single Inbound RMA
- Update single Inbound RMA
- Cancel single Inbound RMA
- List Inbound RMAs
- Create Inbound RMA
- Get receipt lines for single Inbound PO
- Get single Inbound PO
- Update single Inbound PO
- Cancel single Inbound PO
- List Inbound POs
- Create Inbound PO
- Inventory
- Inventory Movement
- TMS Endpoints
Create SKU
POST
/business_units/{businessUnitId}/skus
Product
Request
Path Params
businessUnitId
string
required
Body Params application/json
data
object (sku)
required
skuId
string
required
<= 30 characters
skuRefId
string
optional
<= 50 characters
name
string
required
<= 255 characters
description1
string
required
<= 60 characters
description2
string
optional
<= 255 characters
isActive
enum<string>
required
Allowed values:
YN
upc
string
required
Softeon does not validate if UPC is valid or not
<= 25 characters
dateOnLPN
enum<string>
optional
F - FIFO
B - Both
<= 2 characters
Allowed values:
EFB
ean
string
optional
International Article Number: Standard describing a barcode symbology and numbering system used in global trade to identify a specific retail product type, in a specific packaging configuration, from a specific manufacturer.
<= 25 characters
gtin
string
optional
<= 25 characters
epc
string
optional
unitCost
number
optional
Number (14,5) format
unitCostCurrencyCode
enum<string>
optional
<= 30 characters
Allowed values:
USDEURCAD
Default:
USD
layersPerPallet
number
optional
<= 9
casesPerPallet
number
optional
<= 9
casesPerLayer
number
optional
<= 9
defaultSellingUnit
enum<string>
required
EA - Eaches
CA - Cases
PA - Packs
<= 2 characters
Allowed values:
EACAPA
scheduleBCode
string
optional
https://content.govdelivery.com/accounts/USCENSUS/bulletins/22bdd9a
<= 30 characters
hsDescription
string
optional
<= 30 characters
hsCode
string
optional
https://hts.usitc.gov/
<= 30 characters
countryOfOrigin
string
optional
<= 2 characters
Default:
US
isPackageInuranceRequired
enum<string>
optional
Allowed values:
YN
isOversized
enum<string>
optional
Allowed values:
YN
packingPreference
string
optional
<= 30 characters
skuGroup2
string
optional
<= 30 characters
skuGroup3
string
optional
<= 30 characters
skuGroup4
string
optional
<= 30 characters
skuGroup5
string
optional
<= 30 characters
skuGroup6
string
optional
<= 30 characters
skuGroup7
string
optional
<= 30 characters
skuGroup8
string
optional
<= 30 characters
skuGroup9
string
optional
<= 30 characters
skuGroup10
string
optional
<= 30 characters
receiptTolerancePercent
number
optional
<= 5
receiptToleranceDays
integer
optional
<= 9
shelfLifeDays
integer
required
expiryWarningDays
integer
optional
isLotTracked
enum<string>
optional
Allowed values:
YN
commodityCode
string
optional
<= 12 characters
isReturnable
enum<string>
optional
Allowed values:
YN
isSignatureRequired
enum<string>
optional
Allowed values:
YN
serialNumberTracking
enum<string>
optional
Allowed values:
YN
trackPoint
enum<string>
optional
<= 1 characters
Allowed values:
IOBN
trackQuestionLevel
enum<string>
optional
U - Unit - Select this option to enable capturing the serial number only for the pieces in the Pallet
C - Case - Select this option to enable capturing the serial number only for the cases in the Pallet
B - Both - Select this option to enable capturing serial number for both the cases and pieces in the Pallet
<= 1 characters
Allowed values:
UCB
trackOnReturn
enum<string>
optional
Allowed values:
YN
icc
object
optional
hazmat
object
optional
palletDimensions
object (uom-dimensions)
optional
caseDimensions
object (uom-dimensions)
optional
packDimensions
object (uom-dimensions)
optional
innerPackDimensions
object (uom-dimensions)
optional
eachDimensions
object (uom-dimensions)
optional
allocationMethod
enum<string>
optional
Allowed values:
fifofefolifo
type
enum<string>
required
F - Finished Good
C - Component
K - Kit
Allowed values:
FCK
unitPrice
number
optional
SKU List Price
unitPriceCurrencyCode
string
optional
Currency code for item cost. USD, EUR, CAD
Blank defaults to USD
<= 5 characters
coldStorage
enum<string>
optional
<= 1 characters
Allowed values:
RCNAF
whseId
string
optional
<= 5 characters
stdShipperType
string
optional
<= 10 characters
unitsPerShipper
integer
optional
volumeUOM
string
optional
<= 2 characters
trackingMethod
enum<string>
required
DL - By LIFO
EF - By FEFO
EL - By LEFO
<= 2 characters
Allowed values:
DFDLEFEL
imageSrc
string
optional
<= 200 characters
highSecurityProduct
string
optional
<= 1 characters
versionedProduct
string
optional
<= 1 characters
Example
{
"data": {
"skuId": "string",
"skuRefId": "string",
"name": "string",
"description1": "string",
"description2": "string",
"isActive": "Y",
"upc": "string",
"dateOnLPN": "E",
"ean": "string",
"gtin": "string",
"epc": "string",
"unitCost": 0,
"unitCostCurrencyCode": "USD",
"layersPerPallet": 9,
"casesPerPallet": 9,
"casesPerLayer": 9,
"defaultSellingUnit": "EA",
"scheduleBCode": "string",
"hsDescription": "string",
"hsCode": "string",
"countryOfOrigin": "US",
"isPackageInuranceRequired": "Y",
"isOversized": "Y",
"packingPreference": "string",
"skuGroup2": "string",
"skuGroup3": "string",
"skuGroup4": "string",
"skuGroup5": "string",
"skuGroup6": "string",
"skuGroup7": "string",
"skuGroup8": "string",
"skuGroup9": "string",
"skuGroup10": "string",
"receiptTolerancePercent": 5,
"receiptToleranceDays": 9,
"shelfLifeDays": 0,
"expiryWarningDays": 0,
"isLotTracked": "Y",
"commodityCode": "string",
"isReturnable": "Y",
"isSignatureRequired": "Y",
"serialNumberTracking": "Y",
"trackPoint": "I",
"trackQuestionLevel": "U",
"trackOnReturn": "Y",
"icc": {
"ground": "string",
"ocean": "string",
"air": "string",
"rail": "string"
},
"hazmat": {
"unNumber": "string",
"groundClass": "string",
"oceanClass": "string",
"airClass": "string",
"railClass": "string",
"packingGroup": "string",
"labelCode": "string"
},
"palletDimensions": {
"height": 0,
"width": 0,
"depth": 0,
"cubicSize": 0,
"weight": 0,
"eachesPer": 0,
"upc": "string"
},
"caseDimensions": {
"height": 0,
"width": 0,
"depth": 0,
"cubicSize": 0,
"weight": 0,
"eachesPer": 0,
"upc": "string"
},
"packDimensions": {
"height": 0,
"width": 0,
"depth": 0,
"cubicSize": 0,
"weight": 0,
"eachesPer": 0,
"upc": "string"
},
"innerPackDimensions": {
"height": 0,
"width": 0,
"depth": 0,
"cubicSize": 0,
"weight": 0,
"eachesPer": 0,
"upc": "string"
},
"eachDimensions": {
"height": 0,
"width": 0,
"depth": 0,
"cubicSize": 0,
"weight": 0,
"eachesPer": 0,
"upc": "string"
},
"allocationMethod": "fifo",
"type": "F",
"unitPrice": 0,
"unitPriceCurrencyCode": "strin",
"coldStorage": "R",
"whseId": "strin",
"stdShipperType": "string",
"unitsPerShipper": 0,
"volumeUOM": "st",
"trackingMethod": "DF",
"imageSrc": "string",
"highSecurityProduct": "s",
"versionedProduct": "s"
}
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/business_units//skus' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"skuId": "string",
"skuRefId": "string",
"name": "string",
"description1": "string",
"description2": "string",
"isActive": "Y",
"upc": "string",
"dateOnLPN": "E",
"ean": "string",
"gtin": "string",
"epc": "string",
"unitCost": 0,
"unitCostCurrencyCode": "USD",
"layersPerPallet": 9,
"casesPerPallet": 9,
"casesPerLayer": 9,
"defaultSellingUnit": "EA",
"scheduleBCode": "string",
"hsDescription": "string",
"hsCode": "string",
"countryOfOrigin": "US",
"isPackageInuranceRequired": "Y",
"isOversized": "Y",
"packingPreference": "string",
"skuGroup2": "string",
"skuGroup3": "string",
"skuGroup4": "string",
"skuGroup5": "string",
"skuGroup6": "string",
"skuGroup7": "string",
"skuGroup8": "string",
"skuGroup9": "string",
"skuGroup10": "string",
"receiptTolerancePercent": 5,
"receiptToleranceDays": 9,
"shelfLifeDays": 0,
"expiryWarningDays": 0,
"isLotTracked": "Y",
"commodityCode": "string",
"isReturnable": "Y",
"isSignatureRequired": "Y",
"serialNumberTracking": "Y",
"trackPoint": "I",
"trackQuestionLevel": "U",
"trackOnReturn": "Y",
"icc": {
"ground": "string",
"ocean": "string",
"air": "string",
"rail": "string"
},
"hazmat": {
"unNumber": "string",
"groundClass": "string",
"oceanClass": "string",
"airClass": "string",
"railClass": "string",
"packingGroup": "string",
"labelCode": "string"
},
"palletDimensions": {
"height": 0,
"width": 0,
"depth": 0,
"cubicSize": 0,
"weight": 0,
"eachesPer": 0,
"upc": "string"
},
"caseDimensions": {
"height": 0,
"width": 0,
"depth": 0,
"cubicSize": 0,
"weight": 0,
"eachesPer": 0,
"upc": "string"
},
"packDimensions": {
"height": 0,
"width": 0,
"depth": 0,
"cubicSize": 0,
"weight": 0,
"eachesPer": 0,
"upc": "string"
},
"innerPackDimensions": {
"height": 0,
"width": 0,
"depth": 0,
"cubicSize": 0,
"weight": 0,
"eachesPer": 0,
"upc": "string"
},
"eachDimensions": {
"height": 0,
"width": 0,
"depth": 0,
"cubicSize": 0,
"weight": 0,
"eachesPer": 0,
"upc": "string"
},
"allocationMethod": "fifo",
"type": "F",
"unitPrice": 0,
"unitPriceCurrencyCode": "strin",
"coldStorage": "R",
"whseId": "strin",
"stdShipperType": "string",
"unitsPerShipper": 0,
"volumeUOM": "st",
"trackingMethod": "DF",
"imageSrc": "string",
"highSecurityProduct": "s",
"versionedProduct": "s"
}
}'
Responses
🟢200SKU succesfully created
application/json
Body
object {0}
Example
{}
🟠400Bad Request
🟠409SkuId Exists
🔴500Internal Server Error
Modified at 2024-07-02 10:16:06