Skip to content

torreycommerce/inventory_service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fulfillment Service

(Acenda Fulfillment Service)

enter image description here


Description

This service allows a user to schedule files to be downloaded and to be processed for the fulfillment of orders

As of now, the file can either be a CSV (Comma separated file), a ZIP (Compressed file) or a GZIP (Compressed file).

Note:

  • This service is exclusively made for Acenda *

JSON Credentials Expected

{
   "file_url": {
       "type": "string",
       "label": "File URL"
   },
   "import_type": {
       "label": "Import type",
       "type": "select",
       "values": [
           "Inventory",
           "Variant",
           "Product"
       ]
   },
   "match": {
       "label": "Match",
       "type": "string"
   }
}

No Schema Data Expected.

enter image description here

About

Service for fetching and processing remote inventory feeds for acenda websites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •