_ordersImport
Documentation: _ordersImport
Function
_ordersImport
function is designed to import a batch of order data into the Shopranos platform. It manages authentication, sends a POST request with the order data to the Shopranos API, and processes the response and potential errors. The function returns a structured result indicating the outcome of the import operation.Function Signature:
Parameters:
payload
(Array of orders):Array<Object>
Return Value:
StatusCode
: The HTTP status code of the response from the Shopranos platform.Content
: The content of the response body from the Shopranos platform, typically containing success or error messages.Object
Function Workflow:
1.
2.
3.
Authorization
header with the Bearer token and x-companyid
header with the company ID from the certificate.payload
is converted to a JSON string and sent in the request body.4.
StatusCode
and Content
from the response.5.
StatusCode
set to "EXCEPTION" and the exception message as the Content
.Example Usage:
Important Considerations:
payload
parameter must be an array of order objects formatted according to the Shopranos API requirements.OrderDTO
id
string | null
optional
code
string | null
optional
companyId
string | null
optional
checkoutToken
string | null
optional
cartToken
string | null
optional
status
enum<string>
optional
Allowed values:
DraftPlacedCancelledProcessingToBeShippedShippedPartialDeliveryFailedToDeliverDeliveredRejectedCompletedAllignore
customerId
string | null
optional
customerTin
string | null
optional
customerName
string | null
optional
customerCode
string | null
optional
currency
enum<string>
optional
Allowed values:
aedafnallamdangaoaarsaudawgaznbambbdbdtbgnbhdbifbmdbndbobbovbrlbsdbtnbwpbynbzdcadcdfchechfchwclfclpcnycopcoucrccuccupcveczkdjfdkkdopdzdegpernetbeurfjdfkpgbpgelghsgipgmdgnfgtqgydhkdhnlhrkhtghufidrilsinriqdirriskjmdjodjpykeskgskhrkmfkpwkrwkwdkydkztlaklbplkrlrdlsllydmadmdlmgamkdmmkmntmopmrumurmvrmwkmxnmxvmyrmznnadngnnionoknprnzdomrpabpenpgkphppkrplnpygqarronrsdrubrwfsarsbdscrsdgseksgdshpsllsossrdsspstnsvcsypszlthbtjstmttndtoptryttdtwdtzsuahugxusdusnuyiuyuuywuzsvesvndvuvwstxafxagxauxbaxbbxbcxbdxcdxdrxofxpdxpfxptxsuxtsxuaxxxyerzarzmwzwlignore
discountRate
number <double>
optional
discountValue
number <double>
optional
totalAmount
number <double>
optional
netAmount
number <double>
optional
vatAmount
number <double>
optional
expenseAmount
number <double> | null
optional
financialStatus
enum<string>
optional
Allowed values:
PendingAuthorizedPartiallyPaidPartiallyRefundedRefundedVoided
fulfillmentStatus
enum<string>
optional
Allowed values:
FulfilledNullPartialRestocked
billingAddress
object (AddressDTO)
optional
address1
string | null
optional
>= 0 characters<= 100 characters
address2
string | null
optional
>= 0 characters<= 100 characters
firstName
string | null
optional
>= 0 characters<= 100 characters
lastName
string | null
optional
>= 0 characters<= 100 characters
city
string | null
optional
>= 0 characters<= 60 characters
state
string | null
optional
>= 0 characters<= 50 characters
country
string | null
optional
>= 0 characters<= 55 characters
countryCode
string | null
optional
postalCode
string | null
optional
>= 0 characters<= 15 characters
phoneNumber
string | null
optional
>= 0 characters<= 100 characters
email
string <email> | null
optional
>= 0 characters<= 55 characters
shippingAddress
object (AddressDTO)
optional
requiresCalculation
boolean | null
optional
lines
array[object (OrderLineDTO) {28}] | null
optional
id
string | null
optional
productId
string | null
optional
productVariantId
string | null
optional
productTitle
string | null
optional
unitId
string | null
optional
salesUnitId
string | null
optional
quantity
number <double> | null
optional
unitQuantity
number <double>
optional
netValue
number <double>
optional
price
number <double>
optional
expenseValue
number <double> | null
optional
priceValue1
number <double> | null
optional
priceValue2
number <double> | null
optional
priceValue3
number <double> | null
optional
unitPrice
number <double>
optional
lineValue
number <double>
optional
discountValue
number <double>
optional
discountRate
number <double>
optional
vatValue
number <double>
optional
vatRate
number <double>
optional
vatCode
string | null
optional
sku
string | null
optional
dimension1Caption
string | null
optional
dimension2Caption
string | null
optional
dimension3Caption
string | null
optional
dimension1Value
string | null
optional
dimension2Value
string | null
optional
dimension3Value
string | null
optional
vatAnalysis
array[object (VatAnalysisDTO) {4}] | null
optional
vatRate
number <double> | null
optional
vatAmount
number <double> | null
optional
vatCode
string | null
optional
netAmount
number <double> | null
optional
tags
array[string] | null
optional
sourceId
string | null
optional
sourceTags
array[string] | null
optional
notes
string | null
optional
updateDate
string <date-time> | null
optional
insertDate
string <date-time> | null
optional
favorite
boolean | null
optional
userId
string | null
optional
invoiceUrl
string | null
optional
notify
string | null
optional
notified
array[string] | null
optional
customFields
array[object (OrderCustomFieldDTO) {3}] | null
optional
name
string | null
optional
value
null
optional
translation
object (OrderCustomFieldTranslationDTO)
optional
shippingLine
object (ShippingLineDTO)
optional
carrierId
string | null
optional
carrierCode
string | null
optional
title
string | null
optional
type
enum<string>
optional
Allowed values:
ManualAfterSalesProAcsGenikiTaxidromikiignore
netPrice
number <double> | null
optional
totalAmount
number <double> | null
optional
vatLines
array[object (ShippingVatDTO) {2}] | null
optional
giftLines
array[object (GiftLineDTO) {7}] | null
optional
productId
string | null
optional
productVariantId
string | null
optional
productTitle
string | null
optional
quantity
number <double> | null
optional
vatCode
string | null
optional
imageLink
string | null
optional
productAlias
string | null
optional
expenseLines
array[object (ExpenseLineDTO) {3}] | null
optional
id
string | null
optional
netValue
number <double>
optional
vatValue
number <double>
optional
payment
object (OrderPaymentDTO)
optional
id
string | null
optional
code
string | null
optional
provider
enum<string>
optional
Allowed values:
OnePayEveryPayCreditPayPalDepositPayGateCardLinkEDPSJCCCODStripeKlarnaEpayNexiignore
status
enum<string>
optional
Allowed values:
SubmittedCompletedPendingCancelledFailedErrorignore
cardType
enum<string>
optional
Allowed values:
OtherVisaMastercardignore
paymentDate
string <date-time> | null
optional
amount
number <double>
optional
approvalCode
string | null
optional
cardNumber
string | null
optional
postDating
integer <int32> | null
optional
installments
integer <int32> | null
optional
bankId
string | null
optional
transactionId
string | null
optional
_ordersImport
, you can automate the import of order data into the Shopranos platform, ensuring that the data is sent securely and that any issues are handled and reported appropriately.Modified at 2024-08-23 10:39:52