Giter VIP home page Giter VIP logo

piiranha_flask_rest_api's Introduction

piiranha

JSON Rest API

Endpoints:

• Inventory Update • Product Data Update • Order Status Update

Each Endpoint will accept the following arguments.

Product Data will accept a list of products are that to be sent in json format.

HOW TO GET IT STARTED

HOW IT WORKS

THE THREE ENDPOINTS

PRODUCTS "products": [{ "updateType": 1, "productId": -1, "suppId": 5000, "itemNum": "wp148", "name": "Tote Bag", "cat1Id": 5, "cat1Name": "Bags", "description": "This is a description of the item", "keywords": "", "newPictureURL": "", "madeInCountry": "US", "assembledInCountry": "US", "decoratedInCountry": "US", "prodTimeLo": 2, "prodTimeHi": 6, "packaging": "Bulk", "cartonL": 2, "cartonW": 4, "cartonH": 8, "weightPerCtn": 3, "unitsPerCtn": 3, "shipPointCountry": "US", "shipPointZip": "75001", "catYear": 2016, "expirationDate": "12/31/2016" }]

ORDER STATUS Order Status will accept a list of status_packets are that to be sent in json format.

"statusPackets": [{ "timeStamp": "2016-07-29T17:10:41Z", "internalId": 123456, "customer": { "acctNum":"1000", "company": "ABC Distributors", "phone": "214.631.6000" }, "orderNum": "123456", "poNum": "12345PO", "expectedShipDate": "2022-08-10", "statusId": "20" }]

INVENTORY Product will accept a list of products are that to be sent in json format.

"products": [{ "itemNum": "125B", "skus": [{ "attributes": [{ "typeId": 10, "value": "Red" }], "onHand": 100 }, { "attributes": [{ "typeId": 10, "value": "Blue" }], "onHand": 350 }] }]

piiranha_flask_rest_api's People

Contributors

barreraalexander avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.