get https://partners-staging.safegold.com/v1/gold-products
This endpoint will let the Distributor get all the gold products available for redemption.
Method Type | GET |
---|---|
Staging URL | https://partners-staging.safegold.com/v1/gold-products |
Production URL | https://partners.safegold.com/v1/gold-products |
Success 200 Response Parameters (Sample response)
Field | Description |
---|---|
id | Product ID of the particular product |
in_stock | Whether the specific gold product is In stock or not. If it’s in stock, the value will be “Y”. If it’s out of stock, the value will be “N”. |
sku_number | SKU of the product. |
media.images | Images for the Product. Safegold will provide the links for the Images. |
media.videos | Video for the Product. Safegold will provide the links for the Video. |
description | Description for the Product. |
metal_weight | Weight of the Product. |
metal_stamp | Metal Stamp for Product |
brand | Brand Name |
delivery_minting_cost | Making charges of the Product |
estimated_days_for_dispatch | Estimated days for Delivery for the particular product |
product_dimensions | Dimensions of the Product |
product_thickness | Thickness of the Product |
certification | Type of Certification |
packaging | Type of Package |
metal | Type of Metal |
refund_policy | Refund Policy of the Product |
product_highlights | Product highlights of the Product |
Failure Parameters
Status Code | Code | Code Description |
---|---|---|
HTTP Status 500 | Service is not functioning |
For creating a transaction, the Distributor will call the Verify API by passing the User ID which was generated during the registration of the particular user in the URL.