マジェントパートナー
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 "
}
]
}