Download the PHP package cable8mm/good-code without Composer
On this page you can find all versions of the php package cable8mm/good-code. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package good-code
Good Code Parser
A robust code specification is crucial within the commercial market industry, especially for online stores like Amazon. The integration of online stores with Warehouse Management Systems (WMS) is essential as both systems handle extensive seller and product data. Therefore, we recommend implementing a solid structure and providing robust support for these systems.
These specifications cover a variety of online stores, including Coupang, 11th Street, Naver Storefarm, and many others for a while.
We have provided the API Documentation on the web. For more information, please visit https://www.palgle.com/good-code/ ❤️
Features
- [x] Normal good code parser
- [x] Gift good code parser
- [x] Set good code parser
- [x] Complex good code parser
- [x] Option Good code parser(No code, it matched by name)
- [x] Receipt code parser
- [x] Location code parser
- [x] SKU parser
Install
Usage
Production codes for Laravel
Visit repository - https://github.com/cable8mm/aipro
Example codes
set-code
complex-code
gift-code
option-code
[!TIP]
option-code
are matching with bothoption-code
andoption-good-option
name. Unfortunately all of online shops like Coupang and 11st have not send any key for option to sellers.
Special value object - SetGood
Receipt Code
Location Code
SKU
Formatting
Test
Support codes
Type | Notation | Description | Implement |
---|---|---|---|
Normal Code |
- | Match only one good | Yes |
Set Code |
SET | Match one more good, max 255 characters | Yes |
Complex Code |
COM | Shorten code for Set Code |
Yes |
Gift Code |
GIF | Alias Complex Code |
Yes |
Option Code |
OPT | Very complicated code. Not mastercode, but code + search name.(eq. wemakeprice, naver petWindow and all most OpenMarket options) | Yes |
License
The Phpunit Start Kit is open-sourced software licensed under the MIT license.