magento 合作夥伴
1.0.5
cd /to/magento/shop/ ;
# install repositories(need to get access)
composer config repositories.shoparize_product_api composer https://github.com/shoparize/partner-plugin-product-api.git ;
composer config repositories.shoparize_magento composer https://github.com/shoparize/magento-partner.git ;
# install magento extension
composer require shoparize/magento-partner: " ^1.0 " ;
bin/magento module:enable Shparize_Partner ;
bin/magento setup:upgrade ;
bin/magento setup:di:compile ;
bin/magento cache:flush ;
安裝後配置頁面將可用
顏色屬性、尺寸屬性欄位需要使用目前的顏色、尺寸屬性來設定。如果商店中不存在顏色、尺寸屬性,它們將在安裝模組時及時安裝。
請求範例:
GET http://localhost/shoparize-partner/products?page=1&limit=3&updated_after=2023-08-13T16:05:53+03:00
Shoparize-Partner-Key: 999999
回覆:
{
"items" : [
{
"id" : " 1 " ,
"title" : " Joust Duffle Bag " ,
"description" : " The sporty Joust Duffle Bag can't be beat - not in the gym, not on the luggage carousel, not anywhere. Big enough to haul a basketball or soccer ball and some sneakers with plenty of room to spare, it's ideal for athletes with places to go. rnrn Dual top handles. rn Adjustable shoulder strap. rn Full-length zipper. rn L 29 " x W 13 " x H 11 " . rn " ,
"link" : " http: // localhost / joust-duffle-bag.html " ,
"images" : [
" http: // localhost / media / catalog / product / m / b / mb01-blue-0.jpg "
],
"mobile_link" : " http: // localhost / joust-duffle-bag.html " ,
"availability" : " out_of_stock " ,
"price" : " 34.00 " ,
"brand" : null ,
"gtin" : null ,
"condition" : " new " ,
"currency_code" : " USD " ,
"shipping_length" : null ,
"shipping_width" : null ,
"shipping_height" : null ,
"shipping_weight" : " 11.000000 " ,
"size_unit" : null ,
"sale_price" : " 34.00 " ,
"colors" : [
" Black "
],
"sizes" : null ,
"shipping" : {
"country" : " US " ,
"service" : " Best Way " ,
"price" : " 0.00 "
},
"weight_unit" : " lbs "
},
{
"id" : " 2 " ,
"title" : " Strive Shoulder Pack " ,
"description" : " <p>Convenience is next to nothing when your day is crammed with action. So whether you're heading to class, gym, or the unbeaten path, make sure you've got your Strive Shoulder Pack stuffed with all your essentials, and extras as well.< / p> rn <ul> rn <li>Zippered main compartment.< / li> rn <li>Front zippered pocket.< / li> rn <li>Side mesh pocket.< / li> rn <li>Cell phone pocket on strap.< / li> rn <li>Adjustable shoulder strap and top carry handle.< / li> rn < / ul> " ,
"link" : " http: // localhost / strive-shoulder-pack.html " ,
"images" : [
" http: // localhost / media / catalog / product / m / b / mb04-black-0.jpg " ,
" http: // localhost / media / catalog / product / m / b / mb04-black-0_alt1.jpg "
],
"mobile_link" : " http: // localhost / strive-shoulder-pack.html " ,
"availability" : " in_stock " ,
"price" : " 35.00 " ,
"brand" : " Brand Name " ,
"gtin" : " 123123123 " ,
"condition" : " new " ,
"currency_code" : " USD " ,
"shipping_length" : null ,
"shipping_width" : null ,
"shipping_height" : null ,
"shipping_weight" : " 5.000000 " ,
"size_unit" : " 111111 " ,
"sale_price" : " 35.00 " ,
"colors" : [
" Black " ,
" Gray " ,
" Multi " ,
" Red "
],
"sizes" : [
false
],
"shipping" : {
"country" : " US " ,
"service" : " Best Way " ,
"price" : " 0.00 "
},
"weight_unit" : " lbs "
}
]
}