You can use this to find a list of available merchants.
http://api.popshops.com/v2/brgymtenmw5ea9unauesmh9nz/merchants.xml
Find all merchants available:
http://api.popshops.com/v2/brgymtenmw5ea9unauesmh9nz/merchants.xml
Find merchants in current catalog:
http://api.popshops.com/v2/brgymtenmw5ea9unauesmh9nz/merchants.xml?catalog_key=48qsligejm5qng6cv5waprcoq48qsligejm5qng6cv5waprcoq
Find merchants belonging to "Appliances" merchant type:
http://api.popshops.com/v2/brgymtenmw5ea9unauesmh9nz/merchants.xml?merchant_type_id=12
Field | Value | Description |
---|---|---|
catalog_key | string | You can limit the list of merchants to your active catalog by passing in its catalog_key |
merchant_type_id | integer | You can limit the list of merchants to a specific merchant_type by passing in a valid merchant_type_id |
merchant_id | integer | You can limit the list of merchants to a specific merchant by passing in a valid merchant_id |
Field | Description |
---|---|
merchants |
Contains all of the query responses. Attributes:
|
merchant |
Contains individual merchants. Attributes:
|
You can use this to find a list of all available merchant types. A merchant type is used to categorize a merchant. You can use a merchant_type id to further filter product/deal queries.
http://api.popshops.com/v2/brgymtenmw5ea9unauesmh9nz/merchant_types.xml
None
Field | Description |
---|---|
merchant_types |
Contains all of the query responses. Attributes:
|
merchant_type |
Contains individual merchant types. Attributes:
|