Version: v3.123
2020-10
and added validation for compare_at_price
.itemid shipid refundid
as identifiers.Version: v3.122
COMPLETE
when marking order as shipped.Version: v3.121
Version: v3.120
Local Pickup
in upgraded checkout.
discounttotal
to the sum of coupon_discount
and discount_amount
.Version: v3.119
Store URL
.Version: v3.118
object_failure_updates.errorRegex
and object_failure_updates.errorPosition
to provide better support for response handling to determine requests that are unsuccessful.Version: v3.117
SureDone/3.0
when downloading images via bulk.
Version: v3.116
bisac_subject_description_code
from amznitemtype
.field_format.combine
with ignore_empty
to ignore combining of empty values.trim, trim_right, trim_left
to field_format
.template
.quantity
and renew
fields.skip
skip values not saving.Version: v3.115
/v3/channel/amazon/fba/fulfill
for multi channel fulfillment.relist
of expired listings failing.Version: v3.114
id
deleted on Shopify will now clear out of SureDone during edit
or relist
actions.locationid
is not imported during order sync, system will import first active location via the Shopify API.Version: v3.113
weight
is 0.Version: v3.112
auto_renew
setting defaulting to on
that will renew listings once per week.UPS, USPS, FedEx, Airborne, OnTrac, DHL, LS (LaserShip), UDS (United Delivery Service), UPSMI (UPS Mail Innovations), FDX, PILOT, ESTES, SAIA, FEDEXSP (FedEx SmartPost)
.GET
parameters for passing along to redirect destination.Version: v3.111
bulk_email
for specifying an email to receive results.export_email
for specifying an email to receive results.Version: v3.110
suredone
order logs not being recorded for Magento, Magento2, Google and Facebook.Version: v3.109
Version: v3.108
use_pasv_address
to use address returned by FTP server.Version: v3.107
Version: v3.106
vendor_actions.search
is now case-insensitive.Version: v3.105
Version: v3.104
ProductReferenceID
as ebayproduct
.
delimiter
such as \t
and other special values via the ui.Version: v3.103
vendor_actions.search
case insensitive.Version: v3.102
Version: v3.101
facebookproductid
.channel
as instagram
.Version: v3.100
shipdate
that are valid dates.destinations
per API docs.keyword_filter
per API docs.meta.raw_order
.Version: v3.99
errors
object.weight
with 4 decimals places.Version: v3.98
ReviseInventoryStatus
. While SureDone previously leveraged this function for single item listings and variation listings that are tracked by SKU
, this function is now leveraged for all inventory and/or price only updates when possible.weightMinor
to invalid value.Version: v3.97
etsysku
.bulk_path
support for API processing of existing exports & imports.ignoreObject
supported for order exports.Version: v3.96
bigcommercemedia
hash to ensure images are not duplicated when updating post onboard.source
as component_stock
for kit order items that have all components in stock.PartialUpdate
operation using action relist
.source
being set as all_stock
for kits with components in stock.Version: v3.95
bigcommercemediareset true
with action relist
via Bulk/API to delete all product images and replace with images in SureDone.connection
type to be used with parameters
.templates
not sending.Version: v3.94
component_stock_primary
to product payloads for calculating kits in stock
.field_format.combine
fails to produce value.stock_sum_multiline_field
to set fields that indicate warehouse locations in files that duplicate products for unique inventory.
// Vendor Payload | |
{ | |
"ItemNumber": "10223", | |
"ItemDescription": "208-2802", | |
"ItemType": 2147483635, | |
"LocationCode": "3-5", | |
"TotalQty": 2.0000, | |
"CheckedOutQty": 0.0000, | |
"AlternateItemNumber": "" | |
}, | |
{ | |
"ItemNumber": "10223", | |
"ItemDescription": "208-2802", | |
"ItemType": 2147483635, | |
"LocationCode": "3-6", | |
"TotalQty": 3.0000, | |
"CheckedOutQty": 0.0000, | |
"AlternateItemNumber": "" | |
}, | |
// Config Snippet for Adding All Locations to Single Stock Field | |
"file_configs": [ | |
{ | |
"identifier": "guid", | |
"jsonpath": 1, | |
"stock_sum_multiline_field": "$.*.*.LocationCode", | |
"stock_field": "stock", | |
"field_map": { | |
"guid": "$.*.*.ItemDescription", | |
"stock": "$.*.*.TotalQty" | |
}, | |
"search": "guid:-=", | |
"create": "start" | |
} | |
] | |
// This results in the following bulk file | |
action,guid,stock | |
start,208-2802,5 |
Version: v3.93
status CANCELED
.Version: v3.92
dateupdated
and includes logging the integration
as clearPII
.Version: v3.91
create_custom_fields
to auto create required custom fields for shared integrations.
digest
.Version: v3.90
FindProducts
for better coverage and less noise.
Version: v3.89
Version: v3.88
Version: v3.87
end
action now deletes listings on Seller Central, normalizing behavior with all other supported marketplaces. For backwards compatibility, existing users now have access to a setting that disables the legacy behavior.
status_id
Awaiting Fulfillment and Awaiting Shipment.Version: v3.86
{{ sd_epidfitment(data, 'html') }}
to return a prebuilt table and{{ sd_epidfitment(data, 'array') }}
to return data.400
status codes for errors.Version: v3.85
id
.Version: v3.84
item_weight_unit
& item_dimensions_unit
.end
will now archive products with unpublishedAt null
.findProducts
catalog fitment searches.
Version: v3.83
connection.subject
for email export integrations.parameters
not updating on shared integrations.
Version: v3.82
kitlinks
for SKUs with matching kits.
FindProducts
for fitment compatibility when no results are return for eBay Motors.
triggers
failing when search
is updated.Version: v3.81
debug
parameter to the run endpoint.diff
parameter to enable full and diff execution.Version: v3.80
^
at the beginning of a field search to limit results that start with a search pattern.
$
at the end of a field search to limit results that end with a search pattern.
/authorize
endpoint for new interface & partners.Version: v3.79
diff_update
now defaults to true
.ProductReferenceID
on update.
Version: v3.78
mode
- generate a bulk File and/or Direct import.action
- determines whether to generate product requests with only Draft start
actions vs Create with only new product add
actions or Update with both new product add
and edit
actions which are based on checking your SureDone catalog for existing products.email
- send an email notification upon completion.
https://api.suredone.com/v1/bulk/imports/{{filename}}
.
sitemap2.xml
.
Version: v3.77
shippingservice
.
skip
values are now included.skip
values.Version: v3.76
message
of Log value too large, request single log to view content.
Version: v3.75
when_made
list to latest values offered via the Etsy API.Version: v3.74
Version: v3.73
Version: v3.72
Version: v3.71