Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Using RecommendedProducts API, Section 7 will be populated.

Resource Name

getRecommendations

Resource URL

/api/v3/{identifier-name}/recommended_products?tracking_number=123

Method

GET

Params (query/path)

PathVariable:

Identifier-name

RequestParam:

tracking_number

order_number

Headers

Request Payload

Response Payload

Code Block
[
Image Removed

    {

Image Removed        

    {
        "id": 5710551744664,
         
 
        "imageUrl": "//cdn.shopify.com/s/files/1/0420/7683/1896/products/special-cleansing-gel_main-with-benefits.jpg?v=1661814662",
         
 
        "productName": "special cleansing gel",
         
 
        "productUrl": "store-us.myshopify.com/products/special-cleansing-gel?pr_prod_strat=copurchase&pr_rec_id=56bc14926&pr_rec_pid=5710551744664&pr_ref_pid=5710539751576&pr_seq=uniformm",
         
 
        "title": "special cleansing gel",
         
 
        "price": "$12.00 - $64.00",
         
 
        "vendor": "store-us",
         
 
        "type": "cleansers",
         
 
        "variants":
[Image Removed

            {

Image Removed

                "id": 36070283280536, 

                
 [
            {
                "id": 36070283280536, 
                "title": "1.7 oz",
                 
 
                "sku": "101102"

            }, 

            {

Image Removed                

            }, 
            {
                "id":
36070283215000,                 
 36070283215000, 
                "title": "8.4 oz",
                 
 
                "sku": "101104"

            }, 

            {

Image Removed                

            }, 
            {
                "id":
36070283247768,                 
 36070283247768, 
                "title": "16.9 oz",
                 
 
                "sku": "101106"

            }

        ]

    }, 

    {

Image Removed        

            }
        ]
    }, 
    {
        "id": 5710542471320,
         
 
        "imageUrl": "//cdn.shopify.com/s/files/1/0420/7683/1896/products/ultracalming-cleanser_main-with-benefits.jpg?v=123",
         
 
        "productName": "ultracalming cleanser",
         "productUrl
 
        "productUrl": "store-us.myshopify.com/products/ultracalming-cleanser?pr_prod_strat=description&pr_rec_id=56bc14926&pr_rec_pid=5710542471320&pr_ref_pid=5710539751576&pr_seq=uniform",
         
 
        "title": "ultracalming cleanser",
         
 
        "price": "$39.50 - $64.00",
         
 
        "vendor": "store-us",
         
 
        "type": "cleansers",
         
 
        "variants":
[Image Removed

            {

Image Removed                
 [
            {
                "id":
123,                 
 123, 
                "title": "8.4 oz",
                 
 
                "sku": "110541"

            }, 

            {

Image Removed                

            }, 
            {
                "id":
123,                 
 123, 
                "title": "16.9 oz",
                 
 
                "sku": "110542"

            }

        ]

    }


            }
        ]
    }
]

Response Status

200 - Success

400 – Failure

401 - Un-Authentication 

Multi-Shipment Visibility API Details

...