Sellercloud Archives | Page 21 of 77 | Descartes Sellercloud

Vendor Transactions

You can now view Transactions linked to specific POs from the Vendor Details page. When you go to Toolbox > Purchase Orders, if there are recorded payments, you can open the PO dropdown to see the Transaction Type, Method Amount, and Pay Date.

Shopify Orders: Address Length

We have improved the way we save customer addresses on Shopify Orders. While the addresses longer than 50 characters used to get cut, we will now import them in their entirety.

Create Order via API

You can now mark orders as Allow Shipping Without Payment directly while creating the sales order by calling the POST /api/Orders endpoint. By default, you are not able to ship an order unless it is fully charged. With this status set to true, you can ship the order before receiving payment. Ensure all other necessary settings are configured for this workflow.

Get Carrier Information and Modify PO

We have added three new endpoints to our REST API:

Authorized Houzz Orders

We have added the ability to import Houzz Orders with Payment Status Authorized. The setting Import Orders as UpPaid has been substituted with a new setting called Import Orders As, which allows you to pick Paid, UnPaid, or Authorized from a dropdown. You can configure this on the Houzz General Company Settings. If you select UnPaid or Authorized, you may need to manually add the payment information later.

Support for New Placeholders

We have added support for new Word2PDF invoice placeholders:

Additionally, we have added #?PurchaseOrderID?# as a Placeholder for Email Templates.

Modified API Endpoints

We have slightly modified two Rest API endpoints:

Download Orders From Shopify

We have added a tooltip with a warning message on the Download Orders From Shopify page: Order IDs should be fully numeric, like 5360204908230. For multiple Orders, use comma-separated values. This method for manually downloading Shopify Orders expects the long numeric Shopify Order ID, any other format will be rejected. This method is mostly used after initially integrating your Shopify site with Sellercloud or to re-download a problem order.

Create Products from Shopify Listings

Sellercloud can now automatically create new local SKUs based on your Shopify Active Listings. Previously, you could only import your listings manually using a file. Going forward, you can enable the Auto Create Local Products setting on the Website General Company Settings. When enabled, along with the Allow Active Listings Download setting on the same page, Sellercloud will periodically download the active listings report and generate a Queued Job, which will create local SKUs. This process will occur overnight in order to prevent server slowness. This method will be especially useful when doing your initial Shopify setup, but it will also ensure that any new listings created directly in Shopify will be synced in Sellercloud automatically.

Back Market API: International

We have added support for integrating with international Back Market sites via API: CA (Canada), FR (France), and BE (Belgium). The only prerequisite to set this up is to have a Sellercloud company configured for the respective country. For example, in order to sell on Back Market France, the integration should be set up in a company with country code FR and currency EUR. Once this is done, you can follow the regular integration workflow.